API17

Difference between revisions of "JButtonConfirm::fetchButton"

From Joomla! Documentation

(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>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JButtonConfirm::fetchButton ($type='Confirm', $msg='', $name= '', $text= '', $task= '', $list=true, $hideMenu=false)
+
public function fetchButton (
 +
        $type='Confirm'
 +
        $msg=''
 +
        $name= ''
 +
        $text= ''
 +
        $task= ''
 +
        $list=true
 +
        $hideMenu=false
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 55: Line 62:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 29 of libraries/joomla/html/toolbar/button/confirm.php
===Defined in===
 
libraries/joomla/html/toolbar/button/confirm.php (line 30)
 
* see source code in [[jplatform:html/toolbar/button/confirm.php#cl-30|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JButtonConfirm/11.1|JButtonConfirm]]
+
===User contributed notes===
* [[JButtonConfirm::fetchButton|Other versions of this method]]
 
{{SeeAlso:JButtonConfirm::fetchButton}}
 
===Examples===
 
 
<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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JButtonConfirm::fetchButton[edit]

Description[edit]

Template: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[edit]

Template:SeeAlso:JButtonConfirm::fetchButton [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />