jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Prompt with jqxWindow 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?

Viewing 1 post (of 1 total)