\JToolbarButtonConfirm
Renders a standard button with a confirm dialog
Synopsis
class JToolbarButtonConfirm
extends JToolbarButton
{
- // members
- protected $_name;
- // methods
- public string fetchButton()
- public string fetchId()
- protected string _getCommand()
- // Inherited methods from JToolbarButton
- public void __construct()
- public string getName()
- public string render()
- public string fetchIconClass()
- public abstract string fetchButton()
Hierarchy
Extends
Members
protected
- $_name
—
string
Button type - $_name
—
string
element name - $_parent
—
JButton
reference to the object that instantiated the element
Methods
protected
- _getCommand() — Get the JavaScript command for the button
public
- fetchButton() — Fetch the HTML for the button
- fetchId() — Get the button CSS Id
Inherited from JToolbarButton
public
- fetchButton() — Get the button
- fetchIconClass() — Method to get the CSS class name for an icon identifier
- getName() — Get the element name
- render() — Get the HTML to render the button