|
Rank: Advanced Member Groups: Member
Joined: 4/30/2009 Posts: 36
|
Slidemenu supports EO.Web.MenuItem.RaisesServerEvent but how can you set specific events like "OnClick". How can you tell which of the slide panels that has been clicked
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The name of the event is "ItemClick". The event argument will tell you which item is clicked. See here for more details: http://doc.essentialobjects.com/library/1/menucommon/handlingevent/server_event.aspxNote that when you use slide menu, clicking a top level item will not trigger ItemClick event even when you have RaisesServerEvent set to true. Clicking a top level item always expand the pane. Clicking a child item would raise ItemClick event. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 5/18/2009 Posts: 3
|
I have a little problem with the Slide Menu.... I create it dynamiclly by code... on IE, FIREFOX and SAFARI, works fine but on Google Chrome it dissapears... I check already the generated html code and all the slide menu code with the menu and submenus is in there... but it didn't show up...
Can you help me ???
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to create a test page that reproduces the problem. Once we have that we will try to run it at here. As soon as we can see the problem at here, we should be able to tell you why.
Thanks!
|
|