API15:JButtonCustom/fetchId/ja
出典: Joomla! ドキュメンテーション
目次 |
Description
Get the button CSS Id
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; }
Examples
<CodeExamplesForm />
