Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Menu

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.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Menu

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Menu

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"

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Menu

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

Return to “Issues”