Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PopupButton
+ Graphe d'héritage de PopupButton:

Fonctions membres publiques

 fetchButton ($type='Modal', $name='', $text='', $url='', $width=640, $height=480, $top=0, $left=0, $onClose='', $title='', $footer=null)
 
 fetchId ($type, $name)
 
- Fonctions membres publiques hérités de ToolbarButton
 __construct ($parent=null)
 
 getName ()
 
 render (&$definition)
 
 fetchIconClass ($identifier)
 
 fetchButton ()
 

Attributs protégés

 $_name = 'Popup'
 
- Attributs protégés hérités de ToolbarButton
 $_name = null
 
 $_parent = null
 

Fonctions membres privées

 _getCommand ($url)
 

Description détaillée

Renders a modal window button

Depuis
3.0

Documentation des fonctions membres

◆ _getCommand()

_getCommand (   $url)
private

Get the JavaScript command for the button

Paramètres
string$urlURL for popup
Renvoie
string JavaScript command string
Depuis
3.0

Références $url.

◆ fetchButton()

fetchButton (   $type = 'Modal',
  $name = '',
  $text = '',
  $url = '',
  $width = 640,
  $height = 480,
  $top = 0,
  $left = 0,
  $onClose = '',
  $title = '',
  $footer = null 
)

Fetch the HTML for the button

Paramètres
string$typeUnused string, formerly button type.
string$nameModal name, used to generate element ID
string$textThe link text
string$urlURL for popup
integer$widthWidth of popup
integer$heightHeight of popup
integer$topTop attribute. [
Obsolète:
Unused, will be removed in 4.0]
Paramètres
integer$leftLeft attribute. [
Obsolète:
Unused, will be removed in 4.0]
Paramètres
string$onCloseJavaScript for the onClose event.
string$titleThe title text
string$footerThe footer html
Renvoie
string HTML string for the button
Depuis
3.0

Références $height, $html, $layout, $name, $onClose, $options, $params, $text, $title, $url, et $width.

◆ fetchId()

fetchId (   $type,
  $name 
)

Get the button id

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

Références $name.

Documentation des champs

◆ $_name

$_name = 'Popup'
protected

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