Rank: Newbie Groups: Member
Joined: 7/13/2009 Posts: 3
|
Hi, can help me? i need to use a event onMouseOver in menu essencialObject.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to use our client side JavaScript interface. Please see this sample to get an idea of how the client side API works: http://demo.essentialobjects.com/Default.aspx?path=Menu\menu_programming\_i2\menu_client_eventThe sample showed you how to handle ClientSideOnItemClick. However you can handle ClientSideOnItemMouseOver the same way. For a full list of available events, check the reference of the class (look for ClientSideOnXXXX): http://doc.essentialobjects.com/library/1/eo.web.menuproperties.aspxIf you have never used our client side interface before, you will also want to go over this topic: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxHope this helps. Thanks!
|