API17:JButtonStandard::fetchId
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:JButtonStandard::fetchId|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JButtonStandard::fetchId|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function fetchId ( |
| + | $type='Standard' | ||
| + | $name= '' | ||
| + | $text= '' | ||
| + | $task= '' | ||
| + | $list=true | ||
| + | $hideMenu=false | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 52: | Line 56: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string Button CSS Id | |
| − | string Button CSS Id | + | * '''Defined''' on line 50 of libraries/joomla/html/toolbar/button/standard.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/toolbar/button/standard.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JButtonStandard::fetchId source code''' on [[jplatform:html/toolbar/button/standard.php#cl-42|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JButtonStandard/11.1|JButtonStandard]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JButtonStandard::fetchId|Other versions of JButtonStandard::fetchId]] | ||
| + | {{SeeAlso:JButtonStandard::fetchId}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JButtonStandard::fetchId|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JButtonStandard::fetchId|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 72: | Line 76: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JButtonStandard]][[Category:JButtonStandard::fetchId]]</noinclude> | <noinclude>[[Category:JButtonStandard]][[Category:JButtonStandard::fetchId]]</noinclude> | ||
Revision as of 20:14, 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.
JButtonStandard::fetchId
Description
Get the button CSS Id.
Description:JButtonStandard::fetchId [Edit Descripton]
public function fetchId ( $type='Standard' $name= '' $text= '' $task= '' $list=true $hideMenu=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Standard' | ||
| $name | |||
| $text | |||
| $task | |||
| $list | true | ||
| $hideMenu | false |
- Returns string Button CSS Id
- Defined on line 50 of libraries/joomla/html/toolbar/button/standard.php
- Since
See also
-
JButtonStandard::fetchId source code on BitBucket
-
Class JButtonStandard
-
Subpackage Html
- Other versions of JButtonStandard::fetchId
SeeAlso:JButtonStandard::fetchId [Edit See Also]
User contributed notes
<CodeExamplesForm />
