getItemNode

returns HTML element of the item

HTMLElement getItemNode(id id);
ididdata item ID
HTMLElementHTML element of the item

Example

var node = mylist.getItemNode(123);
node.innerHTML = "some text";

Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of tree ui product.