Widgets
Samples
Demos
Forum
Services
Documentation
clear
get
put
remove
Start
API Reference
storage.session
Methods
get
gets data from the storage
object
get
(
string
name
);
name
string
the data key
object
a data item from the storage associated with the key or
null
Example
var
weather
=
webix.
storage
.
session
.
get
(
'weather'
)
;
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
Go to Forum