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 JButtonStandard
+ Graphe d'héritage de JButtonStandard:
+ Graphe de collaboration de JButtonStandard:

Liste de tous les membres

Fonctions membres publiques

 fetchButton ($type= 'Standard', $name= '', $text= '', $task= '', $list=true)
 fetchId ($type= 'Standard', $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 ($name, $task, $list)

Attributs protégés

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

Documentation des fonctions membres

JButtonStandard::_getCommand (   $name,
  $task,
  $list 
)
protected

Get the JavaScript command for the button

Paramètres:
string$nameThe task name as seen by the user
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 :

JButtonStandard::fetchButton (   $type = 'Standard',
  $name = '',
  $text = '',
  $task = '',
  $list = true 
)

Fetch the HTML for the button

Paramètres:
string$typeUnused string.
string$nameThe name of the button icon class.
string$textButton text.
string$taskTask associated with the button.
boolean$listTrue to allow lists
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 :

JButtonStandard::fetchId (   $type = 'Standard',
  $name = '',
  $text = '',
  $task = '',
  $list = true,
  $hideMenu = false 
)

Get the button CSS Id

Paramètres:
string$typeUnused string.
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

JButtonStandard::$_name = 'Standard'
protected

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


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