module:model/UserAgreementResponseStyle

module:model/UserAgreementResponseStyle

new module:model/UserAgreementResponseStyle()

Source:

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

Source:
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

Source:

Control the display of the Agree button.

Type:

(inner) agreementStatement :module:model/AgreementStatementStyles

Source:

Control the display of the agreement statement.

Type:

(inner) container :module:model/ContainerStyles

Source:

Control the overall clickwrap container and inherited styles such as font.

Type:
Source:

Control the display of the disclosure link.

Type:
Source:

Control the display of the agreement statement.

Type:

(inner) header :module:model/HeaderStyles

Source:

Control the display of the header.

Type:

(inner) scrollControl :module:model/UserAgreementResponseStyle.ScrollControlEnum

Source:

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}

Source:

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.

Type
module:model/UserAgreementResponseStyle