put

puts data into the storage

void put(string name,object value);
namestringthe data key
valueobjecta data item that should be associated with the specified data key

Example

webix.storage.session.put('weather', { temperature: 23, rain: false });

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.