API17:JHtmlBehavior
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/behavior.php | libraries/joomla/html/html/behavior.php | ||
| + | * see source code in [[jplatform:html/html/behavior.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Html/11.1|Html]] | [[Subpackage Html/11.1|Html]] | ||
| Line 65: | Line 66: | ||
<source lang="php">jimport( 'joomla.html.html.behavior' );</source> | <source lang="php">jimport( 'joomla.html.html.behavior' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JHtmlBehavior source code in [[jplatform:html/html/behavior.php|BitBucket]] | ||
* [[JHtmlBehavior|Other versions of this class]] | * [[JHtmlBehavior|Other versions of this class]] | ||
{{SeeAlso:JHtmlBehavior}} | {{SeeAlso:JHtmlBehavior}} | ||
Revision as of 17:57, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JHtmlBehavior
Defined in
libraries/joomla/html/html/behavior.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| calendar | Add unobtrusive javascript support for a calendar control. |
| caption | Add unobtrusive javascript support for image captions. |
| combobox | Add unobtrusive javascript support for a comboox effect. |
| formvalidation | Add unobtrusive javascript support for form validation. |
| framework | Method to load the mootools framework into the document head. |
| keepalive | Keep session alive, for example, while editing or creating an article. |
| modal | Add unobtrusive javascript support for modal links. |
| mootools | Deprecated. |
| noframes | Break us out of any containing iframes. |
| switcher | Add unobtrusive javascript support for submenu switcher support in Global Configuration and System Information. |
| tooltip | Add unobtrusive javascript support for a hover tooltips. |
| tree | Add unobtrusive javascript support for a collapsible tree. |
| uploader | Add unobtrusive javascript support for the advanced uploader. |
| _calendartranslation | Internal method to translate the JavaScript Calendar. |
| _getJSObject | Internal method to get a JavaScript object notation string from an array. |
Importing
jimport( 'joomla.html.html.behavior' );
See also
- JHtmlBehavior source code in BitBucket
- Other versions of this class
SeeAlso:JHtmlBehavior [Edit See Also]
Examples
<CodeExamplesForm />
