Class TbCarousel
Bootstrap carousel widget.
- CComponent
-
CBaseController
-
CWidget
-
TbCarousel
Copyright: Copyright © Christoffer Niska 2011-
License: New BSD License
Author: Christoffer Niska <ChristofferNiska@gmail.com>
See: http://twitter.github.com/bootstrap/javascript.html#carousel
Located at crisu83/yii-bootstrap/widgets/TbCarousel.php
Methods summary
public
|
|
public
|
|
protected
|
Methods inherited from CWidget
__construct(),
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
Methods inherited from CBaseController
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderFile(),
renderInternal(),
widget()
Methods inherited from CComponent
__call(),
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
Magic methods summary
Properties summary
public
string
|
$prevLabel |
#
the previous button label. Defaults to '‹'. |
public
string
|
$nextLabel |
#
the next button label. Defaults to '›'. |
public
boolean
|
$slide |
#
indicates whether the carousel should slide items. |
public
boolean
|
$displayPrevAndNext |
#
indicates whether to display the previous and next links. |
public
array
|
$items |
#
the carousel items configuration. |
public
array
|
$options |
#
the options for the Bootstrap Javascript plugin. |
public
string[]
|
$events |
#
the Javascript event handlers. |
public
array
|
$htmlOptions |
#
the HTML attributes for the widget container. |
Properties inherited from CWidget
$actionPrefix,
$skin
Magic properties inherited from CWidget
$controller,
$id,
$owner,
$viewPath