JButtonCustom/1.5
From Joomla! Documentation
< JButtonCustom(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JButtonCustom== | ||
| + | ===Description=== | ||
| + | {{Description:JButtonCustom}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonCustom|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JButtonCustom::fetchButton/1.5|fetchButton]] | |[[JButtonCustom::fetchButton/1.5|fetchButton]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JButtonCustom::fetchId/1.5|fetchId]] | |[[JButtonCustom::fetchId/1.5|fetchId]] | ||
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/toolbar/button/custom.php | ||
| + | * '''Extends''' [[JButton/1.5|JButton]] | ||
===Importing=== | ===Importing=== | ||
<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/Html/JButtonCustom.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JButtonCustom source code''' on [[jframework15:html/toolbar/button/custom.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JButtonCustom|Other versions of JButtonCustom]] | ||
| + | {{SeeAlso:JButtonCustom}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonCustom|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonCustom]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonCustom]]</noinclude> | ||
Revision as of 18:05, 25 April 2011
JButtonCustom
Description
Description:JButtonCustom [Edit Descripton]
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
Importing
jimport( 'joomla.html.toolbar.button.custom' );
See also
-
JButtonCustom on api.joomla.org
-
JButtonCustom source code on JoomlaCode
-
Subpackage Html
- Other versions of JButtonCustom
SeeAlso:JButtonCustom [Edit See Also]
User contributed notes
<CodeExamplesForm />