Template float-edit.tmpl
fcfControls:templates/float-edit.tmpl
Alias:
@controls:float-edit
Basic template:
fcfControls:templates/view.tmpl
Description:
[compatible with view] Floating point input field
Template arguments:
boolean autofocus - If true, the autofocus flag is set on the input element.
Default value: false
float emptyValue - The value set to the value argument if empty
boolean enable - If true, then the control is editable
Default value: true
array leftButtons - A set of HTML elements located on the left in the control
Default value: []
float|boolean max - Maximum value possible to enter
Default value: false
float|boolean min - Minimum value possible to enter
Default value: false
array rightButtons - A set of HTML elements located on the right in the control
Default value: []
float value - Water field value in float representation
mixed width - Control width
Default value: 250px