Canteen.Forms Class
Override all the basic form submission to process forms using Ajax and stateless behavior.
Item Index
Methods
- destroy static
- formFeedback static
- setup static
Properties
- CONFIRM static
- DISABLED static
- ERROR static
- FEEDBACK_ERROR static
- FEEDBACK_SUCCESS static
- REQUIRED static
- SELECTED static
Methods
destroy
()
static
Clean up any form elements
formFeedback
(
static
-
form
-
message
-
error
Show the form feedback
setup
(
static
-
site
-
debugForms
Setup form with helper javascript
Parameters:
-
site
Canteen.SiteThe instance of the site
-
debugForms
BooleanIf we should use ajax for forms
Properties
CONFIRM
String
final
static
The constant class name to add a confirmation dialog to a button
Default: confirm