puts data into the storage
name | string | the data key |
value | object | a data item that should be associated with the specified data key |
//data that was just changed
view.attachEvent("onAfterEditStop", function(){
webix.storage.local.put("app_data", this.serialize());
});