jQuery UI Widgets Forums Navigation Menu, Context Menu open direction of menu tree

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • open direction of menu tree #12714

    pwenk
    Participant

    Hello,

    i use the jqxMenu to display a horizontal menu. The menu has many top items und a lot of subitem. By opening the rightmost subitems the menue goes out of the main screen. To avoid this, i have tried to change the open direction with help of

    $(“#jqxMenu”).jqxMenu(‘setItemOpenDirection’, ‘unique_menu_id’, ‘left’, ‘down’);

    this works fine for one single menu option. How can i change the open direction for a complete subtree. I have tried to set a class for all the menu items i want to change the open direction, but the class will be removed by jqxMenu.

    Best Regards

    Peter Wenk

    open direction of menu tree #12715

    Dimitar
    Participant

    Hello Peter Wenk,

    The method setItemOpenDirection applies only to top-level menu items.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.