2021.1

Table Of Contents
JSON HTML Parameters
Describes a list of parameters used specifically in the creation of web content.
Structure
The structure consists of an object with the following name/value pairs:
l section the section within the Web context of the template to use (type of string)
l inline the inline mode to be used in the creation of content (value of either NONE, CSS or
ALL) (type of string)
l cssSelector a CSS selector for the creation of only a specific HTML element within the
template (type of string)
Example
The following is an example of this structure:
{
"section": "Section 1",
"inline": "ALL"
}
{
"section": "Section 2",
"cssSelector": "#salutation"
}
JSON HTML Parameters (with Runtime Parameters)
Describes a list of parameters used specifically in the creation of web content.
Structure
The structure consists of an object with the following name/value pairs:
l section the section within the Web context of the template to use (type of string)
l inline the inline mode to be used in the creation of content (value of either NONE, CSS or
ALL) (type of string)
l cssSelector a CSS selector for the creation of only a specific HTML element within the
template (type of string)
Page 64