Drag and drop an Verbatim component onto the page:
The Verbatim component looks like this on the page:
The Verbatim component looks like this on the page during runtime:
The Properties view for a component shows the most common set of attributes you can set on a component, and, depending on the component, you might also see options for adding controls, actions, or other components. To open the Properties view, click
.These common attributes for the Verbatim component display on the f:verbatim tab in the Properties view. See the All Verbatim attributes table for a complete list of attributes.
The All Attributes view shows a table
of all the attributes you can set on a component, which includes those attributes
you can access from the Properties view. To switch to the All Attributes view,
click the All Attributes icon in the upper right
corner of the Properties view.
Attribute name |
Represented in Properties view by |
Description |
---|---|---|
escape |
Render the HTML in the value |
Specifies whether to escape HTML formatting (False) or to render HTML tags as HTML (True). |