Fabrication bouton joomla
$bar =& new JToolBar( 'My ToolBar' );
$button =& $bar->loadButtonType( 'Standard' );
$button->fetchId( 'Standard', 'send', 'Activate', 'activate', false );
echo $button->getName();
| by james |
| dev.joomla.org | | the 10/11/2008 |  | Add or View Comment |