Back to Joomla project (class list)

Class FormBehavior - list of methods

Utility class for form related behaviors
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2012 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/FormBehavior.php
Project: Joomla

Method Summary

public static void
(mixed $selector = '.advancedSelect', mixed $debug = null, mixed $options = array())

Method to load the Chosen JavaScript framework and supporting CSS into the document head
Parameters
  • string $selector Class for Chosen elements.
  • mixed $debug Is debugging mode on? [optional]
  • array $options the possible Chosen options as name => value [optional]
Returns
  • void
Since
  • 3.0
Show source code of this method: chosen Source Code

public static void
(\Joomla\Registry\Registry $options, mixed $debug = null)

Method to load the AJAX Chosen library
Parameters
  • \Joomla\Registry\Registry $options Options in a Registry object
  • mixed $debug Is debugging mode on? [optional]
Returns
  • void
Since
  • 3.0
Show source code of this method: ajaxchosen Source Code

Properties Summary

protected static array
$loaded
Since
  • 3.0

Tags Summary

Since
3.0
Deprecated
5.0
Without replacement