Rank: Member Groups: Member
Joined: 2/10/2010 Posts: 13
|
Hi,
I am using your tabstrip style2 design. The tabs are Main Menu, Trips, Travelers, Events. On the Main Menu, I need to create links, for user to be able to navigate to the trips, travelers and events tabs. For eg., when user clicks on Create a trip, it should go to the Trips, Create tab. Under the Trips, I have Search, Create, View and Edit as subgroups. How can I do this?
Thanks, Janaki
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, There are various ways to do it. You can do it by setting the tab item's NavigateUrl, setting the item to call your JavaScript code, or setting it to trigger server side event to perform the transfer for you. For details about all these options, you will want to go over the documentation first: http://doc.essentialobjects.com/library/1/tabstrip/overview.aspxDocumentation for NavigateUrl property: http://doc.essentialobjects.com/library/1/eo.web.navigationitem.navigateurl.aspxServer side event (Code behind): http://doc.essentialobjects.com/library/1/menucommon/handlingevent/server_event.aspxClient side event (JavaScript): http://doc.essentialobjects.com/library/1/menucommon/handlingevent/client_event.aspxNote each method has its advantages and disadvantages. So you will need to evaluate them and see which one fits your situation the best. We can tell you how to use each method but we will not evaluate your situation for you and make suggestion based on your particular application or business scenario. Thanks!
|