API16:JHtmlBehavior/combobox
From Joomla! Documentation
Template:Description:JHtmlBehavior/combobox
Syntax
static combobox()
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
public static function combobox()
{
JHTML::_('script','system/combobox.js', false, true);
}
[Edit See Also] Template:SeeAlso:JHtmlBehavior/combobox
Examples
<CodeExamplesForm />