JButtonConfirm/1.5
From Joomla! Documentation
< JButtonConfirm(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}} JButtonConfirm== | ||
| + | ===Description=== | ||
| + | {{Description:JButtonConfirm}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JButtonConfirm|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonConfirm|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JButtonConfirm::_getCommand/1.5|_getCommand]] | |[[JButtonConfirm::_getCommand/1.5|_getCommand]] | ||
|Get the JavaScript command for the button. | |Get the JavaScript command for the button. | ||
|- | |- | ||
| + | |public | ||
|[[JButtonConfirm::fetchButton/1.5|fetchButton]] | |[[JButtonConfirm::fetchButton/1.5|fetchButton]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JButtonConfirm::fetchId/1.5|fetchId]] | |[[JButtonConfirm::fetchId/1.5|fetchId]] | ||
|Get the button CSS Id. | |Get the button CSS Id. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/toolbar/button/confirm.php | ||
| + | * '''Extends''' [[JButton/1.5|JButton]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.toolbar.button.confirm' );</source> | <source lang="php">jimport( 'joomla.html.toolbar.button.confirm' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JButtonConfirm''' on [http://api.joomla.org/1.5/Joomla-Framework/Html/JButtonConfirm.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JButtonConfirm source code''' on [[jframework15:html/toolbar/button/confirm.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JButtonConfirm|Other versions of JButtonConfirm]] | ||
| + | {{SeeAlso:JButtonConfirm}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonConfirm|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonConfirm|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:JButtonConfirm]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JButtonConfirm]]</noinclude> | ||
Latest revision as of 13:04, 13 February 2013
[edit]
JButtonConfirm
[edit] Description
Description:JButtonConfirm [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/confirm.php
- Extends JButton
[edit] Importing
jimport( 'joomla.html.toolbar.button.confirm' );
[edit] See also
-
JButtonConfirm on api.joomla.org
-
JButtonConfirm source code on JoomlaCode
-
Subpackage Html
- Other versions of JButtonConfirm
SeeAlso:JButtonConfirm [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />