Working with HTML Areas
In general, HTML areas should be used sparingly, if at all, with fluid applications. If used, keep these guidelines in mind:
-
Select the HTML Tags Only option on the HTML tab of the HTML Area Properties dialog box for performance reasons. This limits the processing and parsing tasks that the system needs to perform, especially in the case of large grids containing numerous input fields.
-
Do not reference external JavaScript or external style sheets in the HTML area.
Related Topics