PluginsWhat you've got loaded..
www
JS Confirm 1.0.5
Adds a confirm
argument to buttonTo()
and linkTo()
so you can show a JavaScript confirmation prompt.
Usage Examples
#buttonTo(text="Delete", action="deleteIt", confirm="Are you sure?")#
#linkTo(text="Click", action="doClick", confirm="Are you sure?")#