stateSaveCallback & stateLoaded with PHP SQL Database

stateSaveCallback & stateLoaded with PHP SQL Database

crcucbcrcucb Posts: 85Questions: 29Answers: 0

I am looking into utilizing stateSaveCallback & stateLoaded to see if It's possible to save all states to the database instead of local or session storage.

Is it possible to save all states with their names? If I click on the Create State default button, it creates a state and the Save States button opens a list of all the previous states that I saved. From there, I can rename, delete or select.

If I implement stateSaveCallback & stateLoaded, will all states get saved at once with their names?

Answers

Sign In or Register to comment.