[progress Communities] [progress Openedge Abl] Forum Post: Re: Client-side Api To Modify...

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
developer.mozilla.org/.../sessionStorage Have you explored browser's local/session storage? Your script component can persist data in component specific keys and retrieve them on demand. Note: to store complex data you can use json objects and then JSON.stringify() them to be stored in the storage.

Continue reading...
 
Status
Not open for further replies.
Back
Top