API15:JToolBar
From Joomla! Documentation
Defined in
libraries/joomla/html/toolbar.php
Methods
| Method name | Description |
|---|---|
| __construct | |
| getInstance | Returns a reference to a global JToolBar object, only creating it if it doesn't already exist. |
| appendButton | Set a value |
| prependButton | Get a value |
| render | Render |
| renderButton | Render a parameter type |
| loadButtonType | Loads a button type |
| addButtonPath | Add a directory where JToolBar should search for button types |
Importing
jimport( 'joomla.html.toolbar' );
Examples
Code Examples