smartVISU
23:52,25.04, v2.7

Basic-Widgets

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


basic.float

Displays a value as float

Parameters
{{basic.float(id, gad, unit, tag) }}
id
unique id for this widget
gad
a gad/item
unit
a unit, tries to get the format for that unit from the language-file (optional)
tag
the parent html-tag for the value (optional, default 'span')
Examples
{{ basic.float('float1', 'bath_p1') }}
-.-
{{ basic.float('float2', 'bath_p1', '°') }}
-.-°

Widgets

Design

Misc