/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_quad.html" %} {% block header %} {% endblock %} {% block example %}
Example
Mixed with symbol + textinput, symbol, stateswitch
{% filter trim|escape|nl2br %}{% raw %} {{ quad.mixed('mixed', 'Mixed line', [basic.symbol('', '', '', 'weather_light_meter.svg'), basic.input('', 'this', 'date')], basic.symbol('', 'that', '', ['status_light_off.svg', 'status_light_high.svg'], [0,2], '', ['icon0', 'icon1']), basic.stateswitch('', 'that', '', [0,2], '', ['0','2'])) }} {% endraw %}{% endfilter %}
{% endblock %}