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.
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"