.. _toc:

TOC - Table of Content
***********************

Table of Content diplays the layer. The Table of Content allows you to de/activate layer in the map. 

Class, Widget & Style
==============

* Class: Mapbender\\CoreBundle\\Element\\Toc
* Widget: mapbender.element.toc.js
* Style: mapbender.elements.css

Configuration
=============

.. code-block:: yaml

   tooltip: 'Table of contents' # text to use as tooltip
   target: ~                    # Id of Map element to query
   autoOpen: true               # true/false open when application is started


HTTP Callbacks
==============

None.

JavaScript API
==============

open
----------

Shows the legend.

reload
----------

<Put description here, including required and optional parameters and return
 value if any>


JavaScript Signals
==================

None.

