Samples
Forum
Support
Documentation
clear
get
put
remove
Start
API Reference
storage.local
Methods
get
gets data from the storage
object
get
(
string
name
);
Parameters
name
string
the data key
Returns
object
a data item from the storage associated with the key or
null
See also
api
put
articles
Webix Storage Interface
Example
view.
parse
(
webix.
storage
.
local
.
get
(
"app_data"
)
)
;
Back to top