JHtmlFormbehavior::chosen
Method to load the Chosen JavaScript framework and supporting CSS into the document head
If debugging mode is on an uncompressed version of Chosen is included for easier debugging.
Signature
public function chosen([string
$selector = '.advancedSelect',
[mixed
$debug = null]] )
Parameters
-
$selector
- Class for Chosen elements.
-
$debug
- Is debugging mode on? [optional]
Returns
- void