You are here

constant HIDE_SUBMIT_EXCLUDE_CLASS in Hide submit button 7

Same name and namespace in other branches
  1. 5 hide_submit.module \HIDE_SUBMIT_EXCLUDE_CLASS
  2. 6 hide_submit.module \HIDE_SUBMIT_EXCLUDE_CLASS
2 uses of HIDE_SUBMIT_EXCLUDE_CLASS
_hide_submit_add_exclude_class in ./hide_submit.module
A recursive function to add class to all excluded submit buttons
_hide_submit_get_javascript_settings in ./hide_submit.module
Get javascript code for injection

File

./hide_submit.module, line 36
Hide the submit button after clicked to prevent/reduce duplicate postings.

Code

define('HIDE_SUBMIT_EXCLUDE_CLASS', 'hide-submit-exclude');