Ext JS - Learning Center

Manual:Widgets:Editors

From Learn About the Ext JavaScript Library

Revision as of 12:51, 23 August 2007 by Pbb72 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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