Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JButtonConfirm
+ Graphe d'héritage de JButtonConfirm:
+ Graphe de collaboration de JButtonConfirm:

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)
- Fonctions membres publiques inherited from JButton
 __construct ($parent=null)
 getName ()
 render (&$definition)
 fetchIconClass ($identifier)
 fetchButton ()
- Fonctions membres publiques inherited from JObject
 __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 ($msg, $name, $task, $list)

Attributs protégés

 $_name = 'Confirm'
- Attributs protégés inherited from JButton
 $_parent = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JButtonConfirm::_getCommand (   $msg,
  $name,
  $task,
  $list 
)
protected

Get the JavaScript command for the button

Paramètres:
object$msgThe message to display.
string$nameNot used.
string$taskThe task used by the application
boolean$listTrue is requires a list confirmation.
Renvoie:
string JavaScript command string
Depuis:
11.1

Références $cmd, $list, $message, JHtml\_(), et JText\_().

+ Voici le graphe d'appel pour cette fonction :

JButtonConfirm::fetchButton (   $type = 'Confirm',
  $msg = '',
  $name = '',
  $text = '',
  $task = '',
  $list = true,
  $hideMenu = false 
)

Fetch the HTML for the button

Paramètres:
string$typeUnused string.
string$msgMessage to render
string$nameName to be used as apart of the id
string$textButton text
string$taskThe task associated with the button
boolean$listTrue to allow use of lists
boolean$hideMenuTrue 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\_().

+ Voici le graphe d'appel pour cette fonction :

JButtonConfirm::fetchId (   $type = 'Confirm',
  $msg = '',
  $name = '',
  $text = '',
  $task = '',
  $list = true,
  $hideMenu = false 
)

Get the button CSS Id

Paramètres:
string$typeButton type
object$msgThe message
string$nameName to be used as apart of the id
string$textButton text
string$taskThe task associated with the button
boolean$listTrue to allow use of lists
boolean$hideMenuTrue 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

Réimplémentée à partir de JButton.


La documentation de cette classe a été générée à partir du fichier suivant :