PHP Класс WPDKjQueryTabsView

Автор: =undo= ([email protected])
Наследование: extends WPDKView
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$border boolean Set to true to display the border. Default is true
$tabs array A key value pairs array tabs list, whew value is an instance of WPDKjQueryTab
$vertical boolean Makes jQuery tabs vertical.

Открытые методы

Метод Описание
__construct ( string $id, array $tabs = [], boolean $vertical = false ) : WPDKjQueryTabsView Create an instance of WPDKjQueryTabsView class
addTab ( WPDKjQueryTab $tab ) Add a single tab to the tabs list
draw ( ) Display
removeTab ( string | WPDKjQueryTab $tab ) Remove a tab from tabs list

Описание методов

__construct() публичный Метод

Create an instance of WPDKjQueryTabsView class
public __construct ( string $id, array $tabs = [], boolean $vertical = false ) : WPDKjQueryTabsView
$id string The view ID
$tabs array Optional. A tabs list. Instances of WPDKjQueryTab class
$vertical boolean Optional. Set to TRUE in order to display vertical tab. Default is FALSE.
Результат WPDKjQueryTabsView

addTab() публичный Метод

Add a single tab to the tabs list
public addTab ( WPDKjQueryTab $tab )
$tab WPDKjQueryTab An instance of WPDKjQueryTab

draw() публичный Метод

Display
public draw ( )

removeTab() публичный Метод

Remove a tab from tabs list
public removeTab ( string | WPDKjQueryTab $tab )
$tab string | WPDKjQueryTab An instance of WPDkjQueryTab class or its ID

Описание свойств

$border публичное свойство

Set to true to display the border. Default is true
public bool $border
Результат boolean

$tabs публичное свойство

A key value pairs array tabs list, whew value is an instance of WPDKjQueryTab
public array $tabs
Результат array

$vertical публичное свойство

Makes jQuery tabs vertical.
С версии: 1.7.1
public bool $vertical
Результат boolean