Srikanth Ganesan
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.
SPARK Support
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.