API15:JButtonCustom/fetchId
From Joomla! Documentation
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.
Contents |
Description
Get the button CSS Id
Description:JButtonCustom/fetchId
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
function fetchId( $type='Custom', $html = '', $id = 'custom' ) { return $this->_parent->_name.'-'.$id; }
[Edit See Also] SeeAlso:JButtonCustom/fetchId
Examples
<CodeExamplesForm />
