API16

API16:JButtonCustom/fetchId

From Joomla! Documentation

Revision as of 02:52, 13 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

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 />