getTopParentView of ui.gridlayout, Methods Webix Docs

StartAPI Referenceui.gridlayoutMethods

returns the top parent view

object getTopParentView();

objecttop parent view

Example

this.getTopParentView().hide();

Details

  • For layout element - top layout
  • For element in window - window
  • For element in custom component based on IdSpace - custom component

Back to top