API15:JButton/fetchId
From Joomla! Documentation
Description
Get the button id
<! removed transcluded page call, red link never existed >
Syntax
fetchId()
Defined in
libraries/joomla/html/toolbar/button.php
Importing
jimport( 'joomla.html.toolbar.button' );
Source Body
function fetchId()
{
return;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples