API16

JHtmlBehavior: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JHtmlBehavior}} ===Defined ...
 
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 52: Line 49:
<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 14:04, 24 March 2017

{{subst:Description:JHtmlBehavior}}

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' );


{{subst:SeeAlso:JHtmlBehavior}}

Examples

<CodeExamplesForm />