JHtmlBehavior/combobox: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 22: | Line 22: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=combobox | category=combobox | ||
category=JHtmlBehavior | category=JHtmlBehavior | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 01:45, 25 March 2017
<! removed transcluded page call, red link never existed >
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);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples