jQuery UI Widgets Forums Dialogs and Notifications Window How to set dialog result

This topic contains 6 replies, has 4 voices, and was last updated by  Pfhoenix 7 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • How to set dialog result #26065

    glip
    Member

    How can I set dialog result if I close window with $(form).jqxWindow(‘close’)

    How to set dialog result #26066

    glip
    Member

    I get it – $(form).jqxWindow(‘dialogResult’, { OK : true, Cancel : false, None : false })

    How to set dialog result #26115

    uscore713
    Member

    Where is ‘dialogResult’ documented? I don’t see it in the jqxWindow API page.

    How to set dialog result #26121

    Peter Stoev
    Keymaster

    Hi uscore713,

    “dialogResult” is an argument of the “close” event. It is currently not documented, but is demonstrated in the sample which illustrate how the “close” event works – jquery-window-events.htm.

    Best Regards,
    Peter Stoev

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

    How to set dialog result #26181

    uscore713
    Member

    Thanks for the response, Peter.

    With all due respect, please consider documenting *all* of your product features as soon as possible. 😉

    How to set dialog result #26182

    Peter Stoev
    Keymaster

    Hi uscore713,

    We document all features, but sometimes we miss some things. We are people and we also do mistakes, but we will definitely keep improving the product and its documentation.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    How to set dialog result #91928

    Pfhoenix
    Participant

    The example for the jqxWindow Close event in the API documentation does not show nor indicate that the dialog result structure is passed to the Close event. If I hadn’t found this post in a search, I would have no idea where dialog result was accessible. Can you update your documentation and examples to make this clearer?

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

You must be logged in to reply to this topic.