Widgets
Samples
Demos
Forum
Services
Documentation
clear
get
getRaw
put
remove
Start
API Reference
storage.cookie
Methods
clear
clears the browser cookie
void
clear
( [
string
domain
] );
domain
string
optional, the cookie domain
Example
webix.
storage
.
cookie
.
clear
(
"site.com"
)
;
Back to top