ParsleyFieldMultiple Class
ParsleyFieldMultiple override ParsleyField for checkbox and radio inputs Pseudo-heritance to manage divergent behavior from ParsleyItem in dedicated methods
Constructor
ParsleyFieldMultiple
()
Item Index
Methods
Methods
bindValidationEvents
()
private
Bind validation events on a field
getName
()
String
Set specific constraints messages, do pseudo-heritance
Returns:
String:
radio / checkbox hash is cleaned 'name' or data-group property
getVal
()
String
Special treatment for radio & checkboxes Returns checked radio or checkboxes values
Returns:
String:
val
inherit
(
private
-
element
-
options
Set specific constraints messages, do pseudo-heritance
Parameters:
-
element
Object -
options
Object
init
(
-
element
-
options
Set some specific properties, call some extra methods to manage radio / checkbox
Parameters:
-
element
Object -
options
Object