Jump to content

Save state of Javascript GUI?


raf2005

Recommended Posts

Hi,

 

I have a javascript driven GUI which includes tabs, and a drag and drop engine. Q: How do I save the state of this GUI onto the server so the user can pick up where s/he left off?

 

This solution should let me add features to the GUI for the user later on as the page develops. For example, there are two lists (available objects, and selected objects) which the user can drag and drop between. I would like to save his selection onto the server for subsequent visits. However in the future I would like to easily add to the "available objects" category (or perhaps remove an object altogether) without hosing the user's account.

 

Additionally, can anyone recommand any good references on developing a javascript GUI with a PHP backend?

 

Link to comment
https://forums.phpfreaks.com/topic/45270-save-state-of-javascript-gui/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.