API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JHTMLBehavior

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des fonctions membres

JHTMLBehavior::_calendartranslation ( )

Internal method to translate the JavaScript Calendar

Renvoie:
string JavaScript that translates the object
Depuis:
1.5

Référencé par calendar().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::_calendartranslation ( ) [static]

Method to get the internationalisation script/settings for the JavaScript Calendar behavior.

Renvoie:
mixed JavaScript calendar internationalisation settings script or null if already loaded.

protected

Depuis:
1.5.19

Références JText::_().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::_getJSObject ( array = array())

Internal method to get a JavaScript object notation string from an array

Paramètres:
array$arrayThe array to convert to JavaScript object notation
Renvoie:
string JavaScript object notation representation of the array
Depuis:
1.5

Référencé par _getJSObject(), modal(), tooltip(), tree(), et uploader().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::_getJSObject ( array = array()) [static]

Method to get a simple JavaScript Object Notation (JSON) representation of an input associative array.

Paramètres:
array$arrayThe array to convert to JavaScript Object Notation.
Renvoie:
string JavaScript Object Notation representation of the array.

protected

Depuis:
1.5.19

Références $array, $k, et _getJSObject().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::calendar ( ) [static]

Method to load the system calendar behavior.

Renvoie:
void
Depuis:
1.5.19

Références JText::_(), _calendartranslation(), JFactory::getDocument(), JHTML::script(), et JHTML::stylesheet().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::calendar ( )
JHTMLBehavior::caption ( )

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::caption ( ) [static]

Method to load the system caption behavior.

Renvoie:
void
Depuis:
1.5.19

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::combobox ( ) [static]

Method to load the system combobox behavior.

Renvoie:
void
Depuis:
1.5.19

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::combobox ( )

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::formvalidation ( ) [static]

Method to load the system form validation behavior.

Renvoie:
void
Depuis:
1.5.19

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::formvalidation ( )

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::keepalive ( )

Keep session alive, for example, while editing or creating an article.

JHTMLBehavior::keepalive ( ) [static]

Method to load the system keepalive behavior. This will send an ascynchronous request to the server via AJAX on an interval just under the session expiration lifetime so that the session does not expire.

Renvoie:
void
Depuis:
1.5.19

Références $script, JFactory::getConfig(), JFactory::getDocument(), et mootools().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::modal ( selector = 'a.modal',
params = array() 
) [static]

Method to load the system modal behavior.

Paramètres:
string$selectorThe CSS selector for elements to apply the behavior.
array$paramsThe array of options to use for the behavior.
Renvoie:
void
Depuis:
1.5.19

Références $params, $script, _getJSObject(), JFactory::getDocument(), JHTML::script(), et JHTML::stylesheet().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::modal ( selector = 'a.modal',
params = array() 
)

Références JHTML::script(), et JHTML::stylesheet().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::mootools ( debug = null) [static]

Method to load the mootools framework into the document head

  • If debugging mode is on an uncompressed version of mootools is included for easier debugging.
Paramètres:
boolean$debugIs debugging mode on? [optional]
Renvoie:
void
Depuis:
1.5

Références $config, $debug, JFactory::getConfig(), et JHTML::script().

Référencé par keepalive(), et tooltip().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::mootools ( debug = null) [static]

Method to load the mootools framework and compatibility layer into the document head. If the optional debug flag is set then a uncompressed version of the files will be loaded.

Paramètres:
boolean$debugTrue to enable debugging mode. If no value is set the value will be taken from the application configuration settings.
Renvoie:
void
Depuis:
1.5.19

Références $debug, JFactory::getApplication(), JFactory::getConfig(), et JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::switcher ( )

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::switcher ( ) [static]

Method to load the system container switcher behavior.

Renvoie:
void
Depuis:
1.5.19

Références JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::tooltip ( selector = '.hasTip',
params = array() 
)

Références $document, $params, _getJSObject(), JFactory::getDocument(), et mootools().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::tooltip ( selector = '.hasTip',
params = array() 
) [static]

Method to load the system tooltips behavior. Because the tooltips class and interface has changed between Mootools 1.2 and 1.1, we are including our 1.2 version and making it to work in the same way as the old one.

Paramètres:
string$selectorThe CSS selector for elements to apply the behavior.
array$paramsThe array of options to use for the behavior.
Renvoie:
void
Depuis:
1.5.19

Références $params, $script, _getJSObject(), JFactory::getDocument(), et mootools().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::tree ( id,
params = array(),
root = array() 
) [static]

Method to load the system tree behavior.

Paramètres:
string$idThe DOM node id for the element to apply the behavior.
array$paramsThe array of options to use for the behavior.
array$rootThe array of root node options.
Renvoie:
void
Depuis:
1.5.19

Références $name, $params, $script, _getJSObject(), JURI::root(), JHTML::script(), et JHTML::stylesheet().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::tree ( id,
params = array(),
root = array() 
)

Références $id, $params, et _getJSObject().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::uploader ( id = 'file-upload',
params = array() 
) [static]

Method to load the system file uploader behavior.

Paramètres:
string$idThe DOM node id for the element to apply the behavior.
array$paramsThe array of options to use for the behavior.
Renvoie:
void
Depuis:
1.5.19

Références $id, $params, $script, JText::_(), _getJSObject(), JFactory::getDocument(), JURI::root(), et JHTML::script().

Voici le graphe d'appel pour cette fonction :

JHTMLBehavior::uploader ( id = 'file-upload',
params = array() 
)

Références $document, $id, $params, _getJSObject(), JFactory::getDocument(), JURI::root(), et JHTML::script().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir des fichiers suivants :