Welcome Guest Search | Active Topics | Sign In | Register

Dynamic Slide Menu... Options
Ray Bradley
Posted: Tuesday, May 20, 2008 11:59:25 AM
Rank: Member
Groups: Member

Joined: 10/31/2007
Posts: 18
This should be very simple.... yet I'm unable to create it without help...

Using a datareader as my datasource... Individual customers have various locations...

I loop throught the datareader... customers first .. then loop for each location...

dbread("Custno")
dbread("LocationID")

Trying to create.... slidemenu1 - Customer
=====================
Cust: ABC - (Sub-menu?) <- other locations should collapse when customer is selected...
New York, NY (Menu Item)
LA, CA (Menu Item)
Atlanta, GA (Menu Item)
Nashville, TN (Menu Item)
=====================
Cust: COH
=====================
Cust: GAS
=====================
Cust: RAR
=====================
Cust: TAK
=====================

Thanks.
eo_support
Posted: Tuesday, May 20, 2008 1:14:46 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

It would be a two-step process. First you get all the items created and then worry about collapsing/expanding. To have all the items created please refer to this topic:

http://www.essentialobjects.com/ViewDoc.aspx?t=MenuCommon%2fDataBinding%2fpopulate_table.html

To have one item collpase you would simply set the SlideMenu's SingleExpand to true.

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.