PHP Класс TbCarousel

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

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

Свойство Тип Описание
$displayPrevAndNext indicates whether to display the previous and next links.
$events the Javascript event handlers.
$htmlOptions the HTML attributes for the widget container.
$items the carousel items configuration.
$nextLabel the next button label. Defaults to '›'.
$options the options for the Bootstrap Javascript plugin.
$prevLabel the previous button label. Defaults to '‹'.
$slide indicates whether the carousel should slide items.

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

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

Защищенные методы

Метод Описание
renderItems ( array $items ) ### .renderItems()

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

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

Initializes the widget.
public init ( )

renderItems() защищенный Метод

Renders the carousel items.
protected renderItems ( array $items )
$items array the item configuration.

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

Runs the widget.
public run ( )

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

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

indicates whether to display the previous and next links.
public $displayPrevAndNext

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

the Javascript event handlers.
public $events

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

the HTML attributes for the widget container.
public $htmlOptions

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

the carousel items configuration.
public $items

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

the next button label. Defaults to '›'.
public $nextLabel

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

the options for the Bootstrap Javascript plugin.
public $options

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

the previous button label. Defaults to '‹'.
public $prevLabel

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

indicates whether the carousel should slide items.
public $slide