PHP Класс TbCollapse

См. также: http://twitter.github.com/bootstrap/javascript.html#collapse
Наследование: extends CWidget
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$events the Javascript event handlers.
$htmlOptions the HTML attributes for the widget container.
$options the options for the Bootstrap Javascript plugin.
$parent the CSS selector for element to collapse. Defaults to 'false'.
$tagName the name of the collapse element. Defaults to 'div'.
$toggle indicates whether to toggle the collapsible element on invocation.

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

Метод Описание
getNextContainerId ( ) : string ### .getNextContainerId()
init ( ) ### .init()
run ( ) ### .run()

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

getNextContainerId() публичный статический Метод

Returns the next collapse container ID.
public static getNextContainerId ( ) : string
Результат string the id

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

Initializes the widget.
public init ( )

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

Runs the widget.
public run ( )

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

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

the Javascript event handlers.
public $events

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

the HTML attributes for the widget container.
public $htmlOptions

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

the options for the Bootstrap Javascript plugin.
public $options

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

the CSS selector for element to collapse. Defaults to 'false'.
public $parent

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

the name of the collapse element. Defaults to 'div'.
public $tagName

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

indicates whether to toggle the collapsible element on invocation.
public $toggle