JToolBar/1.5
From Joomla! Documentation
< JToolBar(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 51: | Line 51: | ||
<source lang="php">jimport( 'joomla.html.toolbar' );</source> | <source lang="php">jimport( 'joomla.html.toolbar' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JToolBar''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JToolBar''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JToolBar.html api.joomla.org] |
* {{JVer|1.5}} '''JToolBar source code''' on [[jframework15:html/toolbar.php|JoomlaCode]] | * {{JVer|1.5}} '''JToolBar source code''' on [[jframework15:html/toolbar.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:06, 13 February 2013
[edit]
JToolBar
[edit] Description
Description:JToolBar [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.html.toolbar' );
[edit] See also
-
JToolBar on api.joomla.org
-
JToolBar source code on JoomlaCode
-
Subpackage Html
- Other versions of JToolBar
SeeAlso:JToolBar [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />