Liste de tous les membres
Fonctions membres publiques |
| fetchButton ($type= 'Confirm', $msg= '', $name= '', $text= '', $task= '', $list=true, $hideMenu=false) |
| fetchId ($type= 'Confirm', $msg= '', $name= '', $text= '', $task= '', $list=true, $hideMenu=false) |
| __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 () |
Documentation des fonctions membres
JButtonConfirm::_getCommand |
( |
|
$msg, |
|
|
|
$name, |
|
|
|
$task, |
|
|
|
$list |
|
) |
| |
|
protected |
Get the JavaScript command for the button
- Paramètres:
-
object | $msg | The message to display. |
string | $name | Not used. |
string | $task | The task used by the application |
boolean | $list | True is requires a list confirmation. |
- Renvoie:
- string JavaScript command string
- Depuis:
- 11.1
Références $cmd, $list, $message, JHtml\_(), et JText\_().
JButtonConfirm::fetchButton |
( |
|
$type = 'Confirm' , |
|
|
|
$msg = '' , |
|
|
|
$name = '' , |
|
|
|
$text = '' , |
|
|
|
$task = '' , |
|
|
|
$list = true , |
|
|
|
$hideMenu = false |
|
) |
| |
Fetch the HTML for the button
- Paramètres:
-
string | $type | Unused string. |
string | $msg | Message to render |
string | $name | Name to be used as apart of the id |
string | $text | Button text |
string | $task | The task associated with the button |
boolean | $list | True to allow use of lists |
boolean | $hideMenu | True to hide the menu on click |
- Renvoie:
- string HTML string for the button
- Depuis:
- 11.1
Références $class, $html, $list, $name, $task, $text, et JText\_().
JButtonConfirm::fetchId |
( |
|
$type = 'Confirm' , |
|
|
|
$msg = '' , |
|
|
|
$name = '' , |
|
|
|
$text = '' , |
|
|
|
$task = '' , |
|
|
|
$list = true , |
|
|
|
$hideMenu = false |
|
) |
| |
Get the button CSS Id
- Paramètres:
-
string | $type | Button type |
object | $msg | The message |
string | $name | Name to be used as apart of the id |
string | $text | Button text |
string | $task | The task associated with the button |
boolean | $list | True to allow use of lists |
boolean | $hideMenu | True to hide the menu on click |
- Renvoie:
- string Button CSS Id
- Depuis:
- 11.1
Références $name.
Documentation des données membres
JButtonConfirm::$_name = 'Confirm' |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :