Use the glide.ui.escape_html_list_field property to force HTML
escapes for HTML fields in a list view.
HTML is one of the types that can be assigned to the dictionary fields. Assigning HTML
fields to any field type provides the functionality to format content using HTML codes (for
example,
<p>
,
<a href>
,
<b>
,
<font>
,
<img>
). A malicious user can inject HTML
code within the form field to execute unwanted scripts on different client/user sessions.
- Set this property to true to perform an HTML escaping before
the records/fields are rendered in the browser when the table appears as a list
view.
- If set to false, and you select that column in a list view when
viewing a table or record listing, these HTML formatted fields may appear.