API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JHTMLBehavior::_calendartranslation | ( | ) |
Internal method to translate the JavaScript Calendar
Référencé par calendar().
JHTMLBehavior::_calendartranslation | ( | ) | [static] |
Method to get the internationalisation script/settings for the JavaScript Calendar behavior.
protected
Références JText::_().
JHTMLBehavior::_getJSObject | ( | $ | array = array() | ) |
Internal method to get a JavaScript object notation string from an array
array | $array | The array to convert to JavaScript object notation |
Référencé par _getJSObject(), modal(), tooltip(), tree(), et uploader().
JHTMLBehavior::_getJSObject | ( | $ | array = array() | ) | [static] |
Method to get a simple JavaScript Object Notation (JSON) representation of an input associative array.
array | $array | The array to convert to JavaScript Object Notation. |
protected
Références $array, $k, et _getJSObject().
JHTMLBehavior::calendar | ( | ) | [static] |
Method to load the system calendar behavior.
Références JText::_(), _calendartranslation(), JFactory::getDocument(), JHTML::script(), et JHTML::stylesheet().
JHTMLBehavior::calendar | ( | ) |
JHTMLBehavior::caption | ( | ) |
JHTMLBehavior::caption | ( | ) | [static] |
Method to load the system caption behavior.
Références JHTML::script().
JHTMLBehavior::combobox | ( | ) | [static] |
Method to load the system combobox behavior.
Références JHTML::script().
JHTMLBehavior::combobox | ( | ) |
JHTMLBehavior::formvalidation | ( | ) | [static] |
Method to load the system form validation behavior.
Références JHTML::script().
JHTMLBehavior::formvalidation | ( | ) |
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.
Références $script, JFactory::getConfig(), JFactory::getDocument(), et mootools().
JHTMLBehavior::modal | ( | $ | selector = 'a.modal' , |
$ | params = array() |
||
) | [static] |
Method to load the system modal behavior.
string | $selector | The CSS selector for elements to apply the behavior. |
array | $params | The array of options to use for the behavior. |
Références $params, $script, _getJSObject(), JFactory::getDocument(), JHTML::script(), et JHTML::stylesheet().
JHTMLBehavior::modal | ( | $ | selector = 'a.modal' , |
$ | params = array() |
||
) |
JHTMLBehavior::mootools | ( | $ | debug = null | ) | [static] |
Method to load the mootools framework into the document head
boolean | $debug | Is debugging mode on? [optional] |
Références $config, $debug, JFactory::getConfig(), et JHTML::script().
Référencé par keepalive(), et tooltip().
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.
boolean | $debug | True to enable debugging mode. If no value is set the value will be taken from the application configuration settings. |
Références $debug, JFactory::getApplication(), JFactory::getConfig(), et JHTML::script().
JHTMLBehavior::switcher | ( | ) |
JHTMLBehavior::switcher | ( | ) | [static] |
Method to load the system container switcher behavior.
Références JHTML::script().
JHTMLBehavior::tooltip | ( | $ | selector = '.hasTip' , |
$ | params = array() |
||
) |
Références $document, $params, _getJSObject(), JFactory::getDocument(), et mootools().
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.
string | $selector | The CSS selector for elements to apply the behavior. |
array | $params | The array of options to use for the behavior. |
Références $params, $script, _getJSObject(), JFactory::getDocument(), et mootools().
JHTMLBehavior::tree | ( | $ | id, |
$ | params = array() , |
||
$ | root = array() |
||
) | [static] |
Method to load the system tree behavior.
string | $id | The DOM node id for the element to apply the behavior. |
array | $params | The array of options to use for the behavior. |
array | $root | The array of root node options. |
Références $name, $params, $script, _getJSObject(), JURI::root(), JHTML::script(), et JHTML::stylesheet().
JHTMLBehavior::tree | ( | $ | id, |
$ | params = array() , |
||
$ | root = array() |
||
) |
JHTMLBehavior::uploader | ( | $ | id = 'file-upload' , |
$ | params = array() |
||
) | [static] |
Method to load the system file uploader behavior.
string | $id | The DOM node id for the element to apply the behavior. |
array | $params | The array of options to use for the behavior. |
Références $id, $params, $script, JText::_(), _getJSObject(), JFactory::getDocument(), JURI::root(), et JHTML::script().
JHTMLBehavior::uploader | ( | $ | id = 'file-upload' , |
$ | params = array() |
||
) |
Références $document, $id, $params, _getJSObject(), JFactory::getDocument(), JURI::root(), et JHTML::script().