API17:JButtonConfirm::fetchButton
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JButtonConfirm::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonConfirm::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function fetchButton ( |
| + | $type='Confirm' | ||
| + | $msg='' | ||
| + | $name= '' | ||
| + | $text= '' | ||
| + | $task= '' | ||
| + | $list=true | ||
| + | $hideMenu=false | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 55: | Line 62: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 29 of libraries/joomla/html/toolbar/button/confirm.php | |
| − | + | ||
| − | libraries/joomla/html/toolbar/button/confirm.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JButtonConfirm::fetchButton source code''' on [[jplatform:html/toolbar/button/confirm.php#cl-21|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JButtonConfirm/11.1|JButtonConfirm]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JButtonConfirm::fetchButton|Other versions of JButtonConfirm::fetchButton]] | ||
| + | {{SeeAlso:JButtonConfirm::fetchButton}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonConfirm::fetchButton|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonConfirm::fetchButton|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 76: | Line 81: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JButtonConfirm]][[Category:JButtonConfirm::fetchButton]]</noinclude> | <noinclude>[[Category:JButtonConfirm]][[Category:JButtonConfirm::fetchButton]]</noinclude> | ||
Revision as of 20:13, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JButtonConfirm::fetchButton
Description
Description:JButtonConfirm::fetchButton [Edit Descripton]
public function fetchButton ( $type='Confirm' $msg='' $name= '' $text= '' $task= '' $list=true $hideMenu=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Confirm' | ||
| $msg | |||
| $name | |||
| $text | |||
| $task | |||
| $list | true | ||
| $hideMenu | false |
- Returns
- Defined on line 29 of libraries/joomla/html/toolbar/button/confirm.php
See also
-
JButtonConfirm::fetchButton source code on BitBucket
-
Class JButtonConfirm
-
Subpackage Html
- Other versions of JButtonConfirm::fetchButton
SeeAlso:JButtonConfirm::fetchButton [Edit See Also]
User contributed notes
<CodeExamplesForm />
