/** * ----------------------------------------------------------------------------- * @package smartVISU * @author KERVIEL Pierre-Yves * @copyright 2014 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_basic.html" %} {% block example %}
Example
{{ basic.multistate('id', 'item', ['5', '6', '7'], ['image_0', 'image_3', 'image_2'], 'mini') }}
Click on the button to change the inside image ...
{{ basic.multistate('multi_id', 'bath.multistate', ['5', '6', '7'], ['audio_shuffle.svg', 'audio_shuffle_album.svg', 'audio_repeat.svg'], 'midi') }} Sent value : {{ basic.value('value_id', 'bath.multistate') }}
{% endblock %}