jQuery UI Widgets Forums Dialogs and Notifications Window Prompt with jqxWindow

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Prompt with jqxWindow #48606

    santu.555@gmail.com
    Participant

    Hello,

    I would like to implement prompt functionality with jqxWindow. Is it possible to create a prompt window and wait for the user to make an action and then send the result to the caller. As far as I see the events which are available in the jqxWindow are in asynchronous nature, can I make the call as synchronous?

    Let me know if I am not clear or if you need more information.

    Prompt with jqxWindow #48659

    Dimitar
    Participant

    Hello santu.555@gmail.com,

    Please check out the demo Events. Note that window events are called after the user has taken action – e.g. when you click OK, the close event is fired and “Event: Close, Dialog result: OK” is logged.

    Please be more specific with your query. You may also provide an example, which illustrates your requirement.

    Best Regards,
    Dimitar

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

    Prompt with jqxWindow #48702

    santu.555@gmail.com
    Participant

    Hello,

    I would like to implement the confirm functionality in javascript with the jqwidgets. The structure is like below.

    var r=confirm(“Press a button!”);
    if (r==true)
    {
    x=”You pressed OK!”;
    }
    else {
    x=”You pressed Cancel!”;
    }
    Is it possible for to do like this using the jqwidgets?

    Prompt with jqxWindow #48721

    Dimitar
    Participant

    Hi santu.555@gmail.com,

    The JavaScript confirm() method cannot be overridden to use jqxWindow. However, jqxWindow has almost identical functionality in the demo Events. Please check it out.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.