new module:model/UserAgreementResponseStyle()
Constructs a new UserAgreementResponseStyle.
This property specifies the custom style provided when the agreement was created by [customizing the template appearance][]. [customizing the template appearance]: /docs/click-api/click101/customize-elastic-template-appearance/
Members
(static, readonly) ScrollControlEnum :String
Properties:
| Name | Type | Description |
|---|---|---|
browser |
String | value: "browser" |
fillParent |
String | value: "fill_parent" |
Allowed values for the scrollControl property.
Type:
- String
(inner) agreeButton :module:model/AgreeButtonStyles
Control the display of the Agree button.
Type:
(inner) agreementStatement :module:model/AgreementStatementStyles
Control the display of the agreement statement.
Type:
(inner) container :module:model/ContainerStyles
Control the overall clickwrap container and inherited styles such as font.
Type:
(inner) disclosureLink :module:model/DisclosureLinkStyles
Control the display of the disclosure link.
Type:
(inner) documentLink :module:model/DocumentLinkStyles
Control the display of the agreement statement.
Type:
(inner) header :module:model/HeaderStyles
Control the display of the header.
Type:
(inner) scrollControl :module:model/UserAgreementResponseStyle.ScrollControlEnum
Control the scrolling of the document either by browser or by a scrollbar in the clickwrap shell. Can only be applied if the clickwrap format is inline.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/UserAgreementResponseStyle}
Constructs a UserAgreementResponseStyle from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/UserAgreementResponseStyle | Optional instance to populate. |
Returns:
The populated UserAgreementResponseStyle instance.