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

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

Description détaillée

Renders a standard button with a confirm dialog

self message(string $value) bool getMessage()

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, $message, et Text\script().

◆ fetchButton()

fetchButton (   $type = 'Confirm',
  $msg = '',
  $name = '',
  $text = '',
  $task = '',
  $list = true,
  $hideMenu = false 
)

Fetch the HTML for the button

Paramètres
string$typeUnused string.
string$msgMessage to render
string$nameName to be used as apart of the id
string$textButton text
string$taskThe task associated with the button
boolean$listTrue to allow use of lists
boolean$hideMenuTrue to hide the menu on click
Renvoie
string HTML string for the button
Depuis
3.0
Obsolète:
5.0 Use render() instead.

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

◆ getAccessors()

static getAccessors ( )
staticprotected

Method to configure available option accessors.

Renvoie
array
Depuis
4.0.0

◆ 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 $options, et Text\_().


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