Samples
Forum
Support
Documentation
customize
getItemNode
locate
render
showItem
Start
API Reference
Mixins
RenderStack
Methods
getItemNode
returns html element of the item
void
getItemNode
(
id
id
);
Parameters
id
id
id of the item
Example
var
node
=
mylist.
getItemNode
(
123
)
;
node.
innerHTML
=
"some text"
;
Back to top