API15

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 preparing for archive only
 
(2 intermediate revisions by 2 users 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 45: Line 40:
|Keep session alive, for example, while editing or creating an article.  
|Keep session alive, for example, while editing or creating an article.  
|}
|}
===Importing===
===Importing===
<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