JHtmlBehavior
From Joomla! Documentation
The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/html/html/behavior.php
Methods[edit]
Method name | Description |
---|---|
framework | Method to load the mootools framework into the document head |
mootools | Deprecated. Use JHtmlBehavior::framework() instead. |
caption | |
formvalidation | |
switcher | |
combobox | |
tooltip | |
modal | |
uploader | |
tree | |
calendar | |
keepalive | Keep session alive, for example, while editing or creating an article. |
Importing[edit]
jimport( 'joomla.html.html.behavior' );
Examples[edit]
Code Examples[edit]