Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
fetchButton ($type='Standard', $name='', $text='', $task='', $list=true, $formId=null) | |
fetchButtonClass (string $name) | |
Fonctions membres publiques hérités de BasicButton | |
fetchButton ($type='Basic') | |
Fonctions membres publiques hérités de ToolbarButton | |
__construct (string $name='', string $text='', array $options=[]) | |
render (&$definition=null) | |
fetchIconClass ($identifier) | |
fetchButton () | |
getParent () | |
setParent (Toolbar $parent) | |
getOptions () | |
setOptions (array $options) | |
getOption (string $name, $default=null) | |
setOption (string $name, $value) | |
getName () | |
name (string $name) | |
getLayout () | |
layout (string $layout) | |
__call (string $name, array $args) | |
Fonctions membres protégées | |
prepareOptions (array &$options) | |
_getCommand () | |
Fonctions membres protégées hérités de ToolbarButton | |
prepareOptions (array &$options) | |
renderButton (array &$options) | |
fetchId () | |
ensureUniqueId (string $id) | |
Attributs protégés | |
$layout = 'joomla.toolbar.standard' | |
Attributs protégés hérités de BasicButton | |
$layout = 'joomla.toolbar.basic' | |
Attributs protégés hérités de ToolbarButton | |
$name | |
$parent | |
$layout | |
$options = [] | |
Membres hérités additionnels | |
Fonctions membres protégées statiques hérités de ToolbarButton | |
static | getAccessors () |
Attributs protégés statiques hérités de ToolbarButton | |
static | $idCounter = [] |
Renders a standard button
|
protected |
Get the JavaScript command for the button
Références $alert, $messages, et Text\script().
fetchButton | ( | $type = 'Standard' , |
|
$name = '' , |
|||
$text = '' , |
|||
$task = '' , |
|||
$list = true , |
|||
$formId = null |
|||
) |
Fetch the HTML for the button
string | $type | Unused string. |
string | $name | The name of the button icon class. |
string | $text | Button text. |
string | $task | Task associated with the button. |
boolean | $list | True to allow lists |
string | $formId | The id of action form. |
Références $formId, $list, $name, $task, $text, name, et null.
fetchButtonClass | ( | string | $name | ) |
Fetch button class for standard buttons.
string | $name | The button name. |
Références $name.
|
protected |
|
protected |