Support Joomla!

references:joomla.framework:html:jbutton-fetchid

Table of Contents

fetchId

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage HTML Class JButton Method fetchId Reference fetchId() Never Work in Progress

Gets the button ID. This method can be redefined in the final button class. The base class method does not return a value.

Syntax

void fetchId ()

Examples

The following example illustrates the JButtonStandard class.

Example

$bar =& new JToolBar( 'My ToolBar' );
$button =& $bar->loadButtonType( 'Standard' );
echo $button->fetchId( 'Standard', 'send', 'Activate', 'activate', false );

might produce:

Result

My ToolBar-send

Discussion

Full name:
E-Mail:
 
references/joomla.framework/html/jbutton-fetchid.txt (939 views) · Last modified: 2007/09/22 02:47