If a field contains HTML code, you can configure the field to render (display) the HTML rather than display ‘raw’ unrendered text.
Step 1: In Iron Speed Designer’s Design tab, double-click the field to display the Page Properties dialog.
Step 2: Go to the Display tab and change the Display Style to Literal.
Step 3: Go to the Attributes tab and add this pass-through attribute:
|
Pass-Through Attribute |
Value |
|
HTMLEncodeValue |
False |
Step 4: Build and run your application. The field’s contents will be rendered as HTML.