Class el.Content
Base class for UI main Content.
-
Content:showToolbar (show)
-
Shows or hides the Toolbar.
Parameters:
- show
bool
True to show or false to hide.
-
Content:refreshToolbar ()
-
Refreshes the toolbar.
-
Content:showStatusBar (show)
-
Shows or hides the Status bar.
Parameters:
- show
bool
True to show or false to hide.
-
Content:refreshStatusBar ()
-
Refreshes the status bar.
-
Content:presentView (view)
-
Display a view.
Override this to show a view requested from the UI.
Parameters:
- view
el.View
A view object to display.
-
el.Content.name
-
Display a view.
Override this to show a view requested from the UI.
- name
string
The name of the View requested.