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

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)
- 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, $url, $width, $height, $top, $left)

Attributs protégés

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

Documentation des fonctions membres

JButtonPopup::_getCommand (   $name,
  $url,
  $width,
  $height,
  $top,
  $left 
)
protected

Get the JavaScript command for the button

Paramètres:
string$nameButton name
string$urlURL for popup
integer$widthUnused formerly width.
integer$heightUnused formerly height.
integer$topUnused formerly top attribute.
integer$leftUnused formerly left attribure.
Renvoie:
string JavaScript command string
Depuis:
11.1

Références $url, et JURI\base().

+ Voici le graphe d'appel pour cette fonction :

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$typeUnused string, formerly button type.
string$nameButton name
string$textThe link text
string$urlURL for popup
integer$widthWidth of popup
integer$heightHeight of popup
integer$topTop attribute.
integer$leftLeft attribute
string$onCloseJavaScript 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\_().

+ Voici le graphe d'appel pour cette fonction :

JButtonPopup::fetchId (   $type,
  $name 
)

Get the button id

Redefined from JButton class

Paramètres:
string$typeButton type
string$nameButton name
Renvoie:
string Button CSS Id
Depuis:
11.1

Documentation des données membres

JButtonPopup::$_name = 'Popup'
protected

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


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