Свойство | Тип | Описание | |
---|---|---|---|
$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 ( ) |
public addTab ( $title, $name = null ) |
public addTabURL ( $page, $title = null ) |
public setOption ( $key, $value ) |
public bool $show_loader | ||
Результат | boolean |