Constructor: pageBlockPreformatted
Preformatted (<pre>
text)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text |
language | string | Yes | Programming language of preformatted text |
Type: PageBlock
Example:
$pageBlockPreformatted = ['_' => 'pageBlockPreformatted', 'text' => RichText, 'language' => 'string'];