Page 1 of 1

Menu

Posted: Fri Jan 04, 2013 11:43 am
by Renjith V

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?


Menu

Posted: Fri Jan 04, 2013 11:55 am
by Kateryna Grynko

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.


Menu

Posted: Fri Jan 04, 2013 11:57 am
by Renjith V

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.


Menu

Posted: Fri Jan 04, 2013 12:22 pm
by Kateryna Grynko

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"


Menu

Posted: Fri Jan 04, 2013 9:01 pm
by Renjith V

Thank you, I added a button which will show the navbar when clicked.