toNode

returns an HTML node object

HTMLElement toNode(string id);
idstringthe id of the element you want to access
HTMLElementan HTML node

Example

var node = webix.toNode("someId");

Details

The method works as the getElementById() method.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.