Link Search Menu Expand Document

Constructor: pageBlockBlockquote

Back to constructors index

Quote (equivalent to the HTML <blockquote>)

Attributes:

NameTypeRequiredDescription
textRichTextYesQuote contents
captionRichTextYesCaption

Type: PageBlock

Example:

$pageBlockBlockquote = ['_' => 'pageBlockBlockquote', 'text' => RichText, 'caption' => RichText];