• Srikanth Ganesan
    June 17, 2018 at 7:54 am #5185

    Hi,

    Is there a single control equivalent for javascript confirm in SPARK.. I can use Modal Section but I have to write couple of functions to achieve what javascript confirm does. Let me know if there is better way of doing it.

    • Srikanth G
    SPARK Support
    June 19, 2018 at 8:56 am #5187

    Hi Srikanth,

    There was not a control designed to replace the JavaScript confirm() method.  However, the SPARK/BPM UI controls do allow the execution of JavaScript based on certain events.  For instance, the Button On Click event could be:

    return confirm(“Do you want to click this?”);

    Regards,

    Stephen P.

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

You must be logged in to reply to this topic.

Start typing and press Enter to search