Hello Folks,
I have tabset in my application where user can add and remove tab and also can modify and add data in tabs.
But how to save all user added or edited data, so that I can load them again. I want to store them in database so that when user log in again or return, He will found data as it is.
isc.tabset.create({
ID: "UserDefineTab",
...
.... //I have define all properties here and also
..... // Add tab event
..... // close tab event
});
How to store whole object, so that I can draw it again.
Thank you.
I have tabset in my application where user can add and remove tab and also can modify and add data in tabs.
But how to save all user added or edited data, so that I can load them again. I want to store them in database so that when user log in again or return, He will found data as it is.
isc.tabset.create({
ID: "UserDefineTab",
...
.... //I have define all properties here and also
..... // Add tab event
..... // close tab event
});
How to store whole object, so that I can draw it again.
Thank you.
Comment