JHtmlFormbehavior
Utility class for form related behaviors
abstract
since |
3.0 |
---|---|
package |
Joomla.Libraries |
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]
Properties
loaded
Array containing information for loaded files
static
since |
3.0 |
---|
Type(s)
array