0 votes
in C Sharp by

Does Framework7 Toolbars provide easy access through navigation elements?

1 Answer

0 votes
by

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.

Related questions

0 votes
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
+1 vote
asked Feb 11, 2020 in Elements of User Experience by miceperry
...