API15

JHTMLBehavior: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JHTMLBehavior}}
<nowiki>[</nowiki>[[Description:JHTMLBehavior|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHTMLBehavior}}


===Defined in===
===Defined in===
Line 49: Line 46:
<source lang="php">jimport( 'joomla.html.html.behavior' );</source>
<source lang="php">jimport( 'joomla.html.html.behavior' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHTMLBehavior|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JHTMLBehavior}}
</span>
{{SeeAlso:JHTMLBehavior}}


===Examples===
===Examples===

Revision as of 13:21, 24 March 2017

{{subst:Description:JHTMLBehavior}}

Defined in

libraries/joomla/html/html/behavior.php

Methods

Method name Description
mootools Method to load the mootools framework into the document head
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' );


{{subst:SeeAlso:JHTMLBehavior}}

Examples

<CodeExamplesForm />