JHTMLBehavior: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/behavior.php | libraries/joomla/html/html/behavior.php | ||
| Line 47: | Line 45: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHTMLBehavior | category=JHTMLBehavior | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 00:39, 25 March 2017
Defined in
libraries/joomla/html/html/behavior.php
Methods
| Method name | Description |
|---|---|
| mootools | Method to load the mootools framework into the document head |
| 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