Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
next
prev
refresh
render
resize
setValue
shift
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.counter
Methods
validate
validates value of input
boolean
validate
();
Returns
boolean
result of validation
Example
if
(
$$
(
"mytext"
)
.
validate
(
)
)
do_something
(
)
;
Back to top