Liste de tous les membres
Fonctions membres publiques |
| fetchButton ($type= 'Popup', $name= '', $text= '', $url= '', $width=640, $height=480, $top=0, $left=0, $onClose= '') |
| fetchId ($type, $name) |
| __construct ($parent=null) |
| getName () |
| render (&$definition) |
| fetchIconClass ($identifier) |
| fetchButton () |
| __toString () |
| def ($property, $default=null) |
| get ($property, $default=null) |
| getProperties ($public=true) |
| getError ($i=null, $toString=true) |
| getErrors () |
| set ($property, $value=null) |
| setProperties ($properties) |
| setError ($error) |
| toString () |
Fonctions membres protégées |
| _getCommand ($name, $url, $width, $height, $top, $left) |
Documentation des fonctions membres
JButtonPopup::_getCommand |
( |
|
$name, |
|
|
|
$url, |
|
|
|
$width, |
|
|
|
$height, |
|
|
|
$top, |
|
|
|
$left |
|
) |
| |
|
protected |
Get the JavaScript command for the button
- Paramètres:
-
string | $name | Button name |
string | $url | URL for popup |
integer | $width | Unused formerly width. |
integer | $height | Unused formerly height. |
integer | $top | Unused formerly top attribute. |
integer | $left | Unused formerly left attribure. |
- Renvoie:
- string JavaScript command string
- Depuis:
- 11.1
Références $url, et JURI\base().
JButtonPopup::fetchButton |
( |
|
$type = 'Popup' , |
|
|
|
$name = '' , |
|
|
|
$text = '' , |
|
|
|
$url = '' , |
|
|
|
$width = 640 , |
|
|
|
$height = 480 , |
|
|
|
$top = 0 , |
|
|
|
$left = 0 , |
|
|
|
$onClose = '' |
|
) |
| |
Fetch the HTML for the button
- Paramètres:
-
string | $type | Unused string, formerly button type. |
string | $name | Button name |
string | $text | The link text |
string | $url | URL for popup |
integer | $width | Width of popup |
integer | $height | Height of popup |
integer | $top | Top attribute. |
integer | $left | Left attribute |
string | $onClose | JavaScript for the onClose event. |
- Renvoie:
- string HTML string for the button
- Depuis:
- 11.1
Références $class, $height, $html, $name, $text, $url, $width, JHtml\_(), et JText\_().
JButtonPopup::fetchId |
( |
|
$type, |
|
|
|
$name |
|
) |
| |
Get the button id
Redefined from JButton class
- Paramètres:
-
string | $type | Button type |
string | $name | Button name |
- Renvoie:
- string Button CSS Id
- Depuis:
- 11.1
Documentation des données membres
JButtonPopup::$_name = 'Popup' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :