JHtmlBehavior: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/html/behavior.php | libraries/joomla/html/html/behavior.php | ||
Line 50: | Line 48: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlBehavior | category=JHtmlBehavior | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> |
Latest revision as of 01:45, 25 March 2017
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' );
Examples
Code Examples