Template int-edit.tmpl
fcfControls:templates/int-edit.tmpl
Alias:
@controls:int-edit
Basic template:
fcfControls:templates/view.tmpl
Description:
[compatible with view] Integer input field
Template arguments:
boolean autofocus - If true, the autofocus flag is set on the input element.
Default value: false
integer 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: []
int|boolean max - Maximum value possible to enter
Default value: false
int|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: []
integer value - Water field value in integer representation
mixed width - Control width
Default value: 250px