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
string
Identifier of the panel.- id
string
The ID of the div element- title
string
The title text for the button
Response
string
HTML to start a new panel
endTab
Close the current tab content panel
endTab() :
static
since |
4.0.0 |
---|
Response
string
HTML to close the pane
endTabSet
Close the current tab pane
endTabSet() :
static
since |
4.0.0 |
---|
Response
string
HTML 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
string
The 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>