returns the parent view of the component
webix.ui({ rows:[ { id:"myview", template:"some" } ] }); var layout = $$("myview").getParentView();