Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
fetchElement ($name, $value, &$node, $control_name) | |
Fonctions membres publiques inherited from JElement | |
__construct ($parent=null) | |
getName () | |
render (&$xmlElement, $value, $control_name= 'params') | |
fetchTooltip ($label, $description, &$xmlElement, $control_name= '', $name= '') | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres protégées | |
_getOptions (&$node) |
Attributs protégés | |
$_name = 'List' | |
Attributs protégés inherited from JElement | |
$_parent = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
|
protected |
Get the options for the element
JXMLElement | &$node | JXMLElement node object containing the settings for the element |
Réimplémentée dans JElementComponentLayouts, JElementContentLanguages, et JElementModuleLayouts.
Références $options, $text, JHtml\_(), JText\_(), JLog\add(), et JLog\WARNING.
JElementList::fetchElement | ( | $name, | |
$value, | |||
& | $node, | ||
$control_name | |||
) |
Fetch the HTML code for the parameter element.
string | $name | The field name. |
mixed | $value | The value of the field. |
JSimpleXMLElement | &$node | The current JSimpleXMLElement node. |
string | $control_name | The name of the HTML control. |
Réimplémentée à partir de JElement.
Références $attribs, $name, et JHtml\_().
|
protected |
Réimplémentée à partir de JElement.
Réimplémentée dans JElementContentLanguages, JElementComponentLayouts, et JElementModuleLayouts.