jQWidgets Forums

jQuery UI Widgets Forums Grid jqxMenu – problem when 'minimize'd

This topic contains 4 replies, has 2 voices, and was last updated by  Peter Stoev 10 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • jqxMenu – problem when 'minimize'd #58633

    Adarsha
    Participant

    Hi,

    I am using below code to get the ‘minimize’menu. Also, here i’m trying to get the menu in horizontal when i click ‘minimize’ icon. I can see the UL lists, but the LI under UL are not displayed. Autoopen on UL works fine but the opned LI elements are not visible. I can see a line dropping down. Looks like only left-borders of LI elemets.

    Can anyone help here please !

    $(“#menubar”).jqxMenu({
    theme:’arctic’

    });
    $(“#menubar”).jqxMenu(‘minimize’);

    $(“#menubar”).jqxMenu({
    autoCloseOnMouseLeave: true,
    mode: “horizontal”
    });

    jqxMenu – problem when 'minimize'd #58634

    Adarsha
    Participant

    Also i have to click the minimize button to open the menu. Any when to make it auto open?

    jqxMenu – problem when 'minimize'd #58639

    Peter Stoev
    Keymaster

    Hi adarsha,

    1. You cannot minimize a menu in the Grid.
    2. Please, look at the Menu’s sample where it is demonstrated how you should minimize the Menu.

    Best Regards,
    Peter Stoev

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

    jqxMenu – problem when 'minimize'd #58666

    Adarsha
    Participant

    Thanks Peter,

    Also, it would be interesting to know, is there any way that i can display the minimize’d menu horizontally. should below code work?

    $(“#menubar”).jqxMenu({
    theme:’fresh’,
    width: ‘100%’,
    height: ’32px’,
    autoSizeMainItems: true,
    autoCloseOnMouseLeave: true,
    mode: “horizontal”
    });

    $(“#menubar”).jqxMenu(‘minimize’);
    $(“#jqxMenu”).css(‘visibility’, ‘visible’);

    jqxMenu – problem when 'minimize'd #58675

    Peter Stoev
    Keymaster

    Hi adarsha,

    The representation is only vertical. Please, also post your jqxMenu questions in the jqxMenu’s Forum, not in jqxGrid’s.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.