API16

JButtonCustom/fetchId: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: ===Description=== Get the button CSS Id <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </...
 
m removing red link to edit, no existant pages
Line 3: Line 3:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JButtonCustom/fetchId|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>


{{Description:JButtonCustom/fetchId}}
<! removed transcluded page call, red link never existed >


===Syntax===
===Syntax===
Line 47: Line 47:


<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JButtonCustom/fetchId|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[<! removed edit link to red link >]</nowiki>
</span>
</span>
{{SeeAlso:JButtonCustom/fetchId}}
<! removed transcluded page call, red link never existed >


===Examples===
===Examples===
Line 62: Line 62:
  format= ,,,
  format= ,,,
</dpl>
</dpl>
[[Category:Archived pages API16]]

Revision as of 02:52, 13 May 2013

Description

Get the button CSS Id

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

fetchId($type='Custom', $html= '', $id= 'custom')
Parameter Name Default Value Description
$type 'Custom'
$html
$id 'custom'

Returns

string Button CSS Id

Defined in

libraries/joomla/html/toolbar/button/custom.php

Importing

jimport( 'joomla.html.toolbar.button.custom' );

Source Body

public function fetchId($type='Custom', $html = '', $id = 'custom')
{
        return $this->_parent->getName().'-'.$id;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

<CodeExamplesForm />