# 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];
Or, if you’re into Lua:
pageBlockSlideshow={_='pageBlockSlideshow', items={PageBlock}, caption=PageCaption}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.