<Put Element Name Here>
***********************

<Put short description - 5-6 sentences - here>

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

* Class: <Put PHP class name here>
* Widget: <Put Widget name here>
* Style: <Put name of css file here>

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

<Put YAML configuration here, include defaults and explain>

.. code-block:: yaml
   foo: bar # Example, delete me!

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

<Check the PHP class' httpAction method to find out the actions and what they
 do. If no httpAction method is defined put "None." into this section.>

<action>
--------------------------------

<Put description here, including required and optional HTTP parameters, HTTP
 method restrictions if any and return values and format. Repeat for every
 callback action>

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

<Check the widgets methods which don't start with an underscore.>

<function>
----------

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

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

<signal>
--------

<Put description here.>
