| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
HTML |
JButton |
JButton |
Never | Work in Progress |
This is an abstract button class. It is the base class for all other JButton classes.
| Method | Description |
|---|---|
__construct | Button constructor. Stores a reference to the instantiating object (parent). |
fetchButton | Returns the HTML for the button. This method is defined in the final button class. |
fetchIconClass | Gets the CSS class name for an icon identifier. This can be redefined in the final button class. |
fetchId | Gets the button id. This can be redefined in the final button class. |
getName | Gets the button name. |
render | Renders the button. |