source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.Editor.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 115.9 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.Editor-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.Editor-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.Editor-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.Editor-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                        <a class="bookmark" href="../docs/?class=Ext.Editor"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8        </div>
9                <div class="inheritance res-block">
10<pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12    <img src="resources/elbow-end.gif"/>Editor</pre></div>
13                <h1>Class Ext.Editor</h1>
14        <table cellspacing="0">
15            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
16            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/Editor.js" target="_blank">Editor.js</a></td></tr>
17            <tr><td class="label">Class:</td><td class="hd-info">Editor</td></tr>
18                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.tree.TreeEditor" href="output/Ext.tree.TreeEditor.html">TreeEditor</a></td></tr>
19                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a></td></tr>
20                    </table>
21        <div class="description">
22            *
23A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.        </div>
24       
25        <div class="hr"></div>
26                <a id="Ext.Editor-configs"></a>
27        <h2>Config Options</h2>
28        <table cellspacing="0" class="member-table">
29            <tr>
30                <th class="sig-header" colspan="2">Config Options</th>
31                <th class="msource-header">Defined By</th>
32            </tr>
33                <tr class="config-row">
34        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
35        <td class="sig">
36        <a id="Ext.Editor-alignment"></a>
37            <b>alignment</b> : String            <div class="mdesc">
38                            The position to align to (see <a ext:cls="Ext.Element" ext:member="alignTo" href="output/Ext.Element.html#alignTo">Ext.Element.alignTo</a> for more details, defaults to "c-c?").                        </div>
39        </td>
40        <td class="msource">Editor</td>
41    </tr>
42        <tr class="config-row inherited alt">
43        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
44        <td class="sig">
45        <a id="Ext.Editor-allowDomMove"></a>
46            <b>allowDomMove</b> : Boolean            <div class="mdesc">
47                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
48        </td>
49        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
50    </tr>
51        <tr class="config-row inherited expandable">
52        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
53        <td class="sig">
54        <a id="Ext.Editor-applyTo"></a>
55            <b>applyTo</b> : Mixed            <div class="mdesc">
56                        <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>
57            <div class="long">
58                The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>
59                        </div>
60        </td>
61        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
62    </tr>
63        <tr class="config-row inherited alt expandable">
64        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
65        <td class="sig">
66        <a id="Ext.Editor-autoEl"></a>
67            <b>autoEl</b> : String/Object            <div class="mdesc">
68                        <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>
69            <div class="long">
70                A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
71{xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>
72                        </div>
73        </td>
74        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>
75    </tr>
76        <tr class="config-row inherited expandable">
77        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
78        <td class="sig">
79        <a id="Ext.Editor-autoShow"></a>
80            <b>autoShow</b> : Boolean            <div class="mdesc">
81                        <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>
82            <div class="long">
83                True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>
84                        </div>
85        </td>
86        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
87    </tr>
88        <tr class="config-row alt expandable">
89        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
90        <td class="sig">
91        <a id="Ext.Editor-autoSize"></a>
92            <b>autoSize</b> : Boolean/String            <div class="mdesc">
93                        <div class="short">True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only, or "hei...</div>
94            <div class="long">
95                True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only, or "height" to adopt the height only (defaults to false)            </div>
96                        </div>
97        </td>
98        <td class="msource">Editor</td>
99    </tr>
100        <tr class="config-row">
101        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
102        <td class="sig">
103        <a id="Ext.Editor-cancelOnEsc"></a>
104            <b>cancelOnEsc</b> : Boolean            <div class="mdesc">
105                            True to cancel the edit when the escape key is pressed (defaults to false)                        </div>
106        </td>
107        <td class="msource">Editor</td>
108    </tr>
109        <tr class="config-row inherited alt expandable">
110        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
111        <td class="sig">
112        <a id="Ext.Editor-clearCls"></a>
113            <b>clearCls</b> : String            <div class="mdesc">
114                        <div class="short">The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). This config is only used when this Co...</div>
115            <div class="long">
116                The CSS class used to provide field clearing (defaults to 'x-form-clear-left'). <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p>            </div>
117                        </div>
118        </td>
119        <td class="msource"><a ext:cls="Ext.Component" ext:member="#clearCls" href="output/Ext.Component.html#clearCls">Component</a></td>
120    </tr>
121        <tr class="config-row inherited expandable">
122        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123        <td class="sig">
124        <a id="Ext.Editor-cls"></a>
125            <b>cls</b> : String            <div class="mdesc">
126                        <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>
127            <div class="long">
128                An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>
129                        </div>
130        </td>
131        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
132    </tr>
133        <tr class="config-row alt">
134        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135        <td class="sig">
136        <a id="Ext.Editor-completeOnEnter"></a>
137            <b>completeOnEnter</b> : Boolean            <div class="mdesc">
138                            True to complete the edit when the enter key is pressed (defaults to false)                        </div>
139        </td>
140        <td class="msource">Editor</td>
141    </tr>
142        <tr class="config-row">
143        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144        <td class="sig">
145        <a id="Ext.Editor-constrain"></a>
146            <b>constrain</b> : Boolean            <div class="mdesc">
147                            True to constrain the editor to the viewport                        </div>
148        </td>
149        <td class="msource">Editor</td>
150    </tr>
151        <tr class="config-row inherited alt expandable">
152        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
153        <td class="sig">
154        <a id="Ext.Editor-ctCls"></a>
155            <b>ctCls</b> : String            <div class="mdesc">
156                        <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>
157            <div class="long">
158                An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>
159                        </div>
160        </td>
161        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
162    </tr>
163        <tr class="config-row inherited">
164        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
165        <td class="sig">
166        <a id="Ext.Editor-disabled"></a>
167            <b>disabled</b> : Boolean            <div class="mdesc">
168                            Render this component disabled (default is false).                        </div>
169        </td>
170        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
171    </tr>
172        <tr class="config-row inherited alt">
173        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
174        <td class="sig">
175        <a id="Ext.Editor-disabledClass"></a>
176            <b>disabledClass</b> : String            <div class="mdesc">
177                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
178        </td>
179        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
180    </tr>
181        <tr class="config-row inherited expandable">
182        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
183        <td class="sig">
184        <a id="Ext.Editor-fieldLabel"></a>
185            <b>fieldLabel</b> : String            <div class="mdesc">
186                        <div class="short">The label text to display next to this Component (defaults to '') This config is only used when this Component is ren...</div>
187            <div class="long">
188                The label text to display next to this Component (defaults to '') <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
189    height: 100,
190    renderTo: Ext.getBody(),
191    items: [{
192        xtype: <em>'textfield'</em>,
193        fieldLabel: <em>'Name'</em>
194    }]
195});</code></pre>            </div>
196                        </div>
197        </td>
198        <td class="msource"><a ext:cls="Ext.Component" ext:member="#fieldLabel" href="output/Ext.Component.html#fieldLabel">Component</a></td>
199    </tr>
200        <tr class="config-row inherited alt">
201        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
202        <td class="sig">
203        <a id="Ext.Editor-hidden"></a>
204            <b>hidden</b> : Boolean            <div class="mdesc">
205                            Render this component hidden (default is false).                        </div>
206        </td>
207        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
208    </tr>
209        <tr class="config-row">
210        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
211        <td class="sig">
212        <a id="Ext.Editor-hideEl"></a>
213            <b>hideEl</b> : Boolean            <div class="mdesc">
214                            False to keep the bound element visible while the editor is displayed (defaults to true)                        </div>
215        </td>
216        <td class="msource">Editor</td>
217    </tr>
218        <tr class="config-row inherited alt expandable">
219        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
220        <td class="sig">
221        <a id="Ext.Editor-hideLabel"></a>
222            <b>hideLabel</b> : Boolean            <div class="mdesc">
223                        <div class="short">True to completely hide the label element (defaults to false). By default, even if you do not specify a fieldLabel th...</div>
224            <div class="long">
225                True to completely hide the label element (defaults to false). By default, even if you do not specify a <a ext:cls="fieldLabel" href="output/fieldLabel.html">fieldLabel</a> the space will still be reserved so that the field will line up with other fields that do have labels. Setting this to true will cause the field to not reserve that space. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
226    height: 100,
227    renderTo: Ext.getBody(),
228    items: [{
229        xtype: <em>'textfield'</em>
230        hideLabel: true
231    }]
232});</code></pre>            </div>
233                        </div>
234        </td>
235        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideLabel" href="output/Ext.Component.html#hideLabel">Component</a></td>
236    </tr>
237        <tr class="config-row inherited expandable">
238        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
239        <td class="sig">
240        <a id="Ext.Editor-hideMode"></a>
241            <b>hideMode</b> : String            <div class="mdesc">
242                        <div class="short">How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset p...</div>
243            <div class="long">
244                <p>How this component should be hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".</p> <p>For Containers which may be hidden and shown as part of a <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">card layout</a> Container such as a <a ext:cls="Ext.TabPanel" href="output/Ext.TabPanel.html">TabPanel</a>, it is recommended that hideMode is configured as "offsets". This ensures that hidden Components still have height and width so that layout managers can perform measurements when calculating layouts.</p>            </div>
245                        </div>
246        </td>
247        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
248    </tr>
249        <tr class="config-row inherited alt expandable">
250        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
251        <td class="sig">
252        <a id="Ext.Editor-hideParent"></a>
253            <b>hideParent</b> : Boolean            <div class="mdesc">
254                        <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>
255            <div class="long">
256                True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>
257                        </div>
258        </td>
259        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
260    </tr>
261        <tr class="config-row inherited expandable">
262        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
263        <td class="sig">
264        <a id="Ext.Editor-id"></a>
265            <b>id</b> : String            <div class="mdesc">
266                        <div class="short">The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to ...</div>
267            <div class="long">
268                The unique id of this component (defaults to an auto-assigned id). You should assign an id if you need to be able to access the component later and you do not have an object reference available (e.g., using <a ext:cls="Ext.ComponentMgr" ext:member="getCmp" href="output/Ext.ComponentMgr.html#getCmp">Ext.ComponentMgr.getCmp</a>). Note that this id will also be used as the element id for the containing HTML element that is rendered to the page for this component. This allows you to write id-based CSS rules to style the specific instance of this component uniquely, and also to select sub-elements using this component's id as the parent.            </div>
269                        </div>
270        </td>
271        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
272    </tr>
273        <tr class="config-row alt expandable">
274        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
275        <td class="sig">
276        <a id="Ext.Editor-ignoreNoChange"></a>
277            <b>ignoreNoChange</b> : Boolean            <div class="mdesc">
278                        <div class="short">True to skip the edit completion process (no save, no events fired) if the user completes an edit and the value has n...</div>
279            <div class="long">
280                True to skip the edit completion process (no save, no events fired) if the user completes an edit and the value has not changed (defaults to false). Applies only to string values - edits for other data types will never be ignored.            </div>
281                        </div>
282        </td>
283        <td class="msource">Editor</td>
284    </tr>
285        <tr class="config-row inherited expandable">
286        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
287        <td class="sig">
288        <a id="Ext.Editor-itemCls"></a>
289            <b>itemCls</b> : String            <div class="mdesc">
290                        <div class="short">An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCl...</div>
291            <div class="long">
292                An additional CSS class to apply to the wrapper's form item element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the item wrapper, it allows you to write standard CSS rules that can apply to the field, the label (if specified) or any other element within the markup for the field. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code><i>// Apply a style to the field's label:</i>
293&lt;style>
294    .required .x-form-item-label {font-weight:bold;color:red;}
295&lt;/style>
296
297<b>new</b> Ext.FormPanel({
298    height: 100,
299    renderTo: Ext.getBody(),
300    items: [{
301        xtype: <em>'textfield'</em>,
302        fieldLabel: <em>'Name'</em>,
303        itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
304    },{
305        xtype: <em>'textfield'</em>,
306        fieldLabel: <em>'Favorite Color'</em>
307    }]
308});</code></pre>            </div>
309                        </div>
310        </td>
311        <td class="msource"><a ext:cls="Ext.Component" ext:member="#itemCls" href="output/Ext.Component.html#itemCls">Component</a></td>
312    </tr>
313        <tr class="config-row inherited alt expandable">
314        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
315        <td class="sig">
316        <a id="Ext.Editor-labelSeparator"></a>
317            <b>labelSeparator</b> : String            <div class="mdesc">
318                        <div class="short">The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.l...</div>
319            <div class="long">
320                The standard separator to display after the text of each form label (defaults to the value of <a ext:cls="Ext.layout.FormLayout" ext:member="labelSeparator" href="output/Ext.layout.FormLayout.html#labelSeparator">Ext.layout.FormLayout.labelSeparator</a>, which is a colon ':' by default). To display no separator for this field's label specify empty string ''. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
321    height: 100,
322    renderTo: Ext.getBody(),
323    items: [{
324        xtype: <em>'textfield'</em>,
325        fieldLabel: <em>'Name'</em>,
326        labelSeparator: <em>'...'</em>
327    }]
328});</code></pre>            </div>
329                        </div>
330        </td>
331        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelSeparator" href="output/Ext.Component.html#labelSeparator">Component</a></td>
332    </tr>
333        <tr class="config-row inherited expandable">
334        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
335        <td class="sig">
336        <a id="Ext.Editor-labelStyle"></a>
337            <b>labelStyle</b> : String            <div class="mdesc">
338                        <div class="short">A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if se...</div>
339            <div class="long">
340                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or '').<code></code>. <p><b>This config is only used when this Component is rendered by a Container which has been configured to use the <a ext:cls="Ext.form.FormLayout" href="output/Ext.form.FormLayout.html">FormLayout</a> layout manager.</b></p> Example use:<pre><code>new Ext.FormPanel({
341    height: 100,
342    renderTo: Ext.getBody(),
343    items: [{
344        xtype: <em>'textfield'</em>,
345        fieldLabel: <em>'Name'</em>,
346        labelStyle: <em>'font-weight:bold;'</em>
347    }]
348});</code></pre>            </div>
349                        </div>
350        </td>
351        <td class="msource"><a ext:cls="Ext.Component" ext:member="#labelStyle" href="output/Ext.Component.html#labelStyle">Component</a></td>
352    </tr>
353        <tr class="config-row inherited alt expandable">
354        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
355        <td class="sig">
356        <a id="Ext.Editor-listeners"></a>
357            <b>listeners</b> : Object            <div class="mdesc">
358                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
359            <div class="long">
360                (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
361                        </div>
362        </td>
363        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
364    </tr>
365        <tr class="config-row inherited expandable">
366        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
367        <td class="sig">
368        <a id="Ext.Editor-overCls"></a>
369            <b>overCls</b> : String            <div class="mdesc">
370                        <div class="short">An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and...</div>
371            <div class="long">
372                An optional extra CSS class that will be added to this component's Element when the mouse moves over the Element, and removed when the mouse moves out. (defaults to ''). This can be useful for adding customized "active" or "hover" styles to the component or any of its children using standard CSS rules.            </div>
373                        </div>
374        </td>
375        <td class="msource"><a ext:cls="Ext.Component" ext:member="#overCls" href="output/Ext.Component.html#overCls">Component</a></td>
376    </tr>
377        <tr class="config-row inherited alt expandable">
378        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
379        <td class="sig">
380        <a id="Ext.Editor-plugins"></a>
381            <b>plugins</b> : Object/Array            <div class="mdesc">
382                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
383            <div class="long">
384                An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>
385                        </div>
386        </td>
387        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
388    </tr>
389        <tr class="config-row inherited expandable">
390        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
391        <td class="sig">
392        <a id="Ext.Editor-renderTo"></a>
393            <b>renderTo</b> : Mixed            <div class="mdesc">
394                        <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>
395            <div class="long">
396                The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>
397                        </div>
398        </td>
399        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
400    </tr>
401        <tr class="config-row alt expandable">
402        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
403        <td class="sig">
404        <a id="Ext.Editor-revertInvalid"></a>
405            <b>revertInvalid</b> : Boolean            <div class="mdesc">
406                        <div class="short">True to automatically revert the field value and cancel the edit when the user completes an edit and the field valida...</div>
407            <div class="long">
408                True to automatically revert the field value and cancel the edit when the user completes an edit and the field validation fails (defaults to true)            </div>
409                        </div>
410        </td>
411        <td class="msource">Editor</td>
412    </tr>
413        <tr class="config-row">
414        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
415        <td class="sig">
416        <a id="Ext.Editor-shadow"></a>
417            <b>shadow</b> : Boolean/String            <div class="mdesc">
418                            "sides" for sides/bottom only, "frame" for 4-way shadow, and "drop" for bottom-right shadow (defaults to "frame")                        </div>
419        </td>
420        <td class="msource">Editor</td>
421    </tr>
422        <tr class="config-row inherited alt expandable">
423        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
424        <td class="sig">
425        <a id="Ext.Editor-stateEvents"></a>
426            <b>stateEvents</b> : Array            <div class="mdesc">
427                        <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>
428            <div class="long">
429                An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
430                        </div>
431        </td>
432        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
433    </tr>
434        <tr class="config-row inherited expandable">
435        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
436        <td class="sig">
437        <a id="Ext.Editor-stateId"></a>
438            <b>stateId</b> : String            <div class="mdesc">
439                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id if one was set, o...</div>
440            <div class="long">
441                The unique id for this component to use for state management purposes (defaults to the component id if one was set, otherwise null if the component is using a generated id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
442                        </div>
443        </td>
444        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
445    </tr>
446        <tr class="config-row inherited alt expandable">
447        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
448        <td class="sig">
449        <a id="Ext.Editor-stateful"></a>
450            <b>stateful</b> : Boolean            <div class="mdesc">
451                        <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>
452            <div class="long">
453                <p>A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup. The component must have either a <a ext:cls="Ext.Component" ext:member="stateId" href="output/Ext.Component.html#stateId">stateId</a> or <a ext:cls="Ext.Component" ext:member="id" href="output/Ext.Component.html#id">id</a> assigned for state to be managed. Auto-generated ids are not guaranteed to be stable across page loads and cannot be relied upon to save and restore the same state for a component.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="Ext.Component" ext:member="staterestore" href="output/Ext.Component.html#staterestore">staterestore</a>, <a ext:cls="Ext.Component" ext:member="beforestatesave" href="output/Ext.Component.html#beforestatesave">beforestatesave</a> and <a ext:cls="Ext.Component" ext:member="statesave" href="output/Ext.Component.html#statesave">statesave</a> events</p>            </div>
454                        </div>
455        </td>
456        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
457    </tr>
458        <tr class="config-row inherited expandable">
459        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
460        <td class="sig">
461        <a id="Ext.Editor-style"></a>
462            <b>style</b> : String            <div class="mdesc">
463                        <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>
464            <div class="long">
465                A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>
466                        </div>
467        </td>
468        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
469    </tr>
470        <tr class="config-row alt">
471        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
472        <td class="sig">
473        <a id="Ext.Editor-swallowKeys"></a>
474            <b>swallowKeys</b> : Boolean            <div class="mdesc">
475                            Handle the keydown/keypress events so they don't propagate (defaults to true)                        </div>
476        </td>
477        <td class="msource">Editor</td>
478    </tr>
479        <tr class="config-row">
480        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
481        <td class="sig">
482        <a id="Ext.Editor-updateEl"></a>
483            <b>updateEl</b> : Boolean            <div class="mdesc">
484                            True to update the innerHTML of the bound element when the update completes (defaults to false)                        </div>
485        </td>
486        <td class="msource">Editor</td>
487    </tr>
488        <tr class="config-row alt">
489        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
490        <td class="sig">
491        <a id="Ext.Editor-value"></a>
492            <b>value</b> : Mixed            <div class="mdesc">
493                            The data value of the underlying field (defaults to "")                        </div>
494        </td>
495        <td class="msource">Editor</td>
496    </tr>
497        <tr class="config-row inherited expandable">
498        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
499        <td class="sig">
500        <a id="Ext.Editor-xtype"></a>
501            <b>xtype</b> : String            <div class="mdesc">
502                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
503            <div class="long">
504                The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>
505                        </div>
506        </td>
507        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
508    </tr>
509            </table>
510                <a id="Ext.Editor-props"></a>
511        <h2>Public Properties</h2>
512                <table cellspacing="0" class="member-table">
513            <tr>
514                <th class="sig-header" colspan="2">Property</th>
515                <th class="msource-header">Defined By</th>
516            </tr>
517                <tr class="property-row inherited">
518        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
519        <td class="sig">
520        <a id="Ext.Editor-disabled"></a>
521            <b>disabled</b> : Boolean            <div class="mdesc">
522                            True if this component is disabled. Read-only.                        </div>
523        </td>
524        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
525    </tr>
526        <tr class="property-row inherited alt">
527        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
528        <td class="sig">
529        <a id="Ext.Editor-hidden"></a>
530            <b>hidden</b> : Boolean            <div class="mdesc">
531                           
532True if this component is hidden. Read-only.                        </div>
533        </td>
534        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
535    </tr>
536        <tr class="property-row inherited">
537        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
538        <td class="sig">
539        <a id="Ext.Editor-initialConfig"></a>
540            <b>initialConfig</b> : Object            <div class="mdesc">
541                            This Component's initial configuration specification. Read-only.                        </div>
542        </td>
543        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
544    </tr>
545        <tr class="property-row inherited alt expandable">
546        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
547        <td class="sig">
548        <a id="Ext.Editor-ownerCt"></a>
549            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
550                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
551the component is added to a...</div>
552            <div class="long">
553                The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
554the component is added to a container).  Read-only.            </div>
555                        </div>
556        </td>
557        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
558    </tr>
559        <tr class="property-row inherited">
560        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
561        <td class="sig">
562        <a id="Ext.Editor-rendered"></a>
563            <b>rendered</b> : Boolean            <div class="mdesc">
564                            True if this component has been rendered. Read-only.                        </div>
565        </td>
566        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
567    </tr>
568            </table>
569                <a id="Ext.Editor-methods"></a>
570        <h2>Public Methods</h2>
571                <table cellspacing="0" class="member-table">
572            <tr>
573                <th class="sig-header" colspan="2">Method</th>
574                <th class="msource-header">Defined By</th>
575            </tr>
576                <tr class="method-row expandable">
577        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
578        <td class="sig">
579        <a id="Ext.Editor-Editor"></a>
580            <b>Editor</b>(&nbsp;<code>Ext.form.Field field</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">
581                        <div class="short">Create a new Editor</div>
582            <div class="long">
583                Create a new Editor    <div class="mdetail-params">
584        <strong>Parameters:</strong>
585        <ul><li><code>field</code> : Ext.form.Field<div class="sub-desc">The Field object (or descendant)</div></li><li><code>config</code> : Object<div class="sub-desc">The config object</div></li>        </ul>
586        <strong>Returns:</strong>
587        <ul>
588            <li><code></code></li>
589        </ul>
590    </div>
591                </div>
592                        </div>
593        </td>
594        <td class="msource">Editor</td>
595    </tr>
596        <tr class="method-row inherited alt expandable">
597        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
598        <td class="sig">
599        <a id="Ext.Editor-addClass"></a>
600            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
601                        <div class="short">Adds a CSS class to the component's underlying element.</div>
602            <div class="long">
603                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
604        <strong>Parameters:</strong>
605        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
606        <strong>Returns:</strong>
607        <ul>
608            <li><code>void</code></li>
609        </ul>
610    </div>
611                </div>
612                        </div>
613        </td>
614        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
615    </tr>
616        <tr class="method-row inherited expandable">
617        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
618        <td class="sig">
619        <a id="Ext.Editor-addEvents"></a>
620            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
621                        <div class="short">Used to define events on this Observable</div>
622            <div class="long">
623                Used to define events on this Observable    <div class="mdetail-params">
624        <strong>Parameters:</strong>
625        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
626        <strong>Returns:</strong>
627        <ul>
628            <li><code>void</code></li>
629        </ul>
630    </div>
631                </div>
632                        </div>
633        </td>
634        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
635    </tr>
636        <tr class="method-row inherited alt expandable">
637        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
638        <td class="sig">
639        <a id="Ext.Editor-addListener"></a>
640            <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
641                        <div class="short">Appends an event handler to this component</div>
642            <div class="long">
643                Appends an event handler to this component    <div class="mdetail-params">
644        <strong>Parameters:</strong>
645        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
646function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
647properties. This may contain any of the following properties:<ul>
648<li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
649<li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
650<li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
651<li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
652by the specified number of milliseconds. If the event fires again within that time, the original
653handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
654</ul><br>
655<p>
656<b>Combining Options</b><br>
657Using the options argument, it is possible to combine different types of listeners:<br>
658<br>
659A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
660<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
661    single: true,
662    delay: 100,
663    forumId: 4
664});</code></pre>
665<p>
666<b>Attaching multiple handlers in 1 call</b><br>
667The method also allows for a single argument to be passed which is a config object containing properties
668which specify multiple handlers.
669<p>
670<pre><code>foo.on({
671    <em>'click'</em> : {
672        fn: <b>this</b>.onClick,
673        scope: <b>this</b>,
674        delay: 100
675    },
676    <em>'mouseover'</em> : {
677        fn: <b>this</b>.onMouseOver,
678        scope: <b>this</b>
679    },
680    <em>'mouseout'</em> : {
681        fn: <b>this</b>.onMouseOut,
682        scope: <b>this</b>
683    }
684});</code></pre>
685<p>
686Or a shorthand syntax:<br>
687<pre><code>foo.on({
688    <em>'click'</em> : <b>this</b>.onClick,
689    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
690    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
691     scope: <b>this</b>
692});</code></pre></div></li>        </ul>
693        <strong>Returns:</strong>
694        <ul>
695            <li><code>void</code></li>
696        </ul>
697    </div>
698                </div>
699                        </div>
700        </td>
701        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
702    </tr>
703        <tr class="method-row inherited expandable">
704        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
705        <td class="sig">
706        <a id="Ext.Editor-applyToMarkup"></a>
707            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
708                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
709            <div class="long">
710                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
711        <strong>Parameters:</strong>
712        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
713        <strong>Returns:</strong>
714        <ul>
715            <li><code>void</code></li>
716        </ul>
717    </div>
718                </div>
719                        </div>
720        </td>
721        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
722    </tr>
723        <tr class="method-row alt expandable">
724        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
725        <td class="sig">
726        <a id="Ext.Editor-cancelEdit"></a>
727            <b>cancelEdit</b>(&nbsp;<code>Boolean remainVisible</code>&nbsp;) : void            <div class="mdesc">
728                        <div class="short">Cancels the editing process and hides the editor without persisting any changes.  The field value will be
729reverted to...</div>
730            <div class="long">
731                Cancels the editing process and hides the editor without persisting any changes.  The field value will be
732reverted to the original starting value.    <div class="mdetail-params">
733        <strong>Parameters:</strong>
734        <ul><li><code>remainVisible</code> : Boolean<div class="sub-desc">Override the default behavior and keep the editor visible after
735cancel (defaults to false)</div></li>        </ul>
736        <strong>Returns:</strong>
737        <ul>
738            <li><code>void</code></li>
739        </ul>
740    </div>
741                </div>
742                        </div>
743        </td>
744        <td class="msource">Editor</td>
745    </tr>
746        <tr class="method-row inherited expandable">
747        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
748        <td class="sig">
749        <a id="Ext.Editor-cloneConfig"></a>
750            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
751                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
752            <div class="long">
753                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
754        <strong>Parameters:</strong>
755        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
756An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
757        <strong>Returns:</strong>
758        <ul>
759            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
760        </ul>
761    </div>
762                </div>
763                        </div>
764        </td>
765        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
766    </tr>
767        <tr class="method-row alt expandable">
768        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
769        <td class="sig">
770        <a id="Ext.Editor-completeEdit"></a>
771            <b>completeEdit</b>(&nbsp;<code>Boolean remainVisible</code>&nbsp;) : void            <div class="mdesc">
772                        <div class="short">Ends the editing process, persists the changed value to the underlying field, and hides the editor.</div>
773            <div class="long">
774                Ends the editing process, persists the changed value to the underlying field, and hides the editor.    <div class="mdetail-params">
775        <strong>Parameters:</strong>
776        <ul><li><code>remainVisible</code> : Boolean<div class="sub-desc">Override the default behavior and keep the editor visible after edit (defaults to false)</div></li>        </ul>
777        <strong>Returns:</strong>
778        <ul>
779            <li><code>void</code></li>
780        </ul>
781    </div>
782                </div>
783                        </div>
784        </td>
785        <td class="msource">Editor</td>
786    </tr>
787        <tr class="method-row inherited expandable">
788        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
789        <td class="sig">
790        <a id="Ext.Editor-destroy"></a>
791            <b>destroy</b>() : void            <div class="mdesc">
792                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
793removing the c...</div>
794            <div class="long">
795                Destroys this component by purging any event listeners, removing the component's element from the DOM,
796removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
797<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
798should usually not need to be called directly.    <div class="mdetail-params">
799        <strong>Parameters:</strong>
800        <ul><li>None.</li>        </ul>
801        <strong>Returns:</strong>
802        <ul>
803            <li><code>void</code></li>
804        </ul>
805    </div>
806                </div>
807                        </div>
808        </td>
809        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
810    </tr>
811        <tr class="method-row inherited alt expandable">
812        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
813        <td class="sig">
814        <a id="Ext.Editor-disable"></a>
815            <b>disable</b>() : Ext.Component            <div class="mdesc">
816                        <div class="short">Disable this component.</div>
817            <div class="long">
818                Disable this component.    <div class="mdetail-params">
819        <strong>Parameters:</strong>
820        <ul><li>None.</li>        </ul>
821        <strong>Returns:</strong>
822        <ul>
823            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
824        </ul>
825    </div>
826                </div>
827                        </div>
828        </td>
829        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
830    </tr>
831        <tr class="method-row inherited expandable">
832        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
833        <td class="sig">
834        <a id="Ext.Editor-enable"></a>
835            <b>enable</b>() : Ext.Component            <div class="mdesc">
836                        <div class="short">Enable this component.</div>
837            <div class="long">
838                Enable this component.    <div class="mdetail-params">
839        <strong>Parameters:</strong>
840        <ul><li>None.</li>        </ul>
841        <strong>Returns:</strong>
842        <ul>
843            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
844        </ul>
845    </div>
846                </div>
847                        </div>
848        </td>
849        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
850    </tr>
851        <tr class="method-row inherited alt expandable">
852        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
853        <td class="sig">
854        <a id="Ext.Editor-findParentBy"></a>
855            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Ext.Container            <div class="mdesc">
856                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
857true, the con...</div>
858            <div class="long">
859                Find a container above this component at any level by a custom function. If the passed function returns
860true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
861        <strong>Parameters:</strong>
862        <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
863        <strong>Returns:</strong>
864        <ul>
865            <li><code>Ext.Container</code><div class="sub-desc">The first Container for which the custom function returns true</div></li>
866        </ul>
867    </div>
868                </div>
869                        </div>
870        </td>
871        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
872    </tr>
873        <tr class="method-row inherited expandable">
874        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
875        <td class="sig">
876        <a id="Ext.Editor-findParentByType"></a>
877            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Ext.Container            <div class="mdesc">
878                        <div class="short">Find a container above this component at any level by xtype or class</div>
879            <div class="long">
880                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
881        <strong>Parameters:</strong>
882        <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>
883        <strong>Returns:</strong>
884        <ul>
885            <li><code>Ext.Container</code><div class="sub-desc">The first Container which matches the given xtype or class</div></li>
886        </ul>
887    </div>
888                </div>
889                        </div>
890        </td>
891        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
892    </tr>
893        <tr class="method-row inherited alt expandable">
894        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
895        <td class="sig">
896        <a id="Ext.Editor-fireEvent"></a>
897            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
898                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
899            <div class="long">
900                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
901        <strong>Parameters:</strong>
902        <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>
903        <strong>Returns:</strong>
904        <ul>
905            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
906        </ul>
907    </div>
908                </div>
909                        </div>
910        </td>
911        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
912    </tr>
913        <tr class="method-row inherited expandable">
914        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
915        <td class="sig">
916        <a id="Ext.Editor-focus"></a>
917            <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">
918                        <div class="short">Try to focus this component.</div>
919            <div class="long">
920                Try to focus this component.    <div class="mdetail-params">
921        <strong>Parameters:</strong>
922        <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>
923        <strong>Returns:</strong>
924        <ul>
925            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
926        </ul>
927    </div>
928                </div>
929                        </div>
930        </td>
931        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
932    </tr>
933        <tr class="method-row inherited alt expandable">
934        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
935        <td class="sig">
936        <a id="Ext.Editor-getEl"></a>
937            <b>getEl</b>() : Ext.Element            <div class="mdesc">
938                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
939            <div class="long">
940                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
941        <strong>Parameters:</strong>
942        <ul><li>None.</li>        </ul>
943        <strong>Returns:</strong>
944        <ul>
945            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
946        </ul>
947    </div>
948                </div>
949                        </div>
950        </td>
951        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
952    </tr>
953        <tr class="method-row inherited expandable">
954        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
955        <td class="sig">
956        <a id="Ext.Editor-getId"></a>
957            <b>getId</b>() : String            <div class="mdesc">
958                        <div class="short">Returns the id of this component.</div>
959            <div class="long">
960                Returns the id of this component.    <div class="mdetail-params">
961        <strong>Parameters:</strong>
962        <ul><li>None.</li>        </ul>
963        <strong>Returns:</strong>
964        <ul>
965            <li><code>String</code></li>
966        </ul>
967    </div>
968                </div>
969                        </div>
970        </td>
971        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
972    </tr>
973        <tr class="method-row inherited alt expandable">
974        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
975        <td class="sig">
976        <a id="Ext.Editor-getItemId"></a>
977            <b>getItemId</b>() : String            <div class="mdesc">
978                        <div class="short">Returns the item id of this component.</div>
979            <div class="long">
980                Returns the item id of this component.    <div class="mdetail-params">
981        <strong>Parameters:</strong>
982        <ul><li>None.</li>        </ul>
983        <strong>Returns:</strong>
984        <ul>
985            <li><code>String</code></li>
986        </ul>
987    </div>
988                </div>
989                        </div>
990        </td>
991        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
992    </tr>
993        <tr class="method-row expandable">
994        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
995        <td class="sig">
996        <a id="Ext.Editor-getValue"></a>
997            <b>getValue</b>() : Mixed            <div class="mdesc">
998                        <div class="short">Gets the data value of the editor</div>
999            <div class="long">
1000                Gets the data value of the editor    <div class="mdetail-params">
1001        <strong>Parameters:</strong>
1002        <ul><li>None.</li>        </ul>
1003        <strong>Returns:</strong>
1004        <ul>
1005            <li><code>Mixed</code><div class="sub-desc">The data value</div></li>
1006        </ul>
1007    </div>
1008                </div>
1009                        </div>
1010        </td>
1011        <td class="msource">Editor</td>
1012    </tr>
1013        <tr class="method-row inherited alt expandable">
1014        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1015        <td class="sig">
1016        <a id="Ext.Editor-getXType"></a>
1017            <b>getXType</b>() : String            <div class="mdesc">
1018                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1019available xtypes, see the Ex...</div>
1020            <div class="long">
1021                Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
1022available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1023<pre><code>var t = <b>new</b> Ext.form.TextField();
1024alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1025        <strong>Parameters:</strong>
1026        <ul><li>None.</li>        </ul>
1027        <strong>Returns:</strong>
1028        <ul>
1029            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1030        </ul>
1031    </div>
1032                </div>
1033                        </div>
1034        </td>
1035        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1036    </tr>
1037        <tr class="method-row inherited expandable">
1038        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1039        <td class="sig">
1040        <a id="Ext.Editor-getXTypes"></a>
1041            <b>getXTypes</b>() : String            <div class="mdesc">
1042                        <div class="short">Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1043available xtypes, see the Ext...</div>
1044            <div class="long">
1045                <p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all
1046available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1047<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1048to participate in determination of inherited xtypes.</b></p>
1049<p>Example usage:</p>
1050<pre><code>
1051var t = new Ext.form.TextField();
1052alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1053        <strong>Parameters:</strong>
1054        <ul><li>None.</li>        </ul>
1055        <strong>Returns:</strong>
1056        <ul>
1057            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1058        </ul>
1059    </div>
1060                </div>
1061                        </div>
1062        </td>
1063        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1064    </tr>
1065        <tr class="method-row inherited alt expandable">
1066        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1067        <td class="sig">
1068        <a id="Ext.Editor-hasListener"></a>
1069            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1070                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1071            <div class="long">
1072                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1073        <strong>Parameters:</strong>
1074        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1075        <strong>Returns:</strong>
1076        <ul>
1077            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1078        </ul>
1079    </div>
1080                </div>
1081                        </div>
1082        </td>
1083        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1084    </tr>
1085        <tr class="method-row inherited expandable">
1086        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1087        <td class="sig">
1088        <a id="Ext.Editor-hide"></a>
1089            <b>hide</b>() : Ext.Component            <div class="mdesc">
1090                        <div class="short">Hide this component.</div>
1091            <div class="long">
1092                Hide this component.    <div class="mdetail-params">
1093        <strong>Parameters:</strong>
1094        <ul><li>None.</li>        </ul>
1095        <strong>Returns:</strong>
1096        <ul>
1097            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1098        </ul>
1099    </div>
1100                </div>
1101                        </div>
1102        </td>
1103        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1104    </tr>
1105        <tr class="method-row inherited alt expandable">
1106        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1107        <td class="sig">
1108        <a id="Ext.Editor-isVisible"></a>
1109            <b>isVisible</b>() : void            <div class="mdesc">
1110                        <div class="short">Returns true if this component is visible.</div>
1111            <div class="long">
1112                Returns true if this component is visible.    <div class="mdetail-params">
1113        <strong>Parameters:</strong>
1114        <ul><li>None.</li>        </ul>
1115        <strong>Returns:</strong>
1116        <ul>
1117            <li><code>void</code></li>
1118        </ul>
1119    </div>
1120                </div>
1121                        </div>
1122        </td>
1123        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1124    </tr>
1125        <tr class="method-row inherited expandable">
1126        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1127        <td class="sig">
1128        <a id="Ext.Editor-isXType"></a>
1129            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1130                        <div class="short">Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1131from th...</div>
1132            <div class="long">
1133                <p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
1134from the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>
1135<p><b>If using your own subclasses, be aware that a Component must register its own xtype
1136to participate in determination of inherited xtypes.</b></p>
1137<p>For a list of all available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header.</p>
1138<p>Example usage:</p>
1139<pre><code>var t = <b>new</b> Ext.form.TextField();
1140<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1141<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1142<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1143        <strong>Parameters:</strong>
1144        <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this Component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this Component is descended from the xtype (this is
1145the default), or true to check whether this Component is directly of the specified xtype.</div></li>        </ul>
1146        <strong>Returns:</strong>
1147        <ul>
1148            <li><code>void</code></li>
1149        </ul>
1150    </div>
1151                </div>
1152                        </div>
1153        </td>
1154        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1155    </tr>
1156        <tr class="method-row inherited alt expandable">
1157        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1158        <td class="sig">
1159        <a id="Ext.Editor-on"></a>
1160            <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
1161                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1162            <div class="long">
1163                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1164        <strong>Parameters:</strong>
1165        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1166function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1167        <strong>Returns:</strong>
1168        <ul>
1169            <li><code>void</code></li>
1170        </ul>
1171    </div>
1172                </div>
1173                        </div>
1174        </td>
1175        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1176    </tr>
1177        <tr class="method-row inherited expandable">
1178        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1179        <td class="sig">
1180        <a id="Ext.Editor-purgeListeners"></a>
1181            <b>purgeListeners</b>() : void            <div class="mdesc">
1182                        <div class="short">Removes all listeners for this object</div>
1183            <div class="long">
1184                Removes all listeners for this object    <div class="mdetail-params">
1185        <strong>Parameters:</strong>
1186        <ul><li>None.</li>        </ul>
1187        <strong>Returns:</strong>
1188        <ul>
1189            <li><code>void</code></li>
1190        </ul>
1191    </div>
1192                </div>
1193                        </div>
1194        </td>
1195        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1196    </tr>
1197        <tr class="method-row alt expandable">
1198        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1199        <td class="sig">
1200        <a id="Ext.Editor-realign"></a>
1201            <b>realign</b>() : void            <div class="mdesc">
1202                        <div class="short">Realigns the editor to the bound field based on the current alignment config value.</div>
1203            <div class="long">
1204                Realigns the editor to the bound field based on the current alignment config value.    <div class="mdetail-params">
1205        <strong>Parameters:</strong>
1206        <ul><li>None.</li>        </ul>
1207        <strong>Returns:</strong>
1208        <ul>
1209            <li><code>void</code></li>
1210        </ul>
1211    </div>
1212                </div>
1213                        </div>
1214        </td>
1215        <td class="msource">Editor</td>
1216    </tr>
1217        <tr class="method-row inherited expandable">
1218        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1219        <td class="sig">
1220        <a id="Ext.Editor-relayEvents"></a>
1221            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
1222                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
1223            <div class="long">
1224                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
1225        <strong>Parameters:</strong>
1226        <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>
1227        <strong>Returns:</strong>
1228        <ul>
1229            <li><code>void</code></li>
1230        </ul>
1231    </div>
1232                </div>
1233                        </div>
1234        </td>
1235        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
1236    </tr>
1237        <tr class="method-row inherited alt expandable">
1238        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1239        <td class="sig">
1240        <a id="Ext.Editor-removeClass"></a>
1241            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1242                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1243            <div class="long">
1244                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1245        <strong>Parameters:</strong>
1246        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1247        <strong>Returns:</strong>
1248        <ul>
1249            <li><code>void</code></li>
1250        </ul>
1251    </div>
1252                </div>
1253                        </div>
1254        </td>
1255        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1256    </tr>
1257        <tr class="method-row inherited expandable">
1258        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1259        <td class="sig">
1260        <a id="Ext.Editor-removeListener"></a>
1261            <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
1262                        <div class="short">Removes a listener</div>
1263            <div class="long">
1264                Removes a listener    <div class="mdetail-params">
1265        <strong>Parameters:</strong>
1266        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
1267        <strong>Returns:</strong>
1268        <ul>
1269            <li><code>void</code></li>
1270        </ul>
1271    </div>
1272                </div>
1273                        </div>
1274        </td>
1275        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1276    </tr>
1277        <tr class="method-row inherited alt expandable">
1278        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1279        <td class="sig">
1280        <a id="Ext.Editor-render"></a>
1281            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Element/HTMLElement/String container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
1282                        <div class="short">Render this Component into the passed HTML element.
1283If you are using a Container object to house this Component, then...</div>
1284            <div class="long">
1285                <p>Render this Component into the passed HTML element.</p>
1286<p><b>If you are using a <a ext:cls="Ext.Container" href="output/Ext.Container.html">Container</a> object to house this Component, then
1287do not use the render method.</b></p>
1288<p>A Container's child Components are rendered by that Container's
1289<a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager when the Container is first rendered.</p>
1290<p>Certain layout managers allow dynamic addition of child components. Those that do
1291include <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a>, <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a>,
1292<a ext:cls="Ext.layout.FormLayout" href="output/Ext.layout.FormLayout.html">Ext.layout.FormLayout</a>, <a ext:cls="Ext.layout.TableLayout" href="output/Ext.layout.TableLayout.html">Ext.layout.TableLayout</a>.</p>
1293<p>If the Container is already rendered when a new child Component is added, you may need to call
1294the Container's <a ext:cls="Ext.Container" ext:member="doLayout" href="output/Ext.Container.html#doLayout">doLayout</a> to refresh the view which causes any
1295unrendered child Components to be rendered. This is required so that you can add multiple
1296child components if needed while only refreshing the layout once.</p>
1297<p>When creating complex UIs, it is important to remember that sizing and positioning
1298of child items is the responsibility of the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> manager.
1299If you expect child items to be sized in response to user interactions, you must
1300configure the Container with a layout manager which creates and manages the type of layout you
1301have in mind.</p>
1302<p><b>Omitting the Container's <a ext:cls="Ext.Container" ext:member="layout" href="output/Ext.Container.html#layout">layout</a> config means that a basic
1303layout manager is used which does nothing but render child components sequentially into the
1304Container. No sizing or positioning will be performed in this situation.</b></p>    <div class="mdetail-params">
1305        <strong>Parameters:</strong>
1306        <ul><li><code>container</code> : Element/HTMLElement/String<div class="sub-desc">(optional) The element this Component should be
1307rendered into. If it is being created from existing markup, this should be omitted.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
1308which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1309        <strong>Returns:</strong>
1310        <ul>
1311            <li><code>void</code></li>
1312        </ul>
1313    </div>
1314                </div>
1315                        </div>
1316        </td>
1317        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1318    </tr>
1319        <tr class="method-row inherited expandable">
1320        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1321        <td class="sig">
1322        <a id="Ext.Editor-resumeEvents"></a>
1323            <b>resumeEvents</b>() : void            <div class="mdesc">
1324                        <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>
1325            <div class="long">
1326                Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">
1327        <strong>Parameters:</strong>
1328        <ul><li>None.</li>        </ul>
1329        <strong>Returns:</strong>
1330        <ul>
1331            <li><code>void</code></li>
1332        </ul>
1333    </div>
1334                </div>
1335                        </div>
1336        </td>
1337        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1338    </tr>
1339        <tr class="method-row inherited alt expandable">
1340        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1341        <td class="sig">
1342        <a id="Ext.Editor-setDisabled"></a>
1343            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1344                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1345            <div class="long">
1346                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1347        <strong>Parameters:</strong>
1348        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1349        <strong>Returns:</strong>
1350        <ul>
1351            <li><code>void</code></li>
1352        </ul>
1353    </div>
1354                </div>
1355                        </div>
1356        </td>
1357        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1358    </tr>
1359        <tr class="method-row expandable">
1360        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1361        <td class="sig">
1362        <a id="Ext.Editor-setSize"></a>
1363            <b>setSize</b>(&nbsp;<code>Number width</code>, <code>Number height</code>&nbsp;) : void            <div class="mdesc">
1364                        <div class="short">Sets the height and width of this editor.</div>
1365            <div class="long">
1366                Sets the height and width of this editor.    <div class="mdetail-params">
1367        <strong>Parameters:</strong>
1368        <ul><li><code>width</code> : Number<div class="sub-desc">The new width</div></li><li><code>height</code> : Number<div class="sub-desc">The new height</div></li>        </ul>
1369        <strong>Returns:</strong>
1370        <ul>
1371            <li><code>void</code></li>
1372        </ul>
1373    </div>
1374                </div>
1375                        </div>
1376        </td>
1377        <td class="msource">Editor</td>
1378    </tr>
1379        <tr class="method-row alt expandable">
1380        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1381        <td class="sig">
1382        <a id="Ext.Editor-setValue"></a>
1383            <b>setValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">
1384                        <div class="short">Sets the data value of the editor</div>
1385            <div class="long">
1386                Sets the data value of the editor    <div class="mdetail-params">
1387        <strong>Parameters:</strong>
1388        <ul><li><code>value</code> : Mixed<div class="sub-desc">Any valid value supported by the underlying field</div></li>        </ul>
1389        <strong>Returns:</strong>
1390        <ul>
1391            <li><code>void</code></li>
1392        </ul>
1393    </div>
1394                </div>
1395                        </div>
1396        </td>
1397        <td class="msource">Editor</td>
1398    </tr>
1399        <tr class="method-row inherited expandable">
1400        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1401        <td class="sig">
1402        <a id="Ext.Editor-setVisible"></a>
1403            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1404                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1405            <div class="long">
1406                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1407        <strong>Parameters:</strong>
1408        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1409        <strong>Returns:</strong>
1410        <ul>
1411            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1412        </ul>
1413    </div>
1414                </div>
1415                        </div>
1416        </td>
1417        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1418    </tr>
1419        <tr class="method-row inherited alt expandable">
1420        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1421        <td class="sig">
1422        <a id="Ext.Editor-show"></a>
1423            <b>show</b>() : Ext.Component            <div class="mdesc">
1424                        <div class="short">Show this component.</div>
1425            <div class="long">
1426                Show this component.    <div class="mdetail-params">
1427        <strong>Parameters:</strong>
1428        <ul><li>None.</li>        </ul>
1429        <strong>Returns:</strong>
1430        <ul>
1431            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1432        </ul>
1433    </div>
1434                </div>
1435                        </div>
1436        </td>
1437        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1438    </tr>
1439        <tr class="method-row expandable">
1440        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1441        <td class="sig">
1442        <a id="Ext.Editor-startEdit"></a>
1443            <b>startEdit</b>(&nbsp;<code>Mixed el</code>, <span class="optional" title="Optional">[<code>String value</code>]</span>&nbsp;) : void            <div class="mdesc">
1444                        <div class="short">Starts the editing process and shows the editor.</div>
1445            <div class="long">
1446                Starts the editing process and shows the editor.    <div class="mdetail-params">
1447        <strong>Parameters:</strong>
1448        <ul><li><code>el</code> : Mixed<div class="sub-desc">The element to edit</div></li><li><code>value</code> : String<div class="sub-desc">(optional) A value to initialize the editor with. If a value is not provided, it defaults
1449to the innerHTML of el.</div></li>        </ul>
1450        <strong>Returns:</strong>
1451        <ul>
1452            <li><code>void</code></li>
1453        </ul>
1454    </div>
1455                </div>
1456                        </div>
1457        </td>
1458        <td class="msource">Editor</td>
1459    </tr>
1460        <tr class="method-row inherited alt expandable">
1461        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1462        <td class="sig">
1463        <a id="Ext.Editor-suspendEvents"></a>
1464            <b>suspendEvents</b>() : void            <div class="mdesc">
1465                        <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>
1466            <div class="long">
1467                Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">
1468        <strong>Parameters:</strong>
1469        <ul><li>None.</li>        </ul>
1470        <strong>Returns:</strong>
1471        <ul>
1472            <li><code>void</code></li>
1473        </ul>
1474    </div>
1475                </div>
1476                        </div>
1477        </td>
1478        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1479    </tr>
1480        <tr class="method-row inherited expandable">
1481        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1482        <td class="sig">
1483        <a id="Ext.Editor-un"></a>
1484            <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
1485                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1486            <div class="long">
1487                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1488        <strong>Parameters:</strong>
1489        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
1490        <strong>Returns:</strong>
1491        <ul>
1492            <li><code>void</code></li>
1493        </ul>
1494    </div>
1495                </div>
1496                        </div>
1497        </td>
1498        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1499    </tr>
1500            </table>
1501                <a id="Ext.Editor-events"></a>
1502        <h2>Public Events</h2>
1503                <table cellspacing="0" class="member-table">
1504            <tr>
1505                <th class="sig-header" colspan="2">Event</th>
1506                <th class="msource-header">Defined By</th>
1507            </tr>
1508                <tr class="event-row expandable">
1509        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1510        <td class="sig">
1511        <a id="Ext.Editor-beforecomplete"></a>
1512            <b>beforecomplete</b> : (&nbsp;<code>Editor this</code>, <code>Mixed value</code>, <code>Mixed startValue</code>&nbsp;)            <div class="mdesc">
1513                        <div class="short">Fires after a change has been made to the field, but before the change is reflected in the underlying
1514field.  Saving ...</div>
1515            <div class="long">
1516                Fires after a change has been made to the field, but before the change is reflected in the underlying
1517field.  Saving the change to the field can be canceled by returning false from the handler of this event.
1518Note that if the value has not changed and ignoreNoChange = true, the editing will still end but this
1519event will not fire since no edit actually occurred.    <div class="mdetail-params">
1520        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1521        <ul><li><code>this</code> : Editor<div class="sub-desc"></div></li><li><code>value</code> : Mixed<div class="sub-desc">The current field value</div></li><li><code>startValue</code> : Mixed<div class="sub-desc">The original field value</div></li>        </ul>
1522    </div>
1523                </div>
1524                        </div>
1525        </td>
1526        <td class="msource">Editor</td>
1527    </tr>
1528        <tr class="event-row inherited alt expandable">
1529        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1530        <td class="sig">
1531        <a id="Ext.Editor-beforedestroy"></a>
1532            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1533                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1534            <div class="long">
1535                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1536        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1537        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1538    </div>
1539                </div>
1540                        </div>
1541        </td>
1542        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1543    </tr>
1544        <tr class="event-row inherited expandable">
1545        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1546        <td class="sig">
1547        <a id="Ext.Editor-beforehide"></a>
1548            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1549                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1550            <div class="long">
1551                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1552        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1553        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1554    </div>
1555                </div>
1556                        </div>
1557        </td>
1558        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1559    </tr>
1560        <tr class="event-row inherited alt expandable">
1561        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1562        <td class="sig">
1563        <a id="Ext.Editor-beforerender"></a>
1564            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1565                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1566            <div class="long">
1567                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1568        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1569        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1570    </div>
1571                </div>
1572                        </div>
1573        </td>
1574        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1575    </tr>
1576        <tr class="event-row inherited expandable">
1577        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1578        <td class="sig">
1579        <a id="Ext.Editor-beforeshow"></a>
1580            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1581                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1582            <div class="long">
1583                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1584        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1585        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1586    </div>
1587                </div>
1588                        </div>
1589        </td>
1590        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1591    </tr>
1592        <tr class="event-row alt expandable">
1593        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1594        <td class="sig">
1595        <a id="Ext.Editor-beforestartedit"></a>
1596            <b>beforestartedit</b> : (&nbsp;<code>Editor this</code>, <code>Ext.Element boundEl</code>, <code>Mixed value</code>&nbsp;)            <div class="mdesc">
1597                        <div class="short">Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning
1598false from the h...</div>
1599            <div class="long">
1600                Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning
1601false from the handler of this event.    <div class="mdetail-params">
1602        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1603        <ul><li><code>this</code> : Editor<div class="sub-desc"></div></li><li><code>boundEl</code> : Ext.Element<div class="sub-desc">The underlying element bound to this editor</div></li><li><code>value</code> : Mixed<div class="sub-desc">The field value being set</div></li>        </ul>
1604    </div>
1605                </div>
1606                        </div>
1607        </td>
1608        <td class="msource">Editor</td>
1609    </tr>
1610        <tr class="event-row inherited expandable">
1611        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1612        <td class="sig">
1613        <a id="Ext.Editor-beforestaterestore"></a>
1614            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1615                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1616            <div class="long">
1617                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1618        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1619        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
1620    </div>
1621                </div>
1622                        </div>
1623        </td>
1624        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1625    </tr>
1626        <tr class="event-row inherited alt expandable">
1627        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1628        <td class="sig">
1629        <a id="Ext.Editor-beforestatesave"></a>
1630            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1631                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1632            <div class="long">
1633                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1634        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1635        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
1636    </div>
1637                </div>
1638                        </div>
1639        </td>
1640        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1641    </tr>
1642        <tr class="event-row expandable">
1643        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1644        <td class="sig">
1645        <a id="Ext.Editor-canceledit"></a>
1646            <b>canceledit</b> : (&nbsp;<code>Editor this</code>, <code>Mixed value</code>, <code>Mixed startValue</code>&nbsp;)            <div class="mdesc">
1647                        <div class="short">Fires after editing has been canceled and the editor's value has been reset.</div>
1648            <div class="long">
1649                Fires after editing has been canceled and the editor's value has been reset.    <div class="mdetail-params">
1650        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1651        <ul><li><code>this</code> : Editor<div class="sub-desc"></div></li><li><code>value</code> : Mixed<div class="sub-desc">The user-entered field value that was discarded</div></li><li><code>startValue</code> : Mixed<div class="sub-desc">The original field value that was set back into the editor after cancel</div></li>        </ul>
1652    </div>
1653                </div>
1654                        </div>
1655        </td>
1656        <td class="msource">Editor</td>
1657    </tr>
1658        <tr class="event-row alt expandable">
1659        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1660        <td class="sig">
1661        <a id="Ext.Editor-complete"></a>
1662            <b>complete</b> : (&nbsp;<code>Editor this</code>, <code>Mixed value</code>, <code>Mixed startValue</code>&nbsp;)            <div class="mdesc">
1663                        <div class="short">Fires after editing is complete and any changed value has been written to the underlying field.</div>
1664            <div class="long">
1665                Fires after editing is complete and any changed value has been written to the underlying field.    <div class="mdetail-params">
1666        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1667        <ul><li><code>this</code> : Editor<div class="sub-desc"></div></li><li><code>value</code> : Mixed<div class="sub-desc">The current field value</div></li><li><code>startValue</code> : Mixed<div class="sub-desc">The original field value</div></li>        </ul>
1668    </div>
1669                </div>
1670                        </div>
1671        </td>
1672        <td class="msource">Editor</td>
1673    </tr>
1674        <tr class="event-row inherited expandable">
1675        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1676        <td class="sig">
1677        <a id="Ext.Editor-destroy"></a>
1678            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1679                        <div class="short">Fires after the component is destroyed.</div>
1680            <div class="long">
1681                Fires after the component is destroyed.    <div class="mdetail-params">
1682        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1683        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1684    </div>
1685                </div>
1686                        </div>
1687        </td>
1688        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1689    </tr>
1690        <tr class="event-row inherited alt expandable">
1691        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1692        <td class="sig">
1693        <a id="Ext.Editor-disable"></a>
1694            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1695                        <div class="short">Fires after the component is disabled.</div>
1696            <div class="long">
1697                Fires after the component is disabled.    <div class="mdetail-params">
1698        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1699        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1700    </div>
1701                </div>
1702                        </div>
1703        </td>
1704        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1705    </tr>
1706        <tr class="event-row inherited expandable">
1707        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1708        <td class="sig">
1709        <a id="Ext.Editor-enable"></a>
1710            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1711                        <div class="short">Fires after the component is enabled.</div>
1712            <div class="long">
1713                Fires after the component is enabled.    <div class="mdetail-params">
1714        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1715        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1716    </div>
1717                </div>
1718                        </div>
1719        </td>
1720        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1721    </tr>
1722        <tr class="event-row inherited alt expandable">
1723        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1724        <td class="sig">
1725        <a id="Ext.Editor-hide"></a>
1726            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1727                        <div class="short">Fires after the component is hidden.</div>
1728            <div class="long">
1729                Fires after the component is hidden.    <div class="mdetail-params">
1730        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1731        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1732    </div>
1733                </div>
1734                        </div>
1735        </td>
1736        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
1737    </tr>
1738        <tr class="event-row inherited expandable">
1739        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1740        <td class="sig">
1741        <a id="Ext.Editor-render"></a>
1742            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1743                        <div class="short">Fires after the component is rendered.</div>
1744            <div class="long">
1745                Fires after the component is rendered.    <div class="mdetail-params">
1746        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1747        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1748    </div>
1749                </div>
1750                        </div>
1751        </td>
1752        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
1753    </tr>
1754        <tr class="event-row inherited alt expandable">
1755        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1756        <td class="sig">
1757        <a id="Ext.Editor-show"></a>
1758            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1759                        <div class="short">Fires after the component is shown.</div>
1760            <div class="long">
1761                Fires after the component is shown.    <div class="mdetail-params">
1762        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1763        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1764    </div>
1765                </div>
1766                        </div>
1767        </td>
1768        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
1769    </tr>
1770        <tr class="event-row expandable">
1771        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1772        <td class="sig">
1773        <a id="Ext.Editor-specialkey"></a>
1774            <b>specialkey</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1775                        <div class="short">Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
1776Ext.EventObject.g...</div>
1777            <div class="long">
1778                Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check
1779<a ext:cls="Ext.EventObject" ext:member="getKey" href="output/Ext.EventObject.html#getKey">Ext.EventObject.getKey</a> to determine which key was pressed.    <div class="mdetail-params">
1780        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1781        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
1782    </div>
1783                </div>
1784                        </div>
1785        </td>
1786        <td class="msource">Editor</td>
1787    </tr>
1788        <tr class="event-row alt expandable">
1789        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1790        <td class="sig">
1791        <a id="Ext.Editor-startedit"></a>
1792            <b>startedit</b> : (&nbsp;<code>Ext.Element boundEl</code>, <code>Mixed value</code>&nbsp;)            <div class="mdesc">
1793                        <div class="short">Fires when this editor is displayed</div>
1794            <div class="long">
1795                Fires when this editor is displayed    <div class="mdetail-params">
1796        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1797        <ul><li><code>boundEl</code> : Ext.Element<div class="sub-desc">The underlying element bound to this editor</div></li><li><code>value</code> : Mixed<div class="sub-desc">The starting field value</div></li>        </ul>
1798    </div>
1799                </div>
1800                        </div>
1801        </td>
1802        <td class="msource">Editor</td>
1803    </tr>
1804        <tr class="event-row inherited expandable">
1805        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1806        <td class="sig">
1807        <a id="Ext.Editor-staterestore"></a>
1808            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1809                        <div class="short">Fires after the state of the component is restored.</div>
1810            <div class="long">
1811                Fires after the state of the component is restored.    <div class="mdetail-params">
1812        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1813        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
1814    </div>
1815                </div>
1816                        </div>
1817        </td>
1818        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
1819    </tr>
1820        <tr class="event-row inherited alt expandable">
1821        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1822        <td class="sig">
1823        <a id="Ext.Editor-statesave"></a>
1824            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1825                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
1826            <div class="long">
1827                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
1828        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1829        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
1830    </div>
1831                </div>
1832                        </div>
1833        </td>
1834        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
1835    </tr>
1836            </table>
1837       
1838        </div>
Note: See TracBrowser for help on using the repository browser.