API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JButtonStandard::_getCommand | ( | $ | name, |
$ | task, | ||
$ | list, | ||
$ | hide | ||
) |
Get the JavaScript command for the button
private
string | $name | The task name as seen by the user |
string | $task | The task used by the application |
??? | $list | |
boolean | $hide |
Références $cmd, $hide, $list, $name, JText::_(), JText::sprintf(), et JString::strtolower().
JButtonStandard::fetchButton | ( | $ | type = 'Standard' , |
$ | name = '' , |
||
$ | text = '' , |
||
$ | task = '' , |
||
$ | list = true , |
||
$ | hideMenu = false |
||
) |
JButtonStandard::fetchId | ( | $ | type = 'Standard' , |
$ | name = '' , |
||
$ | text = '' , |
||
$ | task = '' , |
||
$ | list = true , |
||
$ | hideMenu = false |
||
) |
JButtonStandard::$_name = 'Standard' |
Réimplémentée à partir de JButton.