smartVISU
19:24,26.04, v2.6

Basic-Widgets

basic.button basic.checkbox basic.colordisc basic.dual basic.flip basic.float basic.glue basic.image basic.notify basic.rgb basic.shifter basic.shutter basic.slider basic.switch basic.symbol basic.tank basic.text basic.value


basic.image

Displays a image witch is been reloaded after a given time

Parameters
{{basic.image(id, src, mode, time) }}
id
unique id for this widget
src
the path/url to the image
mode
the mode: 'none', 'corner', 'corner-bottom' (optional, default 'none')
time
the reload-time in duration-format (optional, default '10i')
More Information
Examples
{{ basic.image('image1', 'http://www.wuerzburg.de/downloads/webcam/cam1.jpg', 'corner') }}

The image is been reloaded every 10 minutes so it is always actual.

Widgets

Design

Misc