API16:JButton
From Joomla! Documentation
Defined in
libraries/joomla/html/toolbar/button.php
Methods
Method name | Description |
---|---|
__construct | Constructor |
getName | get the element name |
render | |
fetchIconClass | Method to get the CSS class name for an icon identifier |
fetchId | Get the button id |
fetchButton | Get the button |
Importing
jimport( 'joomla.html.toolbar.button' );
Examples
Code Examples