Welcome Guest Search | Active Topics | Sign In | Register

tabstrip style2 Options
janakis
Posted: Monday, March 8, 2010 4:23:47 PM
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
eo_support
Posted: Monday, March 8, 2010 4:36:44 PM
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.aspx

Documentation for NavigateUrl property:
http://doc.essentialobjects.com/library/1/eo.web.navigationitem.navigateurl.aspx

Server side event (Code behind):
http://doc.essentialobjects.com/library/1/menucommon/handlingevent/server_event.aspx

Client side event (JavaScript):
http://doc.essentialobjects.com/library/1/menucommon/handlingevent/client_event.aspx

Note 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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.