new ludo.layout.NavBar()
In the Navigation Bar layout, you have to two child views. The first child view is the
navigation Bar which initially is hidden off to the left.
It can be displayed on demand by calling it's show method.
For tutorial, see layout-navbar.html.
This class extends ludo.layout.Base
- Source:
Methods
-
hide()
-
hide menu
- Source:
Example
view.getLayout().hide();
-
show()
-
Show menu
- Source:
Example
view.getLayout().show();
-
toggle()
-
Toggle between show and hide
- Source: