/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_basic.html" %} {% block example %}
Examples
{{ basic.shutter('shutter1', 'bath_blind_pos', 'bath_blind_angle') }}
{{ basic.shutter('slider1', 'bath_blind_pos', 'bath_blind_angle') }}
If you want to use individual backgrounds for the shutter place them in 'pics/shutter' with size 150 x 180 as .png.
Add a line to your "visu.css" with #PAGE-ID (current pagename, hyphen, id of the shutter-widget). {% endblock %}