wrap¶
Data type
wrap
Examples
This will cause the value to be wrapped in a p-tag coloring the value red:
<p style="color: red;"> | </p>
Data type
wrap
Examples
This will cause the value to be wrapped in a p-tag coloring the value red:
<p style="color: red;"> | </p>
Comment
<…> | </…>
Used to wrap something. The vertical bar (“|”) is the place, where your content will be inserted; the parts on the left and right of the vertical line are placed on the left and right side of the content.
Spaces between the wrap-parts and the divider (“|”) are trimmed off from each part of the wrap.