jQuery UI Widgets Forums Dialogs and Notifications Window Sizing of the window

This topic contains 2 replies, has 2 voices, and was last updated by  vinayakm 10 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Sizing of the window #54531

    vinayakm
    Participant

    I am using the following code to generate a popup window but however much I change the width the window size does not change. The basic use of the window is to display a form which in turn contains a table to display data.

    $('#planningWindow').jqxWindow({
    		showCollapseButton: false,height:600,width: 3000,autoOpen:false,isModal:true,position:'center,center'
    		});	
    Sizing of the window #54545

    Dimitar
    Participant

    Hello vinayakm,

    You should also set the maxWidth and maxHeight properties to be larger (or equal) to your width and height settings.

    Best Regards,
    Dimitar

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

    Sizing of the window #54548

    vinayakm
    Participant

    Thank you. It worked like a charm. Your ui toolkit really rocks.

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

You must be logged in to reply to this topic.