API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JButtonConfirm::_getCommand | ( | $ | msg, |
$ | name, | ||
$ | task, | ||
$ | list, | ||
$ | hide | ||
) |
Get the JavaScript command for the button
private
object | $definition | Button definition |
Références $cmd, $hide, $list, $name, JText::_(), JText::sprintf(), et JString::strtolower().
JButtonConfirm::fetchButton | ( | $ | type = 'Confirm' , |
$ | msg = '' , |
||
$ | name = '' , |
||
$ | text = '' , |
||
$ | task = '' , |
||
$ | list = true , |
||
$ | hideMenu = false |
||
) |
JButtonConfirm::fetchId | ( | $ | type = 'Confirm' , |
$ | name = '' , |
||
$ | text = '' , |
||
$ | task = '' , |
||
$ | list = true , |
||
$ | hideMenu = false |
||
) |
JButtonConfirm::$_name = 'Confirm' |
Réimplémentée à partir de JButton.