Back to Joomla project (class list)

Class UiTab - list of methods

Utility class for the Joomla core UI Tab element.
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/UiTab.php
Project: Joomla

Method Summary

public static string
(mixed $selector = 'myTab', mixed $params = array())

Creates a core UI tab pane
Parameters
  • string $selector The pane identifier.
  • array $params The parameters for the pane
Returns
  • string
Since
  • 4.0.0
Show source code of this method: startTabSet Source Code

public static string
()

Close the current tab pane
Returns
  • string HTML to close the pane
Since
  • 4.0.0
Show source code of this method: endTabSet Source Code

public static string
(mixed $selector, mixed $id, mixed $title)

Begins the display of a new tab content panel.
Parameters
  • string $selector Identifier of the panel.
  • string $id The ID of the div element
  • string $title The title text for the button
Returns
  • string HTML to start a new panel
Since
  • 4.0.0
Show source code of this method: addTab Source Code

public static string
()

Close the current tab content panel
Returns
  • string HTML to close the pane
Since
  • 4.0.0
Show source code of this method: endTab Source Code

Properties Summary

protected static array
$loaded
Since
  • 4.0.0

Tags Summary

Since
4.0.0