API17:JHtmlBehavior
From Joomla! Documentation
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.
JHtmlBehavior
Description
Description:JHtmlBehavior [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | calendar | Add unobtrusive javascript support for a calendar control. |
| public static | caption | Add unobtrusive javascript support for image captions. |
| public static | combobox | Add unobtrusive javascript support for a combobox effect. |
| public static | formvalidation | Add unobtrusive javascript support for form validation. |
| public static | framework | Method to load the MooTools framework into the document head. |
| public static | keepalive | Keep session alive, for example, while editing or creating an article. |
| public static | modal | Add unobtrusive javascript support for modal links. |
| public static | mootools | Deprecated. |
| public static | noframes | Break us out of any containing iframes. |
| public static | switcher | Add unobtrusive javascript support for submenu switcher support in Global Configuration and System Information. |
| public static | tooltip | Add unobtrusive javascript support for a hover tooltips. |
| public static | tree | Add unobtrusive javascript support for a collapsible tree. |
| public static | uploader | Add unobtrusive javascript support for the advanced uploader. |
| protected static | _calendartranslation | Internal method to translate the JavaScript Calendar. |
| protected static | _getJSObject | Internal method to get a JavaScript object notation string from an array. |
- Defined in libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
See also
-
JHtmlBehavior source code on BitBucket
-
Subpackage Html
- Other versions of JHtmlBehavior
SeeAlso:JHtmlBehavior [Edit See Also]
User contributed notes
<CodeExamplesForm />
