Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe StandardButton
+ Graphe d'héritage de StandardButton:

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 = []
 

Description détaillée

Renders a standard button

Depuis
3.0

Documentation des fonctions membres

◆ _getCommand()

_getCommand ( )
protected

Get the JavaScript command for the button

Renvoie
string JavaScript command string
Depuis
3.0

Références $alert, $messages, et Text\script().

◆ fetchButton()

fetchButton (   $type = 'Standard',
  $name = '',
  $text = '',
  $task = '',
  $list = true,
  $formId = null 
)

Fetch the HTML for the button

Paramètres
string$typeUnused string.
string$nameThe name of the button icon class.
string$textButton text.
string$taskTask associated with the button.
boolean$listTrue to allow lists
string$formIdThe id of action form.
Renvoie
string HTML string for the button
Depuis
3.0
Obsolète:
5.0 Use render() instead.

Références $formId, $list, $name, $task, $text, name, et null.

◆ fetchButtonClass()

fetchButtonClass ( string  $name)

Fetch button class for standard buttons.

Paramètres
string$nameThe button name.
Renvoie
string
Depuis
4.0.0

Références $name.

◆ prepareOptions()

prepareOptions ( array &  $options)
protected

Prepare options for this button.

Paramètres
array$optionsThe options about this button.
Renvoie
void
Depuis
4.0.0

Références $class, et $options.

Documentation des champs

◆ $layout

$layout = 'joomla.toolbar.standard'
protected

La documentation de cette classe a été générée à partir du fichier suivant :