API15

JHTMLBehavior: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JHTMLBehavior|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JHTMLBehavior}}
===Defined in===
===Defined in===
libraries/joomla/html/html/behavior.php
libraries/joomla/html/html/behavior.php
Line 49: Line 44:
<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>
 
</span>
{{SeeAlso:JHTMLBehavior}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHTMLBehavior
  category=JHTMLBehavior
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 00:39, 25 March 2017

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



Examples

Code Examples