ConfirmButton
class ConfirmButton extends ToolbarButton
Renders a standard button with a confirm dialog
Methods
string
fetchIconClass(
string $identifier)
Method to get the CSS class name for an icon identifier
from ToolbarButton
string
fetchButton(
string $type = 'Confirm',
string $msg = '',
string $name = '',
string $text = '',
string $task = '',
boolean $list = true,
boolean $hideMenu = false)
Fetch the HTML for the button
string
fetchId(
string $type = 'Confirm',
string $msg = '',
string $name = '',
string $text = '',
string $task = '',
boolean $list = true,
boolean $hideMenu = false)
Get the button CSS Id
Details
string
fetchIconClass(
string $identifier)
Method to get the CSS class name for an icon identifier
Can be redefined in the final class