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

Liste de tous les membres

Fonctions membres publiques

 fetchButton ($type= 'Link', $name= 'back', $text= '', $url=null)
 fetchId ($type= 'Link', $name= '')
- 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 ($url)

Attributs protégés

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

Documentation des fonctions membres

JButtonLink::_getCommand (   $url)
protected

Get the JavaScript command for the button

Paramètres:
object$urlButton definition
Renvoie:
string JavaScript command string
Depuis:
11.1

Références $url.

JButtonLink::fetchButton (   $type = 'Link',
  $name = 'back',
  $text = '',
  $url = null 
)

Fetch the HTML for the button

Paramètres:
string$typeUnused string.
string$nameName to be used as apart of the id
string$textButton text
string$urlThe link url
Renvoie:
string HTML string for the button
Depuis:
11.1

Références $class, $html, $name, $text, $url, et JText\_().

+ Voici le graphe d'appel pour cette fonction :

JButtonLink::fetchId (   $type = 'Link',
  $name = '' 
)

Get the button CSS Id

Paramètres:
string$typeThe button type.
string$nameThe name of the button.
Renvoie:
string Button CSS Id
Depuis:
11.1

Références $name.


Documentation des données membres

JButtonLink::$_name = 'Link'
protected

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


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