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='Standard', $name='', $text='', $task='', $list=true) | |
fetchId ($type='Standard', $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 ($name, $task, $list) | |
Attributs protégés | |
$_name = 'Standard' | |
Attributs protégés hérités de ToolbarButton | |
$_name = null | |
$_parent = null | |
Renders a standard button
|
protected |
fetchButton | ( | $type = 'Standard' , |
|
$name = '' , |
|||
$text = '' , |
|||
$task = '' , |
|||
$list = true |
|||
) |
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 |
Références $layout, $list, $name, $options, $task, et $text.
Get the button CSS Id
string | $type | Unused string. |
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 |