.uiSpinner()
Categories: UI
.uiSpinner( [ options ] )
Subclass: ep
Inherit: (Subclass: ep) .uiValidate()
Plugin: ep.ui.spinner
Description: Add spinner handling for input elements.
-
.uiSpinner( [ options ] )
version added: 6.11.0options A map of additional options pass to the method.
The .uiSpinner()
method add spinner handling to an input elements.
The .uiSpinner()
method is a validation input also and using the validation types date and number from
the ep.validate module. Have a look at the additional options, some options are only available for
a special validation types.