JButtonCustom/1.5
From Joomla! Documentation
< JButtonCustom(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.custom' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JButtonCustom''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JButtonCustom''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JButtonCustom.html api.joomla.org] |
* {{JVer|1.5}} '''JButtonCustom source code''' on [[jframework15:html/toolbar/button/custom.php|JoomlaCode]] | * {{JVer|1.5}} '''JButtonCustom source code''' on [[jframework15:html/toolbar/button/custom.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 13:08, 13 February 2013
[edit]
JButtonCustom
[edit] Description
Description:JButtonCustom [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | fetchButton | |
| public | fetchId | Get the button CSS Id. |
- Defined in libraries/joomla/html/toolbar/button/custom.php
- Extends JButton
[edit] Importing
jimport( 'joomla.html.toolbar.button.custom' );
[edit] See also
-
JButtonCustom on api.joomla.org
-
JButtonCustom source code on JoomlaCode
-
Subpackage Html
- Other versions of JButtonCustom
SeeAlso:JButtonCustom [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />