/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_quad.html" %} {% block header %} {% endblock %} {% block example %}
{% filter trim|escape|nl2br %}{% raw %}
{{ quad.input('', 'input', '', '', '', '', '', '', 'Single Input') }}
{% endraw %}{% endfilter %}
{% filter trim|escape|nl2br %}{% raw %}
{{ quad.input('', ['input1', 'input2'], ['durationflip', 'date'], ['', '5'], ['', '10'], '', '', '', 'Multi Input', ['1', '2']) }}
{% endraw %}{% endfilter %}