SliderButton
Extends ToolbarButtonRenders a button to render an HTML element in a slider container
| since |
3.0 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor
__construct(object parent = null) : mixed
inherited
Arguments
- parent
objectThe parent
Response
mixed
_getCommand
Get the JavaScript command for the button
_getCommand(string url) : string
| since |
3.0 |
|---|
Arguments
- url
stringURL for popup
Response
stringJavaScript command string
fetchButton
Get the button
fetchButton() : string
inherited abstract
Defined in the final button class
| since |
3.0 |
|---|
Response
string
fetchIconClass
Method to get the CSS class name for an icon identifier
fetchIconClass(string identifier) : string
inherited
Can be redefined in the final class
| since |
3.0 |
|---|
Arguments
- identifier
stringIcon identification string
Response
stringCSS class name
fetchId
Get the button id
fetchId(string type, string name) : string
| since |
3.0 |
|---|
Arguments
- type
stringButton type- name
stringButton name
Response
stringButton CSS Id
getName
Get the element name
getName() : string
inherited
| since |
3.0 |
|---|
Response
stringtype of the parameter
render
Get the HTML to render the button
render(array &definition) : string
inherited
| since |
3.0 |
|---|
Arguments
- definition
arrayParameters to be passed
Response
string
Properties
_name
element name
inherited
This has to be set in the final renderer classes.
Type(s)
string
_parent
reference to the object that instantiated the element
inherited
Type(s)
\JButton