API16:JHtmlBehavior
From Joomla! Documentation
Defined in
libraries/joomla/html/html/behavior.php
Methods
| 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
jimport( 'joomla.html.html.behavior' );
Examples
Code Examples