JButton/fetchId: Difference between revisions
From Joomla! Documentation
m removing red link to edit, no existant pages |
m clean up |
||
| Line 2: | Line 2: | ||
Get the button id | Get the button id | ||
<! removed transcluded page call, red link never existed > | <! removed transcluded page call, red link never existed > | ||
| Line 25: | Line 23: | ||
</source> | </source> | ||
<! removed transcluded page call, red link never existed > | <! removed transcluded page call, red link never existed > | ||
Revision as of 13:34, 24 March 2017
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
<CodeExamplesForm />