jQWidgets Forums

jQuery UI Widgets Forums Dialogs and Notifications Window Can't get my window to be larger

This topic contains 2 replies, has 2 voices, and was last updated by  assaf.frank123 11 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Can't get my window to be larger #39675

    assaf.frank123
    Participant

    Hi,

    I can’t set my window to be larger than a certain size (changing the width/height doesn’t affect it).
    I can’t change the width to be 1200 for example – it won’t make any difference.
    My window definition is –

    $(“#applytowindow”).jqxWindow(
    {
    height: 500,
    width: 900,
    theme: ‘darkblue’,
    autoOpen:false,
    resizable: true ,
    title:’My Details’
    });

    What possibly is affecting it is –
    1. The entire page is loaded in an IFRAME (which is as wide as the entire screen though)
    2. In the page I have tabs which the content is set by –
    $.get(url, function (data) {
    $(‘#rules’).html(data);
    })

    Any idea? is it perhaps a zIndex issue?

    Thanks.

    Can't get my window to be larger #39689

    Peter Stoev
    Keymaster

    Hi assaf.frank123,

    You may have missed to set the minWidth, maxWidth, minHeight or maxHeight properties.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Can't get my window to be larger #39784

    assaf.frank123
    Participant

    That was it.
    Thank you.

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

You must be logged in to reply to this topic.