Widgets
Samples
Demos
Forum
Services
Documentation
clear
get
put
remove
Start
API Reference
storage.local
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
view.
parse
(
webix.
storage
.
local
.
get
(
"app_data"
)
)
;
See also
API
put
Articles
Webix Storage Interface
Back to top