Developer Documentation Library > Data Model > Accessing the UNICOM Intelligence Data Model > Working with the Metadata Model > MDM custom properties > HTMLDocType and HTMLOptions custom properties > HTMLOptions custom property
 
HTMLOptions custom property
The HTMLOptions custom property defines the options for the rendered HTML. Possible values are:
ApplySubTemplatesInGrids
Enables and disables the effects of sub-templates in grid and loop questions.
ApplySubTemplatesInNestedBlocks
Question sub-templates are applied to questions in nested blocks.
CaptureResponseOrder
Captures the order in which responses are selected in multiple response questions. This order is saved to the case data; it can be read back by using the data model. The order is also displayed if the response is set or a previous response is displayed.
NoExpiryMetaTags
Exclude the following meta tags from the rendered HTML:
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
NoAutoJump
Suppress the automatic jump to the next question when a single-choice answer is selected (the user must select an answer, and then press Enter).
RenderQuestionBannerAfterLabel
Render banners associated with the question after the question label when using the CATI Player. This might be useful for placing interviewer instructions.
The default is to render before.
UseGlobalTemplate
Search for templates from the global location before checking the project location.
UsePredefinedKeyCodes
Use predefined key codes for CATI Player questions.
UseTablesLayout
Use table layout for single row and column category lists. This setting reverts HTML rendering to use tables as in releases prior to UNICOM Intelligence 6.0. <span> tags are currently are used to render categorical lists.
WebTVSupport
Make the rendered HTML compatible with WebTV browsers.
Combinations of these values can be used by specifying them as a comma separated list. When an empty string is specified, “”, none of the options are applied.
When the property is specified, it overrides the HTML option settings in the web tier or client application.
See also
Custom properties in use in UNICOM Intelligence products
Custom properties used for card and column information