Back to Behavior class

Method combobox

public static void
combobox
()
Add unobtrusive JavaScript support for a combobox effect.
Returns
  • void
Since
  • 1.5
Deprecated
  • 5.0
Class: Behavior
Project: Joomla

Method combobox - Source code

/**
 * Add unobtrusive JavaScript support for a combobox effect.
 *
 * Note that this control is only reliable in absolutely positioned elements.
 * Avoid using a combobox in a slider or dynamic pane.
 *
 * @return  void
 *
 * @since   1.5
 * @deprecated 5.0 Use the script directly
 */
public static function combobox()
{
    Factory::getDocument()->getWebAssetManager()->usePreset('awesomplete');
}