API15:JButton/fetchId
From Joomla! Documentation
Description
Get the button id
Template:Description:JButton/fetchId
Syntax
fetchId()
Defined in
libraries/joomla/html/toolbar/button.php
Importing
jimport( 'joomla.html.toolbar.button' );
Source Body
function fetchId()
{
return;
}
[Edit See Also] Template:SeeAlso:JButton/fetchId
Examples
<CodeExamplesForm />