JetView API

Methods

The JetView class has the following methods:

Method

Use

checks if a view contains a subview

returns a URL parameter

returns the parent view

returns the top Webix widget in the view

returns a subview of the view

returns the object with the info on the subview and a pointer to its parent

returns an array of the URL segments related to a view

returns the URL as a string

attaches an event listener

repaints the view and its subviews

sets the URL parameters

shows a subview

creates a popup or a window

enables a plugin

returns a Webix widget by its ID

JetView also has life-time handlers that are called automatically:

Method

Use

is called when the UI of a view is created

is called when a view is initialized

is called when the app URL is changing for this view

is called when the view and all its inner views are fully initialized

is called when a view is destroyed

Properties

Property

Use

refers to the app

Last updated