chalu
17 Aug 2008, 3:28 PM
Following the DataView example from here (http://www.extjs.com/deploy/dev/examples/view/data-view.html)(which lets you alter the file names), I was motivated to do something similar for forms such that the fields are initially rendered as 'labels' and then when they are clicked (or double clicked) they allow the user to alter / enter values by showing an editor, which in the case of forms will be the field component itself.
This can be useful when you want to provide a user with some data that they can altered but with validation and the likes.
How best is it to go about this. By the way the example I cited above used a LabelEditor plugin which is also a subclass of Ext.Editor that is - both a plugin and an extension, how is this :-/:-/
This can be useful when you want to provide a user with some data that they can altered but with validation and the likes.
How best is it to go about this. By the way the example I cited above used a LabelEditor plugin which is also a subclass of Ext.Editor that is - both a plugin and an extension, how is this :-/:-/