Skip to content

neokoenig/cfwheels-js-confirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Confirm - CFWheels Plugin

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?")#