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='Help', $ref='', $com=false, $override=null, $component=null) | |
fetchId () | |
Fonctions membres publiques hérités de ToolbarButton | |
__construct ($parent=null) | |
getName () | |
render (&$definition) | |
fetchIconClass ($identifier) | |
fetchButton () | |
Fonctions membres protégées | |
_getCommand ($ref, $com, $override, $component) | |
Attributs protégés | |
$_name = 'Help' | |
Attributs protégés hérités de ToolbarButton | |
$_name = null | |
$_parent = null | |
Renders a help popup window button
|
protected |
Get the JavaScript command for the button
string | $ref | The name of the help screen (its key reference). |
boolean | $com | Use the help file in the component directory. |
string | $override | Use this URL instead of any other. |
string | $component | Name of component to get Help (null for current component) |
Références $component, $url, Help\createUrl(), ENT_QUOTES, htmlspecialchars, et json_encode.
Fetches the button HTML code.
string | $type | Unused string. |
string | $ref | The name of the help screen (its key reference). |
boolean | $com | Use the help file in the component directory. |
string | $override | Use this URL instead of any other. |
string | $component | Name of component to get Help (null for current component) |
Références $component, $layout, et $options.
fetchId | ( | ) |
|
protected |