jQuery UI Widgets Forums Navigation NavigationBar, ToolBar, NavBar Navigationbar mouseenter expand

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Navigationbar mouseenter expand #1246

    Devdarsh
    Member

    Hello Sir,

    I want to expand/collapse navigationbar’s items on mouseenter event.
    How to do this?

    Please help asap.

    Navigationbar mouseenter expand #1250

    Peter Stoev
    Keymaster

    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/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.