From Learn About the Ext JavaScript Library
Ext Manual > Widgets > Editors
Editor classes
- Ext.Editor (doc) - A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.
- Ext.tree.TreeEditor (doc) - Provides editor functionality for inline tree node editing. Any valid Ext.form.Field can be used as the editor field.
- Ext.grid.GridEditor (doc) - This is a support class used internally by the Grid components.
See also