Hi,
I want to save my settings on a client. How can I do it?
For example: Any user of my site can change width of column in a some grid .. and if a page refresh, the width of column must be as before refreshing..
Thanks
I don't think, what it helps me .. SciFinder - How to Print and Save Answers:: How to Print and Save Answers. SciFinder allows you to print reference, substance, and reaction answers, as well as save answers to a file on your computer. http://www.cas.org/support/scifi/howto/print.htmlHOME |
I thought to use extjs implementation ..
Hi!
Maybe you could use AMASS. With this you can store up to 100kb on the client using the flash-plugin. The code is easy, like this one: HOWTO: Save and restore client-side Grid settings using a :: HOWTO: Save and restore client-side Grid settings using a CallBack control is based on the Client-side Grid demo. I store the Grids settings (sort, page index, http://www.componentart.com/community/forums/p/41395/41395.aspx#41395HOME |
var keyName = "message";
var keyValue = new Object();
keyValue.message = "hello world";
keyValue.testArray = ["test1", "test2", "test3"];
keyValue.testObject = {someProperty: "someValue"};
if (storage.hasKey(keyName) == false) {
storage.put(keyName, keyValue, statusHandler);
}
else {
var results = storage.get(keyName);
}
More infos form here: http://codinginparadise.org/weblog/2005/10/amass-ajax-massive-storage-system.html
Hope this helps!:)
See http://extjs.com/deploy/dev/docs/?class=Ext.state.CookieProvider
Then Component's stateEvents config.
You are right! :)
It is best decision! :)
See http://extjs.com/deploy/dev/docs/?class=Ext.state.CookieProvider
Then Component's stateEvents config.
Challenging Books For A 14 Year Old?
First guitar : acoustic or electric?
|