new CookiePolicy(config)
A dialog that displays a cookie policy message if it's the first time a user has visited the page or have previuosly declined.
The dialog slides into view after a short delay. The dialog is enhanced by using the jQuery UI dialog widget
The dialog slides into view after a short delay. The dialog is enhanced by using the jQuery UI dialog widget
Parameters:
Name | Type | Description |
---|---|---|
config |
Object | Configuration for this object. The config supplied directly extends the control |
Members
acceptText
Properties:
Name | Type | Description |
---|---|---|
acceptText |
string | The text for the accept button |
declineText
Properties:
Name | Type | Description |
---|---|---|
declineText |
string | The text for the decline button |
dialogTitle
Properties:
Name | Type | Description |
---|---|---|
dialogTitle |
string | The title text for this dialog |
id
Properties:
Name | Type | Description |
---|---|---|
id |
string | The id for this control |
prefix
Properties:
Name | Type | Description |
---|---|---|
prefix |
string | The asp.net client id |