PHP 클래스 View_Tabs_jUItabs, atk4

Use: $tabs=$this->add('Tabs'); $tabs->addTab('Tab1')->add('LoremIpsum'); $tabs->addTabURL('./details','Details'); // AJAX tab
상속: extends View_Tabs
파일 보기 프로젝트 열기: atk4/atk4

공개 프로퍼티들

프로퍼티 타입 설명
$options array
$position string
$show_loader boolean Should we show loader indicator while loading tabs
$tab_template Template

공개 메소드들

메소드 설명
addTab ( $title, $name = null ) * Add tab and returns it so that you can add static content
addTabURL ( $page, $title = null ) * Add tab which loads dynamically. Returns $this for chaining
defaultTemplate ( )
init ( ) Initialization
render ( )
setOption ( $key, $value ) * Set tabs option, for example, 'active'=>'zero-based index of tab
toBottom ( )
toLeft ( )
toRight ( )

메소드 상세

addTab() 공개 메소드

* Add tab and returns it so that you can add static content
public addTab ( $title, $name = null )

addTabURL() 공개 메소드

* Add tab which loads dynamically. Returns $this for chaining
public addTabURL ( $page, $title = null )

defaultTemplate() 공개 메소드

public defaultTemplate ( )

init() 공개 메소드

Initialization
public init ( )

render() 공개 메소드

public render ( )

setOption() 공개 메소드

* Set tabs option, for example, 'active'=>'zero-based index of tab
public setOption ( $key, $value )

toBottom() 공개 메소드

public toBottom ( )

toLeft() 공개 메소드

public toLeft ( )

toRight() 공개 메소드

public toRight ( )

프로퍼티 상세

$options 공개적으로 프로퍼티

public array $options
리턴 array

$position 공개적으로 프로퍼티

public string $position
리턴 string

$show_loader 공개적으로 프로퍼티

Should we show loader indicator while loading tabs
public bool $show_loader
리턴 boolean

$tab_template 공개적으로 프로퍼티

public Template $tab_template
리턴 Template