Toolbar provides easy access to other pages by using navigation elements at the bottom of the screen.
Users can use toolbar in two ways as mentioned in below table:
S.N. |
Toolbar types & Description |
1 |
Hide Toolbar
Users can hide the toolbar automatically loading the pages by using no-toolbar class to loaded page. |
2 |
Bottom Toolbar
Place the toolbar at the bottom of the page by using the toolbar-bottom class. |
Methods of Toolbar
The following available methods can be used with Toolbars:
S.N. |
Toolbar Methods & Description |
1 |
myApp.hideToolbar(toolbar)
This will hide the specified toolbar. |
2 |
myApp.showToolbar(toolbar)
This will show the specified toolbar. |
3 |
view.hideToolbar()
This will hide the specified toolbar in the view. |
4 |
view.showToolbar()
This will show the specified toolbar in the view. |