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é
|
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) | |
Renders a button to render an HTML element in a slider container
|
private |
Get the JavaScript command for the button
string | $url | URL for popup |
fetchButton | ( | $type = 'Slider' , |
|
$name = '' , |
|||
$text = '' , |
|||
$url = '' , |
|||
$width = 640 , |
|||
$height = 480 , |
|||
$onClose = '' |
|||
) |
Fetch the HTML for the button
string | $type | Unused string, formerly button type. |
string | $name | Button name |
string | $text | The link text |
string | $url | URL for popup |
integer | $width | Width of popup |
integer | $height | Height of popup |
string | $onClose | JavaScript for the onClose event. |
Références $doTask, $height, $name, $options, $text, $url, et rel.
fetchId | ( | $type, | |
$name | |||
) |
|
protected |