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
shift
adds value to the counter
void
shift
( [
number
value
] );
Parameters
value
number
value which will be added to the current one
Example
$$
(
"counter"
)
.
shift
(
2
)
;
//or
$$
(
"counter"
)
.
shift
(
-
3
)
;
Back to top