WMC List

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 configurations from the selectbox to your application.

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

Notice: that you need the element WMC Loader to use this functionality.

../../../../../_images/wmc_list.png

Configuration

../../../../../_images/wmc_list_configuration.png

YAML-Definition:

title: WMC List
tooltip: WMC List           # text to use as tooltip
target: wmcloader           # target to interact with, should be wmcloader
label: true                 # add title as label in front of selectbox (default is false)

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

WMC Editor

Next topic

WMC Loader

This Page