/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "base.html" %} {% block sidebar %} {% import "lib.html" as lib %} {{ lib.updatecheck() }}

Widgets

Design

Misc

{% endblock %} {% block content %}

{{ lib.smartvisu }} Inline-Documentation

This ist the interactive and inline {{ lib.smartvisu }} documentation. You will find the API to all widgets, some design modules and the icons and backgrounds. Use the widgets in your html-pages, the number ist not limited, but each widget needs its own and unique identifier (id) on a page. The gad/s or item/s may be used as often as you need them. Mention that each driver has its own format of the gad/s or item/s.

Choose one of them:

{% set widgets = 0 %} {% for file in dir('widgets', '^(?!forms|icon|lib)(.+?\.html)') %} {% set widgets = widgets + docu('widgets/'~file.name)|length %} {% endfor %}
{{ widgets }}
widgets
{% set designs = dir('designs', '(.+?\.min\.css)')|length %}
{{ designs }}
designs
{% set driver = dir('driver', '^(?!_)(.+?\.min\.js)')|length %}
{{ driver }}
drivers
{% set icons = dir('icons/ws/', '^(?!_)(.+?\.svg)')|length %} {% set svgs = docu('widgets/icon.html')|length %}
{{ icons }}+{{ svgs }}
icons

Widgets

Basic  Calendar  Device  Multimedia  Phone  Plots  Status  Time/Clock  Weather 

Design

Blocks  Quad  Popups  Icons  Backgrounds 

Misc

Fundamentals  Overview  Appliances  Preview  {% endblock %} {% block head %} {% endblock %} {% block footer %} {% endblock %}