Custom Widgets




Some widgets that are not included in the standard smartvisu release.
Files in dropins/widgets are listed here.
Please add this to the top of your widget and example HTML file:
/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author AUTHORNAME
* @copyright YEAR
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/

Put this part into your example file that should be called widget_<widgetgroup>.<widget>.html
{% extends "custom/widget_custom.html" %}
{% block example %}
your example content
{% endblock %}

Widgets

Design

Misc