UiTab
Utility class for the Joomla core UI Tab element.
abstract
| since |
4.0.0 |
|---|---|
| package |
Joomla CMS |
Methods
addTab
Begins the display of a new tab content panel.
addTab( selector, id, title) :
static
| since |
4.0.0 |
|---|
Arguments
- selector
stringIdentifier of the panel.- id
stringThe ID of the div element- title
stringThe title text for the button
Response
stringHTML to start a new panel
endTab
Close the current tab content panel
endTab() :
static
| since |
4.0.0 |
|---|
Response
stringHTML to close the pane
endTabSet
Close the current tab pane
endTabSet() :
static
| since |
4.0.0 |
|---|
Response
stringHTML to close the pane
startTabSet
Creates a core UI tab pane
startTabSet( selector = 'myTab', mixed||string|int params = []) :
static
| since |
4.0.0 |
|---|
Arguments
- selector
stringThe pane identifier.- params
array<string|int, mixed>The parameters for the pane
Response
string
Properties
loaded
Array containing information for loaded files
static
| since |
4.0.0 |
|---|
Type(s)
array<string|int, mixed>