API16

API16:JHtmlBehavior/combobox

From Joomla! Documentation

Revision as of 01:45, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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