WMC Editor

Mapbender can save and edit configurations with the WMC Editor. This configurations can be loaded with the element WMC loader (see WMC Loader).

You can add WMC Editor to your application. Notice that the editor needs a button to open.

The Editor offers the possibility to create and update configurations. You can save configurations with a title, desciption and upload a screenshot.

Notice: that all configurations are pubic at the moment. Later in development we want to add access control to this module too.

../../../../../_images/wmc_editor.png ../../../../../_images/wmc_editor_2.png

Configuration

../../../../../_images/wmc_editor_configuration.png

You need a button to show this element. See Button for inherited configuration options.

YAML-Definition:

title: WMC Editor
tooltip: WMC Editor   # text to use as tooltip
target: map           # name of map element
accessGroups: [0,1]   # define groups that can use the WMC Editor

Class, Widget & Style

  • Class: Mapbender\WmcBundle\Element\WmcEditor
  • Widget: <Put Widget name here>
  • Style: <Put name of css file here>

HTTP Callbacks

<action>

Opens a dialog with an editor in which configurations can be saved and edited.

JavaScript API

<function>

JavaScript Signals

<signal>

Table Of Contents

Previous topic

Suggest Map

Next topic

WMC List

This Page