API15

API15:JButton/fetchId

From Joomla! Documentation

Revision as of 13:46, 12 May 2013 by JoomlaWikiBot (talk | contribs) (removing red link to edit, no existant pages)

Description

Get the button id

[<! removed edit link to red link >]

<! 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 edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

<CodeExamplesForm />