API17:JToolBar
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JToolBar
Defined in
libraries/joomla/html/toolbar.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| addButtonPath | Add a directory where should search for button types in LIFO order. |
| appendButton | Set a value. |
| getItems | Get the list of toolbar links. |
| getName | Get the name of the toolbar. |
| loadButtonType | Loads a button type. |
| prependButton | Get a value. |
| render | Render. |
| renderButton | Render a parameter type. |
| getInstance | Returns the global object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.html.toolbar' );
See also
SeeAlso:JToolBar [Edit See Also]
Examples
<CodeExamplesForm />
