jQWidgets Forums

jQuery UI Widgets Forums Navigation Menu, Context Menu Open direction

This topic contains 1 reply, has 2 voices, and was last updated by  support 13 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Open direction #1327

    mmorgan
    Member

    I have 2 menus items that I want to open left and down. But only the first one is working. Even though the code is the same. Any ideas?

    Here is my call:

    $(document).ready(function () {
    // Create a jqxMenu
    $(“#jqxMenu”).jqxMenu({ width: ‘960’, height: ’30px’, autoOpen: true, autoCloseOnMouseLeave: true, showTopLevelArrows: false, theme: ‘darkblue’ });
    // Set up the open directions.
    $(“#jqxMenu”).jqxMenu(‘setItemOpenDirection’, ‘Resources’, ‘left’, ‘down’);
    $(“#jqxMenu”).jqxMenu(‘setItemOpenDirection’, ‘ManagerCenter’, ‘left’, ‘down’);
    });

    Open direction #1328

    support
    Participant

    Hi mmorgan,

    We have debugged the reported issue and we confirm it. It is related to the showTopLevelArrows option of the jqxMenu.

    Demo: jquery-menu-open-direction.htm

    Download Project: jquery-menu-open-direction.zip

    Best Regards,
    Peter Stoev

    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.