Menu
How do I add a menu to the application? Or may be a small button at right top which can open up a menu bar?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How do I add a menu to the application? Or may be a small button at right top which can open up a menu bar?
Hi,
You can use Navbar component to create a horizontal menu. Adding click events allows you to create a menu using any component: List, Select etc.
Yeah, that I saw, I didnt want to waste that much real estate always
I wanted a small button some were in the corner, so that when I click that the navbar is visible.
You can use following JavaScript code run on Button click event.
codeTiggzi('component_name').show();/code
Don't forget to paste your component name instead of "component_name"
Thank you, I added a button which will show the navbar when clicked.