PHP 클래스 TbCarousel

또한 보기: http://twitter.github.com/bootstrap/javascript.html#carousel
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

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