getTop

returns the top-most parent to the specified view

object getTop(id|object view);
viewid|objectthe ID of the view or the view object itself
objectthe top-most parent object of the view

Example

webix.UIManager.getTop($$('books'));

Back to top