Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
fetchButton ($type='Confirm', $msg='', $name='', $text='', $task='', $list=true, $hideMenu=false) | |
Fonctions membres publiques hérités de StandardButton | |
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 StandardButton | |
prepareOptions (array &$options) | |
_getCommand () | |
Fonctions membres protégées hérités de ToolbarButton | |
prepareOptions (array &$options) | |
renderButton (array &$options) | |
fetchId () | |
ensureUniqueId (string $id) | |
Fonctions membres protégées statiques | |
static | getAccessors () |
Fonctions membres protégées statiques hérités de ToolbarButton | |
static | getAccessors () |
Membres hérités additionnels | |
Attributs protégés hérités de StandardButton | |
$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 = [] | |
Attributs protégés statiques hérités de ToolbarButton | |
static | $idCounter = [] |
Renders a standard button with a confirm dialog
self message(string $value) bool getMessage()
|
protected |
Get the JavaScript command for the button
Références $alert, $message, et Text\script().
fetchButton | ( | $type = 'Confirm' , |
|
$msg = '' , |
|||
$name = '' , |
|||
$text = '' , |
|||
$task = '' , |
|||
$list = true , |
|||
$hideMenu = false |
|||
) |
Fetch the HTML for the button
string | $type | Unused string. |
string | $msg | Message to render |
string | $name | Name to be used as apart of the id |
string | $text | Button text |
string | $task | The task associated with the button |
boolean | $list | True to allow use of lists |
boolean | $hideMenu | True to hide the menu on click |
|
staticprotected |
Method to configure available option accessors.
|
protected |