neokoenig / cfwheels-js-disable

JS Disable - CFWheels Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Disable - CFWheels Plugin

Adds a disable argument to submitTag(), buttonTag() and buttonTo() that disables the button so it can't be double-clicked.

Usage Examples

#startFormTag()#
  #submitTag(value="Purchase", disable=true)#
#endFormTag()#
#startFormTag()#
  #buttonTag(content="Purchase", disable="Please wait...")#
#endFormTag()#
#buttonTo(text="Delete", action="deleteIt", disable="Please wait...")#

About

JS Disable - CFWheels Plugin

License:Apache License 2.0


Languages

Language:ColdFusion 100.0%