jQuery UI Widgets › Forums › General Discussions › Navigation › NavigationBar, ToolBar, NavBar › Navigationbar mouseenter expand
Tagged: Accordion, jQuery Accordion, jQuery NavigationBar, jQuery UI, jQuery Widgets, jqxnavigationbar, Navigation, Navigation Bar
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 14 years ago.
Hello Sir,
I want to expand/collapse navigationbar’s items on mouseenter event. How to do this?
Please help asap.
Hi Devdarsh,
jqxNavigationBar has an option to change the user action for expand or collapse In your application scenario, you need to set the ‘toggleMode’ property to ‘mouseenter’.
For example:
$("#jqxNavigationBar").jqxNavigationBar({toggleMode: 'mouseenter', width: 400, height: 400 });
The possible values of the ‘toggleMode’ are: click’, ‘dblclick’, ‘mouseenter’, ‘none’.
Best Regards, Peter Stoev
jQWidgets Team http://jqwidgets.com/
You must be logged in to reply to this topic.