Widgets
Samples
Demos
Forum
Services
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
queryView
refresh
render
resize
setBottomText
setValue
setValueHere
shift
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.counter
Methods
shift
adds value to the counter
void
shift
( [
number
value
] );
value
number
value which will be added to the current one
Example
$$
(
"counter"
)
.
shift
(
2
)
;
//or
$$
(
"counter"
)
.
shift
(
-
3
)
;
Back to top