Property | Type | Description | |
---|---|---|---|
$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. |
Method | Description | |
---|---|---|
init ( ) | ### .init() | |
run ( ) | ### .run() |
Method | Description | |
---|---|---|
renderItems ( array $items ) | ### .renderItems() |
protected renderItems ( array $items ) | ||
$items | array | the item configuration. |
public $displayPrevAndNext |