546 B
546 B
title | description |
---|---|
pageBlockCover | pageBlockCover attributes, type and example |
Constructor: pageBlockCover
Attributes:
Name | Type | Required |
---|---|---|
cover | PageBlock | Yes |
Type: PageBlock
Example:
$pageBlockCover = ['_' => 'pageBlockCover', 'cover' => PageBlock, ];
Or, if you're into Lua:
pageBlockCover={_='pageBlockCover', cover=PageBlock, }