Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
fetchButton ($type='Confirm', $msg='', $name='', $text='', $task='', $list=true, $hideMenu=false) | |
fetchId ($type='Confirm', $msg='', $name='', $text='', $task='', $list=true, $hideMenu=false) | |
Fonctions membres publiques hérités de ToolbarButton | |
__construct ($parent=null) | |
getName () | |
render (&$definition) | |
fetchIconClass ($identifier) | |
fetchButton () | |
Fonctions membres protégées | |
_getCommand ($msg, $name, $task, $list) | |
Attributs protégés | |
$_name = 'Confirm' | |
Attributs protégés hérités de ToolbarButton | |
$_name = null | |
$_parent = null | |
Renders a standard button with a confirm dialog
|
protected |
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 |
Références $layout, $list, $name, $options, $task, et $text.
fetchId | ( | $type = 'Confirm' , |
|
$msg = '' , |
|||
$name = '' , |
|||
$text = '' , |
|||
$task = '' , |
|||
$list = true , |
|||
$hideMenu = false |
|||
) |
Get the button CSS Id
string | $type | Button type |
string | $msg | Message to display |
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 |
Références $name.
|
protected |