API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JButtonPopup::_getCommand | ( | $ | name, |
$ | url, | ||
$ | width, | ||
$ | height, | ||
$ | top, | ||
$ | left | ||
) |
Get the JavaScript command for the button
private
object | $definition | Button definition |
Références $url, et JURI::base().
JButtonPopup::fetchButton | ( | $ | type = 'Popup' , |
$ | name = '' , |
||
$ | text = '' , |
||
$ | url = '' , |
||
$ | width = 640 , |
||
$ | height = 480 , |
||
$ | top = 0 , |
||
$ | left = 0 |
||
) |
Références $class, $height, $name, $text, $url, $width, JText::_(), et JHTML::_().
JButtonPopup::fetchId | ( | $ | name | ) |
Get the button id
Redefined from JButton class
public
string | $name | Button name |
JButtonPopup::$_name = 'Popup' |
Réimplémentée à partir de JButton.