API17

JHtmlBehavior

From Joomla! Documentation

Revision as of 18:38, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JHtmlBehavior/11.1 to API17:JHtmlBehavior without leaving a redirect: Robot: Moved page)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Joomla 11.1 JHtmlBehavior[edit]

Description[edit]

Template:Description:JHtmlBehavior [Edit Descripton]

Methods[edit]

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

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

See also[edit]

Template:SeeAlso:JHtmlBehavior [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />