Widgets
Samples
Demos
Forum
Services
Documentation
attachEvent
attachProgress
blockEvent
callEvent
clearValidation
define
detachEvent
escape
getItemState
getState
hasEvent
ignore
mapEvent
off
on
processResult
reset
save
send
setItemState
unblockEvent
validate
Start
API Reference
Mixins
DataProcessor
Methods
getItemState
return update state for the item in question
object
getItemState
(
id
itemId
);
itemId
id
id of the item
object
update state for the item in question
Example
var
details
=
webix.
dp
(
$$
(
"myview"
)
)
.
getItemState
(
id
)
;
Back to top