GraffitiSuite Docs
Docs
Graffiticookiealert
Loading document parsing libraries...
# GraffitiCookieAlert Class Inherits GraffitiWebUIControl ## About A simple component that alerts users when they have cookies disabled in their browser for your web application. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Open | (None) | (None) | (None) | | ResultReceived | (None) | (None) | Raised when the client reports whether it accepts cookies. | | Shown | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | HideOnSuccess | Boolean | True | When True, the alert will be hidden if the client accepts cookies. | | IconFailure | String | (None) | (None) | | IconLoading | String | (None) | (None) | | IconSuccess | String | (None) | (None) | | MessageFailure | String | (None) | (None) | | MessageLoading | String | (None) | (None) | | MessageSuccess | String | (None) | (None) | | ShowLoading | Boolean | True | Controls whether the control is visible while determining if the client accepts cookies. | | ShowOnFailure | Boolean | True | Determines whether the alert will be visible if the client does not accept cookies. | | Supported | Boolean | (None) | (None) |