JHTMLBehavior: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHTMLBehavior}} | |||
{{Description:JHTMLBehavior}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 49: | Line 46: | ||
<source lang="php">jimport( 'joomla.html.html.behavior' );</source> | <source lang="php">jimport( 'joomla.html.html.behavior' );</source> | ||
{{subst:SeeAlso:JHTMLBehavior}} | |||
{{SeeAlso:JHTMLBehavior}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:21, 24 March 2017
{{subst: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' );
{{subst:SeeAlso:JHTMLBehavior}}
Examples
<CodeExamplesForm />