JToolBar/1.5
From Joomla! Documentation
JToolBar
Description
Description:JToolBar [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | |
| public | addButtonPath | Add a directory where should search for button types. |
| public | appendButton | Set a value. |
| public | getInstance | Returns a reference to a global object, only creating it if it doesn't already exist. |
| public | loadButtonType | Loads a button type. |
| public | prependButton | Get a value. |
| public | render | Render. |
| public | renderButton | Render a parameter type. |
- Defined in libraries/joomla/html/toolbar.php
- Extends JObject
Importing
jimport( 'joomla.html.toolbar' );
See also
-
JToolBar on api.joomla.org
-
JToolBar source code on JoomlaCode
-
Subpackage Html
- Other versions of JToolBar
SeeAlso:JToolBar [Edit See Also]
User contributed notes
<CodeExamplesForm />