API15:JButtonCustom/fetchButton/ja
出典: Joomla! ドキュメンテーション
目次 |
Syntax
fetchButton($type='Custom', $html= '', $id= 'custom')
| Parameter Name | Default Value | Description |
|---|---|---|
| $type | 'Custom' | |
| $html | ||
| $id | 'custom' |
Defined in
libraries/joomla/html/toolbar/button/custom.php
Importing
jimport( 'joomla.html.toolbar.button.custom' );
Source Body
function fetchButton( $type='Custom', $html = '', $id = 'custom' ) { return $html; }
Examples
<CodeExamplesForm />
