Constructor: pageBlockSlideshow
Slideshow
Attributes:
Name | Type | Required | Description |
---|---|---|---|
items | Array of PageBlock | Yes | Slideshow items |
caption | PageCaption | Yes | Caption |
Type: PageBlock
Example:
$pageBlockSlideshow = ['_' => 'pageBlockSlideshow', 'items' => [PageBlock, PageBlock], 'caption' => PageCaption];