A string value
that represents the styles that are rendered with an HTML form. StyleGenerationLevel variables
are used to configure the Style Generation Level property for the renderHTMLForm operation operation
in the Forms service. The StyleGeneration data
type is a data member of the HTMLRenderSpec data type.
For information about data that can be accessed using Xpath Expressions,
see Data items.
For information about configuring default properties, see Datatype specific settings.
Data itemsStyleGeneration data values store one
of these string values:
- InlineAndInternalStyles:
- Use both inline and internal CSS styles. Internal styles
use spacing and positional CSS styles. Inline styles use appearance
styles, such as color, font, and background color.
- OnlyInlineStyles:
- Use only inline CSS styles from the custom CSS file. This option
removes all internal styles inside the <head> tag on HTML
pages.
- NoStyles:
- Do not use any CSS inline or internal styling. Only styles
that are passed using an external CSS file are used.
Datatype specific settingsProperties for setting the default values that the variable
stores.
Default valueSelect the default style generation level to store
in the variable:
- InlineAndInternalStyles:
- Use both inline and internal CSS styles. Internal styles
use spacing and positional CSS styles. Inline styles use appearance
styles, such as color, font, and background color.
- OnlyInlineStyles:
- Use only inline CSS styles from the custom CSS file. This option
removes all internal styles inside the <head> tag on HTML
pages.
- NoStyles:
- Do not use any CSS inline or internal styling. Only styles
that are passed using an external CSS file are used.
|
|
|