jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Window recreate Window recreate #20053

    saravananmra
    Member

    Hi Peter,
    Thanks for this solution for the issue 1
    Issue 2 is, how do we recall the window intialization for the second popup?

    My code is,

    $(‘#’+config.id).jqxWindow({
    showCollapseButton: true,
    theme: config.theme,
    resizable: config.resize,
    width: config.wdh,
    height: config.ht,
    isModal: config.modal,
    autoOpen: false
    });

    Where Config is a JSON object. It has id of the Div, theme name, resize etc..

    Please suggest as i am using this generic function for opening windows.

    Thanks in advance.

    Note:
    I don’t want to do the window intialization code again and again for each popup.

    Thanks,
    Saravana kumar

    in reply to: Window recreate Window recreate #19961

    saravananmra
    Member

    Hi Peter,
    Thanks for the quick reply and ur approaches.

    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxwindow/defaultfunctionality.htm?web
    – here once the page loads, the window instialization is happening and also this window doesn’t have model true.

    But in my case, i need model:true.. If i use this approach with model:true the shadow is appearning once the page loads. Please suggest.

    I want to achieve the below using JQwidets,

    Whenever i click on the button i should open the window with model:true.
    whenever i close(HTML close button and also window close icon) the button i should close the same window.

    Regards,
    M.Saravana kumar

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