Fetches the button HTML code.
string
fetchButton
([string $type = 'Help'], [string $ref = ''], [boolean $com = false], [string $override = null], [string $component = null])
-
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)
Redefinition of:
- JToolbarButton::fetchButton()
- Get the button
Get the button id
Redefined from JButton class
string
fetchId
()
Get the JavaScript command for the button
string
_getCommand
(string $ref, boolean $com, string $override, string $component)
-
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)
Inherited Methods
Inherited From JToolbarButton
JToolbarButton::__construct()
JToolbarButton::fetchButton()
JToolbarButton::fetchIconClass()
JToolbarButton::getName()
JToolbarButton::render()