API16

API16:JHtmlBehavior/combobox

From Joomla! Documentation

<! 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