sc_confirm("Message")

This macro is used to confirm that the action must be really executed, preventing mistakes.

Valid only in the PHP programming code that runs when called through a toolbar button.

Parameter

This macro has only one parameter, which is the confirmation message that will be displayed.


Example:
sc_confirm("Do you really wish to execute this action??");

 

Related Links
See a practical example of how to use the sc_confirm macro