timb
2 May 2007, 9:39 AM
This was requested in the non-official feature requests forum, so I thought I'd make it official. Here's the original post and an example I gave on how it can be achieved:
http://extjs.com/forum/showthread.php?p=27299#post27299
It looks easy enough, although I haven't spent much time on it.
BTW, it would be nice if the Ext.data.Field.setValue method returned the assigned value. This way you could do something like the following:
f.originalValue = f.setValue(value);
http://extjs.com/forum/showthread.php?p=27299#post27299
It looks easy enough, although I haven't spent much time on it.
BTW, it would be nice if the Ext.data.Field.setValue method returned the assigned value. This way you could do something like the following:
f.originalValue = f.setValue(value);