API17

Difference between revisions of "JHtmlBehavior"

From Joomla! Documentation

(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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JHtmlBehavior

Defined in[edit]

libraries/joomla/html/html/behavior.php

Subpackage[edit]

Html

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.html.html.behavior' );

See also[edit]

Template:SeeAlso:JHtmlBehavior [Edit See Also]

Examples[edit]

<CodeExamplesForm />