API17:JButton
From Joomla! Documentation
JButton
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | fetchButton | Get the button. |
| public | fetchIconClass | Method to get the CSS class name for an icon identifier. |
| public | fetchId | Get the button id. |
| public | getName | Get the element name. |
| public | render |
- Defined in libraries/joomla/html/toolbar/button.php
- Extends JObject
- Extended by
Importing
jimport( 'joomla.html.toolbar.button' );
See also
JButton source code on BitBucket
Subpackage Html- Other versions of JButton
User contributed notes
Code Examples