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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe SliderButton
+ Graphe d'héritage de SliderButton:

Fonctions membres publiques

 fetchButton ($type='Slider', $name='', $text='', $url='', $width=640, $height=480, $onClose='')
 
 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 = 'Slider'
 
- 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 button to render an HTML element in a slider container

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

◆ fetchButton()

fetchButton (   $type = 'Slider',
  $name = '',
  $text = '',
  $url = '',
  $width = 640,
  $height = 480,
  $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
string$onCloseJavaScript for the onClose event.
Renvoie
string HTML string for the button
Depuis
3.0

Références $doTask, $height, $name, $options, $text, $url, et rel.

◆ fetchId()

fetchId (   $type,
  $name 
)

Get the button id

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

Documentation des champs

◆ $_name

$_name = 'Slider'
protected

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