JToolbarButtonConfirm::fetchButton
Fetch the HTML for the button
Signature
public function fetchButton([string
$type = 'Confirm',
[string
$msg = '',
[string
$name = '',
[string
$text = '',
[string
$task = '',
[boolean
$list = true,
[boolean
$hideMenu = false]]]]]]] )
Parameters
-
$type
- Unused string.
-
$msg
- Message to render
-
$name
- Name to be used as apart of the id
-
$text
- Button text
-
$task
- The task associated with the button
-
$list
- True to allow use of lists
-
$hideMenu
- True to hide the menu on click
Returns
- string
- HTML string for the button
Parent Implementation