PHP 클래스 WPDKjQueryTabsView

저자: =undo= ([email protected])
상속: extends WPDKView
파일 보기 프로젝트 열기: wpxtreme/wpdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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