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(string selector, string id, string title) : string
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() : string
static
since |
4.0.0 |
---|
Response
string
HTML to close the pane
endTabSet
Close the current tab pane
endTabSet() : string
static
since |
4.0.0 |
---|
Response
string
HTML to close the pane
startTabSet
Creates a core UI tab pane
startTabSet(string selector = 'myTab', array params = array()) : string
static
since |
4.0.0 |
---|
Arguments
- selector
string
The pane identifier.- params
array
The parameters for the pane
Response
string