JButtonStandard/1.5
From Joomla! Documentation
< JButtonStandard(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JButtonStandard== | ||
| + | ===Description=== | ||
| + | {{Description:JButtonStandard}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JButtonStandard|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonStandard|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JButtonStandard::_getCommand/1.5|_getCommand]] | |[[JButtonStandard::_getCommand/1.5|_getCommand]] | ||
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
| + | |public | ||
|[[JButtonStandard::fetchButton/1.5|fetchButton]] | |[[JButtonStandard::fetchButton/1.5|fetchButton]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JButtonStandard::fetchId/1.5|fetchId]] | |[[JButtonStandard::fetchId/1.5|fetchId]] | ||
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/toolbar/button/standard.php | ||
| + | * '''Extends''' [[JButton/1.5|JButton]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.standard' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JButtonStandard''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JButtonStandard.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JButtonStandard source code''' on [[jframework15:html/toolbar/button/standard.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JButtonStandard|Other versions of JButtonStandard]] | ||
| + | {{SeeAlso:JButtonStandard}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonStandard|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonStandard|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonStandard]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonStandard]]</noinclude> | ||
Latest revision as of 13:09, 13 February 2013
[edit]
JButtonStandard
[edit] Description
Description:JButtonStandard [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _getCommand | Get the JavaScript command for the button. |
| public | fetchButton | |
| public | fetchId | Get the button CSS Id. |
- Defined in libraries/joomla/html/toolbar/button/standard.php
- Extends JButton
[edit] Importing
jimport( 'joomla.html.toolbar.button.standard' );
[edit] See also
-
JButtonStandard on api.joomla.org
-
JButtonStandard source code on JoomlaCode
-
Subpackage Html
- Other versions of JButtonStandard
SeeAlso:JButtonStandard [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />