JHTMLBehavior: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JHTMLBehavior}}
===Defined ... |
No edit summary |
||
| Line 45: | Line 45: | ||
|Keep session alive, for example, while editing or creating an article. | |Keep session alive, for example, while editing or creating an article. | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.behavior' );</source> | <source lang="php">jimport( 'joomla.html.html.behavior' );</source> | ||
Revision as of 17:36, 25 March 2010
[Edit Descripton] Template:Description:JHTMLBehavior
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' );
[Edit See Also] Template:SeeAlso:JHTMLBehavior
Examples
<CodeExamplesForm />