Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | render ($item='') |
static | publish ($id, $prefix='') |
static | unpublish ($id, $prefix='') |
static | feature ($id, $prefix='') |
static | unfeature ($id, $prefix='') |
static | archive ($id, $prefix='') |
static | unarchive ($id, $prefix='') |
static | duplicate ($id, $prefix='') |
static | trash ($id, $prefix='') |
static | untrash ($id, $prefix='') |
static | divider () |
static | addCustomItem ($label, $icon='', $id='', $task='') |
Attributs protégés statiques | |
static | $dropDownList = array() |
HTML utility class for building a dropdown menu
|
static |
Append a custom item to current dropdown menu.
string | $label | The label of the item. |
string | $icon | The icon classname. |
string | $id | The item id. |
string | $task | The task. |
Références $icon, $id, $label, $task, HTMLHelper\link(), et LayoutHelper\render().
|
static |
|
static |
Writes a divider between dropdown items
|
static |
|
static |
|
static |
|
static |
Method to render current dropdown menu
string | $item | An item to render. |
Références $html, $item, null, et Text\sprintf().
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprotected |