FormBehavior
Utility class for form related behaviors
abstract deprecated
since |
3.0 |
---|---|
deprecated |
5.0 Without replacement |
package |
Joomla CMS |
Methods
ajaxchosen
Method to load the AJAX Chosen library
ajaxchosen(\Joomla\Registry\Registry options, mixed debug = null) : void
static
If debugging mode is on an uncompressed version of AJAX Chosen is included for easier debugging.
since |
3.0 |
---|
Arguments
- options
\Joomla\Registry\Registry
Options in a Registry object- debug
mixed
Is debugging mode on? [optional]
chosen
Method to load the Chosen JavaScript framework and supporting CSS into the document head
chosen(string selector = '.advancedSelect', mixed debug = null, array options = array()) : void
static
If debugging mode is on an uncompressed version of Chosen is included for easier debugging.
since |
3.0 |
---|
Arguments
- selector
string
Class for Chosen elements.- debug
mixed
Is debugging mode on? [optional]- options
array
the possible Chosen options as name => value [optional]