JHtmlTabs
Utility class for Tabs elements.
abstract
| package |
Joomla.Platform |
|---|---|
| subpackage |
HTML |
| since |
11.2 |
Methods
_loadBehavior
Load the JavaScript behavior.
_loadBehavior(string $group, array $params = array()) : void
static
| since |
11.1 |
|---|
Arguments
- $group
stringThe pane identifier.- $params
arrayArray of options.
end
Close the current pane
end() : string
static
| since |
11.1 |
|---|
Response
stringHTML to close the pane
panel
Begins the display of a new panel.
panel(string $text, string $id) : string
static
| since |
11.1 |
|---|
Arguments
- $text
stringText to display.- $id
stringIdentifier of the panel.
Response
stringHTML to start a new panel
start
Creates a panes and creates the JavaScript object for it.
start(string $group = 'tabs', array $params = array()) : string
static
| since |
11.1 |
|---|
Arguments
- $group
stringThe pane identifier.- $params
arrayAn array of option.
Response
string