API17:JButtonPopup::fetchButton
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JButtonPopup::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonPopup::fetchButton|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function fetchButton ( |
| + | $type='Popup' | ||
| + | $name= '' | ||
| + | $text= '' | ||
| + | $url= '' | ||
| + | $width=640 | ||
| + | $height=480 | ||
| + | $top=0 | ||
| + | $left=0 | ||
| + | $onClose= '' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 65: | Line 74: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 29 of libraries/joomla/html/toolbar/button/popup.php | |
| − | + | ||
| − | libraries/joomla/html/toolbar/button/popup.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JButtonPopup::fetchButton source code''' on [[jplatform:html/toolbar/button/popup.php#cl-21|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JButtonPopup/11.1|JButtonPopup]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JButtonPopup::fetchButton|Other versions of JButtonPopup::fetchButton]] | ||
| + | {{SeeAlso:JButtonPopup::fetchButton}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonPopup::fetchButton|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonPopup::fetchButton|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 85: | Line 93: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::fetchButton]]</noinclude> | <noinclude>[[Category:JButtonPopup]][[Category:JButtonPopup::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.
JButtonPopup::fetchButton
Description
Description:JButtonPopup::fetchButton [Edit Descripton]
public function fetchButton ( $type='Popup' $name= '' $text= '' $url= '' $width=640 $height=480 $top=0 $left=0 $onClose= '' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Popup' | ||
| $name | |||
| $text | |||
| $url | |||
| $width | 640 | ||
| $height | 480 | ||
| $top | 0 | ||
| $left | 0 | ||
| $onClose |
- Returns
- Defined on line 29 of libraries/joomla/html/toolbar/button/popup.php
See also
-
JButtonPopup::fetchButton source code on BitBucket
-
Class JButtonPopup
-
Subpackage Html
- Other versions of JButtonPopup::fetchButton
SeeAlso:JButtonPopup::fetchButton [Edit See Also]
User contributed notes
<CodeExamplesForm />
