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 ... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JHtmlBehavior}} | |||
{{Description:JHtmlBehavior}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 52: | Line 49: | ||
<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 14:04, 24 March 2017
{{subst:Description:JHtmlBehavior}}
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' );
{{subst:SeeAlso:JHtmlBehavior}}
Examples
<CodeExamplesForm />