Put |
Open Client Administration |
|
|
Purpose |
Put saves a value in browser session storage. The storage will persist over pages and over any refresh but will be lost when the browser is closed. |
Syntax |
|
Operation |
name is the name of the storage value. You must ensure that this name is unique in the storage. value is the storage value. The value can be any JavaScript object, but any functions defined in that object are not saved. |
Remarks |
This function has no return value. |
Example |
proiv.put(this.objectID+�?_options�?, {size:“large�?,color:�?blue�?}); |
Topic ID: 800075