Welcome Guest Search | Active Topics | Sign In | Register

tabbed menu style 2 Options
megs
Posted: Thursday, October 22, 2009 6:04:36 AM
Rank: Newbie
Groups: Member

Joined: 10/12/2009
Posts: 2
hi there

please can you tell me if this menu can be incorporated using sitemapdatasource and also , let me know if it can be customised to have the following effect this is the link to a site that has the menu effect i want for my application :

http://www.avis.co.za/main.aspx?ID=367#

if you click on the tab "Reservations & Quotes" you will see the effect i want to achieve

thanks
eo_support
Posted: Thursday, October 22, 2009 8:50:29 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Yes. You will need to use a CustomItem. A CustomItem is like a standard ASP.NET Panel. You can put any other controls inside it. However when it runs, it shows up as a menu item. So for that menu, you will have a single sub menu item for "Reservations & Quotes", then link that menu item to a CustomItem. Please see here for more details about how to use CustomItem:

http://doc.essentialobjects.com/library/1/menucommon/itemsandgroups/custom_item.aspx

Here is a CustomItem sample:

http://demo.essentialobjects.com/Default.aspx?path=Menu\_i1\_i6

You can populate your menu from SiteMapDatasource, but once you populate the menu, most likely you still need some additional code to set the item's CustomItemID id to link a menu item with a CustomItem control.

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.