Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.form.HtmlEditor-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.form.HtmlEditor-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.form.HtmlEditor-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.form.HtmlEditor-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.form.HtmlEditor"><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"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13
      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a>
14
        <img src="resources/elbow-end.gif"/>HtmlEditor</pre></div>
15
                <h1>Class Ext.form.HtmlEditor</h1>
16
        <table cellspacing="0">
17
            <tr><td class="label">Package:</td><td class="hd-info">Ext.form</td></tr>
18
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/form/HtmlEditor.js" target="_blank">HtmlEditor.js</a></td></tr>
19
            <tr><td class="label">Class:</td><td class="hd-info">HtmlEditor</td></tr>
20
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.form.Field" ext:member="" href="output/Ext.form.Field.html">Field</a></td></tr>
21
                    </table>
22
        <div class="description">
23
            Provides a lightweight HTML Editor component.
24
<br><br><b>Note: The focus/blur and validation marking functionality inherited from Ext.form.Field is NOT
25
supported by this editor.</b><br/><br/>
26
An Editor is a sensitive component that can't be used in all spots standard fields can be used. Putting an Editor within
27
any element that has display set to 'none' can cause problems in Safari and Firefox due to their default iframe reloading bugs.        </div>
28
 
29
        <div class="hr"></div>
30
                <a id="Ext.form.HtmlEditor-configs"></a>
31
        <h2>Config Options</h2>
32
        <table cellspacing="0" class="member-table">
33
            <tr>
34
                <th class="sig-header" colspan="2">Config Options</th>
35
                <th class="msource-header">Defined By</th>
36
            </tr>
37
                <tr class="config-row inherited expandable">
38
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
39
        <td class="sig">
40
        <a id="Ext.form.HtmlEditor-autoShow"></a>
41
            <b>autoShow</b> : Boolean            <div class="mdesc">
42
                        <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>
43
            <div class="long">
44
                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>
45
                        </div>
46
        </td>
47
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
48
    </tr>
49
        <tr class="config-row inherited alt">
50
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
51
        <td class="sig">
52
        <a id="Ext.form.HtmlEditor-clearCls"></a>
53
            <b>clearCls</b> : String            <div class="mdesc">
54
                            The CSS class used to provide field clearing (defaults to 'x-form-clear-left')                        </div>
55
        </td>
56
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#clearCls" href="output/Ext.form.Field.html#clearCls">Field</a></td>
57
    </tr>
58
        <tr class="config-row">
59
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
60
        <td class="sig">
61
        <a id="Ext.form.HtmlEditor-createLinkText"></a>
62
            <b>createLinkText</b> : String            <div class="mdesc">
63
                            The default text for the create link prompt                        </div>
64
        </td>
65
        <td class="msource">HtmlEditor</td>
66
    </tr>
67
        <tr class="config-row inherited alt expandable">
68
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
69
        <td class="sig">
70
        <a id="Ext.form.HtmlEditor-ctCls"></a>
71
            <b>ctCls</b> : String            <div class="mdesc">
72
                        <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>
73
            <div class="long">
74
                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>
75
                        </div>
76
        </td>
77
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
78
    </tr>
79
        <tr class="config-row">
80
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
81
        <td class="sig">
82
        <a id="Ext.form.HtmlEditor-defaultLinkValue"></a>
83
            <b>defaultLinkValue</b> : String            <div class="mdesc">
84
                            The default value for the create link prompt (defaults to http:/ /)                        </div>
85
        </td>
86
        <td class="msource">HtmlEditor</td>
87
    </tr>
88
        <tr class="config-row alt">
89
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
90
        <td class="sig">
91
        <a id="Ext.form.HtmlEditor-enableAlignments"></a>
92
            <b>enableAlignments</b> : Boolean            <div class="mdesc">
93
                            Enable the left, center, right alignment buttons (defaults to true)                        </div>
94
        </td>
95
        <td class="msource">HtmlEditor</td>
96
    </tr>
97
        <tr class="config-row">
98
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
99
        <td class="sig">
100
        <a id="Ext.form.HtmlEditor-enableColors"></a>
101
            <b>enableColors</b> : Boolean            <div class="mdesc">
102
                            Enable the fore/highlight color buttons (defaults to true)                        </div>
103
        </td>
104
        <td class="msource">HtmlEditor</td>
105
    </tr>
106
        <tr class="config-row alt">
107
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
108
        <td class="sig">
109
        <a id="Ext.form.HtmlEditor-enableFont"></a>
110
            <b>enableFont</b> : Boolean            <div class="mdesc">
111
                            Enable font selection. Not available in Safari. (defaults to true)                        </div>
112
        </td>
113
        <td class="msource">HtmlEditor</td>
114
    </tr>
115
        <tr class="config-row">
116
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
117
        <td class="sig">
118
        <a id="Ext.form.HtmlEditor-enableFontSize"></a>
119
            <b>enableFontSize</b> : Boolean            <div class="mdesc">
120
                            Enable the increase/decrease font size buttons (defaults to true)                        </div>
121
        </td>
122
        <td class="msource">HtmlEditor</td>
123
    </tr>
124
        <tr class="config-row alt">
125
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
126
        <td class="sig">
127
        <a id="Ext.form.HtmlEditor-enableFormat"></a>
128
            <b>enableFormat</b> : Boolean            <div class="mdesc">
129
                            Enable the bold, italic and underline buttons (defaults to true)                        </div>
130
        </td>
131
        <td class="msource">HtmlEditor</td>
132
    </tr>
133
        <tr class="config-row">
134
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135
        <td class="sig">
136
        <a id="Ext.form.HtmlEditor-enableLinks"></a>
137
            <b>enableLinks</b> : Boolean            <div class="mdesc">
138
                            Enable the create link button. Not available in Safari. (defaults to true)                        </div>
139
        </td>
140
        <td class="msource">HtmlEditor</td>
141
    </tr>
142
        <tr class="config-row alt">
143
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144
        <td class="sig">
145
        <a id="Ext.form.HtmlEditor-enableLists"></a>
146
            <b>enableLists</b> : Boolean            <div class="mdesc">
147
                            Enable the bullet and numbered list buttons. Not available in Safari. (defaults to true)                        </div>
148
        </td>
149
        <td class="msource">HtmlEditor</td>
150
    </tr>
151
        <tr class="config-row">
152
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
153
        <td class="sig">
154
        <a id="Ext.form.HtmlEditor-enableSourceEdit"></a>
155
            <b>enableSourceEdit</b> : Boolean            <div class="mdesc">
156
                            Enable the switch to source edit button. Not available in Safari. (defaults to true)                        </div>
157
        </td>
158
        <td class="msource">HtmlEditor</td>
159
    </tr>
160
        <tr class="config-row inherited alt">
161
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
162
        <td class="sig">
163
        <a id="Ext.form.HtmlEditor-fieldLabel"></a>
164
            <b>fieldLabel</b> : String            <div class="mdesc">
165
                            The label text to display next to this field (defaults to '')                        </div>
166
        </td>
167
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#fieldLabel" href="output/Ext.form.Field.html#fieldLabel">Field</a></td>
168
    </tr>
169
        <tr class="config-row">
170
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
171
        <td class="sig">
172
        <a id="Ext.form.HtmlEditor-fontFamilies"></a>
173
            <b>fontFamilies</b> : Array            <div class="mdesc">
174
                            An array of available font families                        </div>
175
        </td>
176
        <td class="msource">HtmlEditor</td>
177
    </tr>
178
        <tr class="config-row inherited alt">
179
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
180
        <td class="sig">
181
        <a id="Ext.form.HtmlEditor-height"></a>
182
            <b>height</b> : Number            <div class="mdesc">
183
                            The height of this component in pixels (defaults to auto).                        </div>
184
        </td>
185
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
186
    </tr>
187
        <tr class="config-row inherited">
188
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189
        <td class="sig">
190
        <a id="Ext.form.HtmlEditor-hideLabel"></a>
191
            <b>hideLabel</b> : Boolean            <div class="mdesc">
192
                            True to completely hide the label element (defaults to false)                        </div>
193
        </td>
194
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#hideLabel" href="output/Ext.form.Field.html#hideLabel">Field</a></td>
195
    </tr>
196
        <tr class="config-row inherited alt expandable">
197
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
198
        <td class="sig">
199
        <a id="Ext.form.HtmlEditor-hideMode"></a>
200
            <b>hideMode</b> : String            <div class="mdesc">
201
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
202
            <div class="long">
203
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
204
                        </div>
205
        </td>
206
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
207
    </tr>
208
        <tr class="config-row inherited expandable">
209
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
210
        <td class="sig">
211
        <a id="Ext.form.HtmlEditor-hideParent"></a>
212
            <b>hideParent</b> : Boolean            <div class="mdesc">
213
                        <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>
214
            <div class="long">
215
                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>
216
                        </div>
217
        </td>
218
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
219
    </tr>
220
        <tr class="config-row inherited alt">
221
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
222
        <td class="sig">
223
        <a id="Ext.form.HtmlEditor-id"></a>
224
            <b>id</b> : String            <div class="mdesc">
225
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
226
        </td>
227
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
228
    </tr>
229
        <tr class="config-row inherited expandable">
230
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
231
        <td class="sig">
232
        <a id="Ext.form.HtmlEditor-itemCls"></a>
233
            <b>itemCls</b> : String            <div class="mdesc">
234
                        <div class="short">An additional CSS class to apply to the wrapper element of this field (defaults to the container's itemCls value if s...</div>
235
            <div class="long">
236
                An additional CSS class to apply to the wrapper element of this field (defaults to the container's itemCls value if set, or ''). Since it is applied to the 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. Example use: <pre><code><i>// Apply a style to the field's label:</i>
237
&lt;style>
238
    .required .x-form-item-label {font-weight:bold;color:red;}
239
&lt;/style>
240
 
241
<b>new</b> Ext.FormPanel({
242
	height: 100,
243
	renderTo: document.body,
244
	items: [{
245
		xtype: <em>'textfield'</em>,
246
		fieldLabel: <em>'Name'</em>,
247
		itemCls: <em>'required'</em> <i>//<b>this</b> label will be styled</i>
248
	},{
249
		xtype: <em>'textfield'</em>,
250
		fieldLabel: <em>'Favorite Color'</em>
251
	}]
252
});</code></pre>            </div>
253
                        </div>
254
        </td>
255
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#itemCls" href="output/Ext.form.Field.html#itemCls">Field</a></td>
256
    </tr>
257
        <tr class="config-row inherited alt expandable">
258
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
259
        <td class="sig">
260
        <a id="Ext.form.HtmlEditor-labelSeparator"></a>
261
            <b>labelSeparator</b> : String            <div class="mdesc">
262
                        <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>
263
            <div class="long">
264
                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 ''.            </div>
265
                        </div>
266
        </td>
267
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelSeparator" href="output/Ext.form.Field.html#labelSeparator">Field</a></td>
268
    </tr>
269
        <tr class="config-row inherited expandable">
270
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
271
        <td class="sig">
272
        <a id="Ext.form.HtmlEditor-labelStyle"></a>
273
            <b>labelStyle</b> : String            <div class="mdesc">
274
                        <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>
275
            <div class="long">
276
                A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example, <code>labelStyle: 'font-weight:bold;'</code>.            </div>
277
                        </div>
278
        </td>
279
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#labelStyle" href="output/Ext.form.Field.html#labelStyle">Field</a></td>
280
    </tr>
281
        <tr class="config-row inherited alt expandable">
282
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
283
        <td class="sig">
284
        <a id="Ext.form.HtmlEditor-listeners"></a>
285
            <b>listeners</b> : Object            <div class="mdesc">
286
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
287
            <div class="long">
288
                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>
289
                        </div>
290
        </td>
291
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
292
    </tr>
293
        <tr class="config-row inherited">
294
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
295
        <td class="sig">
296
        <a id="Ext.form.HtmlEditor-name"></a>
297
            <b>name</b> : String            <div class="mdesc">
298
                            The field's HTML name attribute.                        </div>
299
        </td>
300
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#name" href="output/Ext.form.Field.html#name">Field</a></td>
301
    </tr>
302
        <tr class="config-row inherited alt">
303
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
304
        <td class="sig">
305
        <a id="Ext.form.HtmlEditor-pageX"></a>
306
            <b>pageX</b> : Number            <div class="mdesc">
307
                            The page level x coordinate for this component if contained within a positioning container.                        </div>
308
        </td>
309
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
310
    </tr>
311
        <tr class="config-row inherited">
312
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
313
        <td class="sig">
314
        <a id="Ext.form.HtmlEditor-pageY"></a>
315
            <b>pageY</b> : Number            <div class="mdesc">
316
                            The page level y coordinate for this component if contained within a positioning container.                        </div>
317
        </td>
318
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
319
    </tr>
320
        <tr class="config-row inherited alt expandable">
321
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
322
        <td class="sig">
323
        <a id="Ext.form.HtmlEditor-plugins"></a>
324
            <b>plugins</b> : Object/Array            <div class="mdesc">
325
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
326
            <div class="long">
327
                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>
328
                        </div>
329
        </td>
330
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
331
    </tr>
332
        <tr class="config-row inherited expandable">
333
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
334
        <td class="sig">
335
        <a id="Ext.form.HtmlEditor-renderTo"></a>
336
            <b>renderTo</b> : Mixed            <div class="mdesc">
337
                        <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>
338
            <div class="long">
339
                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>
340
                        </div>
341
        </td>
342
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
343
    </tr>
344
        <tr class="config-row inherited alt expandable">
345
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
346
        <td class="sig">
347
        <a id="Ext.form.HtmlEditor-stateEvents"></a>
348
            <b>stateEvents</b> : Array            <div class="mdesc">
349
                        <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>
350
            <div class="long">
351
                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>
352
                        </div>
353
        </td>
354
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
355
    </tr>
356
        <tr class="config-row inherited expandable">
357
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
358
        <td class="sig">
359
        <a id="Ext.form.HtmlEditor-stateId"></a>
360
            <b>stateId</b> : String            <div class="mdesc">
361
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
362
            <div class="long">
363
                The unique id for this component to use for state management purposes (defaults to the component 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>
364
                        </div>
365
        </td>
366
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
367
    </tr>
368
        <tr class="config-row inherited alt expandable">
369
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
370
        <td class="sig">
371
        <a id="Ext.form.HtmlEditor-stateful"></a>
372
            <b>stateful</b> : Boolean            <div class="mdesc">
373
                        <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>
374
            <div class="long">
375
                A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup.<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="staterestore" href="output/staterestore.html">staterestore</a>, <a ext:cls="beforestatesave" href="output/beforestatesave.html">beforestatesave</a> and <a ext:cls="statesave" href="output/statesave.html">statesave</a> events</p>            </div>
376
                        </div>
377
        </td>
378
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
379
    </tr>
380
        <tr class="config-row inherited">
381
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
382
        <td class="sig">
383
        <a id="Ext.form.HtmlEditor-value"></a>
384
            <b>value</b> : Mixed            <div class="mdesc">
385
                            A value to initialize this field with.                        </div>
386
        </td>
387
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#value" href="output/Ext.form.Field.html#value">Field</a></td>
388
    </tr>
389
        <tr class="config-row inherited alt">
390
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
391
        <td class="sig">
392
        <a id="Ext.form.HtmlEditor-width"></a>
393
            <b>width</b> : Number            <div class="mdesc">
394
                            The width of this component in pixels (defaults to auto).                        </div>
395
        </td>
396
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
397
    </tr>
398
        <tr class="config-row inherited">
399
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
400
        <td class="sig">
401
        <a id="Ext.form.HtmlEditor-x"></a>
402
            <b>x</b> : Number            <div class="mdesc">
403
                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
404
        </td>
405
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
406
    </tr>
407
        <tr class="config-row inherited alt expandable">
408
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
409
        <td class="sig">
410
        <a id="Ext.form.HtmlEditor-xtype"></a>
411
            <b>xtype</b> : String            <div class="mdesc">
412
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
413
            <div class="long">
414
                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>
415
                        </div>
416
        </td>
417
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
418
    </tr>
419
        <tr class="config-row inherited">
420
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
421
        <td class="sig">
422
        <a id="Ext.form.HtmlEditor-y"></a>
423
            <b>y</b> : Number            <div class="mdesc">
424
                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
425
        </td>
426
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
427
    </tr>
428
            </table>
429
                <a id="Ext.form.HtmlEditor-props"></a>
430
        <h2>Public Properties</h2>
431
                <table cellspacing="0" class="member-table">
432
            <tr>
433
                <th class="sig-header" colspan="2">Property</th>
434
                <th class="msource-header">Defined By</th>
435
            </tr>
436
                <tr class="property-row expandable">
437
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
438
        <td class="sig">
439
        <a id="Ext.form.HtmlEditor-buttonTips"></a>
440
            <b>buttonTips</b> : Object            <div class="mdesc">
441
                        <div class="short">Object collection of toolbar tooltips for the buttons in the editor. The key
442
is the command id associated with that b...</div>
443
            <div class="long">
444
                Object collection of toolbar tooltips for the buttons in the editor. The key
445
is the command id associated with that button and the value is a valid QuickTips object.
446
For example:
447
<pre><code>{
448
    bold : {
449
        title: <em>'Bold (Ctrl+B)'</em>,
450
        text: <em>'Make the selected text bold.'</em>,
451
        cls: <em>'x-html-editor-tip'</em>
452
    },
453
    italic : {
454
        title: <em>'Italic (Ctrl+I)'</em>,
455
        text: <em>'Make the selected text italic.'</em>,
456
        cls: <em>'x-html-editor-tip'</em>
457
    },
458
    ...</code></pre>            </div>
459
                        </div>
460
        </td>
461
        <td class="msource">HtmlEditor</td>
462
    </tr>
463
        <tr class="property-row inherited alt">
464
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
465
        <td class="sig">
466
        <a id="Ext.form.HtmlEditor-hidden"></a>
467
            <b>hidden</b> : Boolean            <div class="mdesc">
468
 
469
True if this component is hidden. Read-only.                        </div>
470
        </td>
471
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
472
    </tr>
473
        <tr class="property-row inherited">
474
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
475
        <td class="sig">
476
        <a id="Ext.form.HtmlEditor-initialConfig"></a>
477
            <b>initialConfig</b> : Object            <div class="mdesc">
478
                            This Component's initial configuration specification. Read-only.                        </div>
479
        </td>
480
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
481
    </tr>
482
        <tr class="property-row inherited alt expandable">
483
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
484
        <td class="sig">
485
        <a id="Ext.form.HtmlEditor-ownerCt"></a>
486
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
487
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
488
the component is added to a...</div>
489
            <div class="long">
490
                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
491
the component is added to a container).  Read-only.            </div>
492
                        </div>
493
        </td>
494
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
495
    </tr>
496
        <tr class="property-row inherited">
497
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
498
        <td class="sig">
499
        <a id="Ext.form.HtmlEditor-rendered"></a>
500
            <b>rendered</b> : Boolean            <div class="mdesc">
501
                            True if this component has been rendered. Read-only.                        </div>
502
        </td>
503
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
504
    </tr>
505
            </table>
506
                <a id="Ext.form.HtmlEditor-methods"></a>
507
        <h2>Public Methods</h2>
508
                <table cellspacing="0" class="member-table">
509
            <tr>
510
                <th class="sig-header" colspan="2">Method</th>
511
                <th class="msource-header">Defined By</th>
512
            </tr>
513
                <tr class="method-row inherited expandable">
514
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
515
        <td class="sig">
516
        <a id="Ext.form.HtmlEditor-addClass"></a>
517
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
518
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
519
            <div class="long">
520
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
521
        <strong>Parameters:</strong>
522
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
523
        <strong>Returns:</strong>
524
        <ul>
525
            <li><code>void</code></li>
526
        </ul>
527
    </div>
528
                </div>
529
                        </div>
530
        </td>
531
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
532
    </tr>
533
        <tr class="method-row inherited alt expandable">
534
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
535
        <td class="sig">
536
        <a id="Ext.form.HtmlEditor-addEvents"></a>
537
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
538
                        <div class="short">Used to define events on this Observable</div>
539
            <div class="long">
540
                Used to define events on this Observable    <div class="mdetail-params">
541
        <strong>Parameters:</strong>
542
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
543
        <strong>Returns:</strong>
544
        <ul>
545
            <li><code>void</code></li>
546
        </ul>
547
    </div>
548
                </div>
549
                        </div>
550
        </td>
551
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
552
    </tr>
553
        <tr class="method-row inherited expandable">
554
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
555
        <td class="sig">
556
        <a id="Ext.form.HtmlEditor-addListener"></a>
557
            <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">
558
                        <div class="short">Appends an event handler to this component</div>
559
            <div class="long">
560
                Appends an event handler to this component    <div class="mdetail-params">
561
        <strong>Parameters:</strong>
562
        <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
563
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
564
properties. This may contain any of the following properties:<ul>
565
<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>
566
<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>
567
<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>
568
<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
569
by the specified number of milliseconds. If the event fires again within that time, the original
570
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
571
</ul><br>
572
<p>
573
<b>Combining Options</b><br>
574
Using the options argument, it is possible to combine different types of listeners:<br>
575
<br>
576
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
577
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
578
    single: true,
579
    delay: 100,
580
    forumId: 4
581
});</code></pre>
582
<p>
583
<b>Attaching multiple handlers in 1 call</b><br>
584
The method also allows for a single argument to be passed which is a config object containing properties
585
which specify multiple handlers.
586
<p>
587
<pre><code>foo.on({
588
    <em>'click'</em> : {
589
        fn: <b>this</b>.onClick,
590
        scope: <b>this</b>,
591
        delay: 100
592
    },
593
    <em>'mouseover'</em> : {
594
        fn: <b>this</b>.onMouseOver,
595
        scope: <b>this</b>
596
    },
597
    <em>'mouseout'</em> : {
598
        fn: <b>this</b>.onMouseOut,
599
        scope: <b>this</b>
600
    }
601
});</code></pre>
602
<p>
603
Or a shorthand syntax:<br>
604
<pre><code>foo.on({
605
    <em>'click'</em> : <b>this</b>.onClick,
606
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
607
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
608
     scope: <b>this</b>
609
});</code></pre></div></li>        </ul>
610
        <strong>Returns:</strong>
611
        <ul>
612
            <li><code>void</code></li>
613
        </ul>
614
    </div>
615
                </div>
616
                        </div>
617
        </td>
618
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
619
    </tr>
620
        <tr class="method-row alt expandable">
621
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
622
        <td class="sig">
623
        <a id="Ext.form.HtmlEditor-cleanHtml"></a>
624
            <b>cleanHtml</b>(&nbsp;<code>String html</code>&nbsp;) : void            <div class="mdesc">
625
                        <div class="short">Protected method that will not generally be called directly. If you need/want
626
custom HTML cleanup, this is the method...</div>
627
            <div class="long">
628
                Protected method that will not generally be called directly. If you need/want
629
custom HTML cleanup, this is the method you should override.    <div class="mdetail-params">
630
        <strong>Parameters:</strong>
631
        <ul><li><code>html</code> : String<div class="sub-desc">The HTML to be cleaned
632
return {String} The cleaned HTML</div></li>        </ul>
633
        <strong>Returns:</strong>
634
        <ul>
635
            <li><code>void</code></li>
636
        </ul>
637
    </div>
638
                </div>
639
                        </div>
640
        </td>
641
        <td class="msource">HtmlEditor</td>
642
    </tr>
643
        <tr class="method-row inherited expandable">
644
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
645
        <td class="sig">
646
        <a id="Ext.form.HtmlEditor-cloneConfig"></a>
647
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
648
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
649
            <div class="long">
650
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
651
        <strong>Parameters:</strong>
652
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
653
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
654
        <strong>Returns:</strong>
655
        <ul>
656
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
657
        </ul>
658
    </div>
659
                </div>
660
                        </div>
661
        </td>
662
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
663
    </tr>
664
        <tr class="method-row inherited alt expandable">
665
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
666
        <td class="sig">
667
        <a id="Ext.form.HtmlEditor-destroy"></a>
668
            <b>destroy</b>() : void            <div class="mdesc">
669
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
670
removing the c...</div>
671
            <div class="long">
672
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
673
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
674
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
675
should usually not need to be called directly.    <div class="mdetail-params">
676
        <strong>Parameters:</strong>
677
        <ul><li>None.</li>        </ul>
678
        <strong>Returns:</strong>
679
        <ul>
680
            <li><code>void</code></li>
681
        </ul>
682
    </div>
683
                </div>
684
                        </div>
685
        </td>
686
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
687
    </tr>
688
        <tr class="method-row expandable">
689
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
690
        <td class="sig">
691
        <a id="Ext.form.HtmlEditor-execCmd"></a>
692
            <b>execCmd</b>(&nbsp;<code>String cmd</code>, <span class="optional" title="Optional">[<code>String/Boolean value</code>]</span>&nbsp;) : void            <div class="mdesc">
693
                        <div class="short">Executes a Midas editor command directly on the editor document.
694
For visual commands, you should use relayCmd instead...</div>
695
            <div class="long">
696
                Executes a Midas editor command directly on the editor document.
697
For visual commands, you should use <a ext:cls="Ext.form.HtmlEditor" ext:member="relayCmd" href="output/Ext.form.HtmlEditor.html#relayCmd">relayCmd</a> instead.
698
<b>This should only be called after the editor is initialized.</b>    <div class="mdetail-params">
699
        <strong>Parameters:</strong>
700
        <ul><li><code>cmd</code> : String<div class="sub-desc">The Midas command</div></li><li><code>value</code> : String/Boolean<div class="sub-desc">(optional) The value to pass to the command (defaults to null)</div></li>        </ul>
701
        <strong>Returns:</strong>
702
        <ul>
703
            <li><code>void</code></li>
704
        </ul>
705
    </div>
706
                </div>
707
                        </div>
708
        </td>
709
        <td class="msource">HtmlEditor</td>
710
    </tr>
711
        <tr class="method-row inherited alt expandable">
712
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
713
        <td class="sig">
714
        <a id="Ext.form.HtmlEditor-findParentBy"></a>
715
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
716
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
717
true, the con...</div>
718
            <div class="long">
719
                Find a container above this component at any level by a custom function. If the passed function returns
720
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
721
        <strong>Parameters:</strong>
722
        <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>
723
        <strong>Returns:</strong>
724
        <ul>
725
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
726
        </ul>
727
    </div>
728
                </div>
729
                        </div>
730
        </td>
731
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
732
    </tr>
733
        <tr class="method-row inherited expandable">
734
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
735
        <td class="sig">
736
        <a id="Ext.form.HtmlEditor-findParentByType"></a>
737
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
738
                        <div class="short">Find a container above this component at any level by xtype or class</div>
739
            <div class="long">
740
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
741
        <strong>Parameters:</strong>
742
        <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>
743
        <strong>Returns:</strong>
744
        <ul>
745
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
746
        </ul>
747
    </div>
748
                </div>
749
                        </div>
750
        </td>
751
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
752
    </tr>
753
        <tr class="method-row inherited alt expandable">
754
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
755
        <td class="sig">
756
        <a id="Ext.form.HtmlEditor-fireEvent"></a>
757
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
758
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
759
            <div class="long">
760
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
761
        <strong>Parameters:</strong>
762
        <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>
763
        <strong>Returns:</strong>
764
        <ul>
765
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
766
        </ul>
767
    </div>
768
                </div>
769
                        </div>
770
        </td>
771
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
772
    </tr>
773
        <tr class="method-row inherited expandable">
774
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
775
        <td class="sig">
776
        <a id="Ext.form.HtmlEditor-focus"></a>
777
            <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">
778
                        <div class="short">Try to focus this component.</div>
779
            <div class="long">
780
                Try to focus this component.    <div class="mdetail-params">
781
        <strong>Parameters:</strong>
782
        <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>
783
        <strong>Returns:</strong>
784
        <ul>
785
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
786
        </ul>
787
    </div>
788
                </div>
789
                        </div>
790
        </td>
791
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
792
    </tr>
793
        <tr class="method-row inherited alt expandable">
794
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
795
        <td class="sig">
796
        <a id="Ext.form.HtmlEditor-getBox"></a>
797
            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
798
                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
799
            <div class="long">
800
                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
801
        <strong>Parameters:</strong>
802
        <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>
803
        <strong>Returns:</strong>
804
        <ul>
805
            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
806
        </ul>
807
    </div>
808
                </div>
809
                        </div>
810
        </td>
811
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
812
    </tr>
813
        <tr class="method-row expandable">
814
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
815
        <td class="sig">
816
        <a id="Ext.form.HtmlEditor-getDocMarkup"></a>
817
            <b>getDocMarkup</b>() : void            <div class="mdesc">
818
                        <div class="short">Protected method that will not generally be called directly. It
819
is called when the editor initializes the iframe with...</div>
820
            <div class="long">
821
                Protected method that will not generally be called directly. It
822
is called when the editor initializes the iframe with HTML contents. Override this method if you
823
want to change the initialization markup of the iframe (e.g. to add stylesheets).    <div class="mdetail-params">
824
        <strong>Parameters:</strong>
825
        <ul><li>None.</li>        </ul>
826
        <strong>Returns:</strong>
827
        <ul>
828
            <li><code>void</code></li>
829
        </ul>
830
    </div>
831
                </div>
832
                        </div>
833
        </td>
834
        <td class="msource">HtmlEditor</td>
835
    </tr>
836
        <tr class="method-row inherited alt expandable">
837
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
838
        <td class="sig">
839
        <a id="Ext.form.HtmlEditor-getEl"></a>
840
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
841
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
842
            <div class="long">
843
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
844
        <strong>Parameters:</strong>
845
        <ul><li>None.</li>        </ul>
846
        <strong>Returns:</strong>
847
        <ul>
848
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
849
        </ul>
850
    </div>
851
                </div>
852
                        </div>
853
        </td>
854
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
855
    </tr>
856
        <tr class="method-row inherited expandable">
857
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
858
        <td class="sig">
859
        <a id="Ext.form.HtmlEditor-getId"></a>
860
            <b>getId</b>() : String            <div class="mdesc">
861
                        <div class="short">Returns the id of this component.</div>
862
            <div class="long">
863
                Returns the id of this component.    <div class="mdetail-params">
864
        <strong>Parameters:</strong>
865
        <ul><li>None.</li>        </ul>
866
        <strong>Returns:</strong>
867
        <ul>
868
            <li><code>String</code></li>
869
        </ul>
870
    </div>
871
                </div>
872
                        </div>
873
        </td>
874
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
875
    </tr>
876
        <tr class="method-row inherited alt expandable">
877
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
878
        <td class="sig">
879
        <a id="Ext.form.HtmlEditor-getItemId"></a>
880
            <b>getItemId</b>() : String            <div class="mdesc">
881
                        <div class="short">Returns the item id of this component.</div>
882
            <div class="long">
883
                Returns the item id of this component.    <div class="mdetail-params">
884
        <strong>Parameters:</strong>
885
        <ul><li>None.</li>        </ul>
886
        <strong>Returns:</strong>
887
        <ul>
888
            <li><code>String</code></li>
889
        </ul>
890
    </div>
891
                </div>
892
                        </div>
893
        </td>
894
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
895
    </tr>
896
        <tr class="method-row inherited expandable">
897
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
898
        <td class="sig">
899
        <a id="Ext.form.HtmlEditor-getName"></a>
900
            <b>getName</b>() : String            <div class="mdesc">
901
                        <div class="short">Returns the name attribute of the field if available</div>
902
            <div class="long">
903
                Returns the name attribute of the field if available    <div class="mdetail-params">
904
        <strong>Parameters:</strong>
905
        <ul><li>None.</li>        </ul>
906
        <strong>Returns:</strong>
907
        <ul>
908
            <li><code>String</code><div class="sub-desc">name The field name</div></li>
909
        </ul>
910
    </div>
911
                </div>
912
                        </div>
913
        </td>
914
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getName" href="output/Ext.form.Field.html#getName">Field</a></td>
915
    </tr>
916
        <tr class="method-row inherited alt expandable">
917
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918
        <td class="sig">
919
        <a id="Ext.form.HtmlEditor-getPosition"></a>
920
            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
921
                        <div class="short">Gets the current XY position of the component's underlying element.</div>
922
            <div class="long">
923
                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
924
        <strong>Parameters:</strong>
925
        <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>
926
        <strong>Returns:</strong>
927
        <ul>
928
            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
929
        </ul>
930
    </div>
931
                </div>
932
                        </div>
933
        </td>
934
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
935
    </tr>
936
        <tr class="method-row inherited expandable">
937
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
938
        <td class="sig">
939
        <a id="Ext.form.HtmlEditor-getRawValue"></a>
940
            <b>getRawValue</b>() : Mixed            <div class="mdesc">
941
                        <div class="short">Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.</div>
942
            <div class="long">
943
                Returns the raw data value which may or may not be a valid, defined value.  To return a normalized value see <a ext:cls="Ext.form.Field" ext:member="getValue" href="output/Ext.form.Field.html#getValue">getValue</a>.    <div class="mdetail-params">
944
        <strong>Parameters:</strong>
945
        <ul><li>None.</li>        </ul>
946
        <strong>Returns:</strong>
947
        <ul>
948
            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
949
        </ul>
950
    </div>
951
                </div>
952
                        </div>
953
        </td>
954
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getRawValue" href="output/Ext.form.Field.html#getRawValue">Field</a></td>
955
    </tr>
956
        <tr class="method-row inherited alt expandable">
957
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
958
        <td class="sig">
959
        <a id="Ext.form.HtmlEditor-getSize"></a>
960
            <b>getSize</b>() : Object            <div class="mdesc">
961
                        <div class="short">Gets the current size of the component's underlying element.</div>
962
            <div class="long">
963
                Gets the current size of the component's underlying element.    <div class="mdetail-params">
964
        <strong>Parameters:</strong>
965
        <ul><li>None.</li>        </ul>
966
        <strong>Returns:</strong>
967
        <ul>
968
            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
969
        </ul>
970
    </div>
971
                </div>
972
                        </div>
973
        </td>
974
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
975
    </tr>
976
        <tr class="method-row expandable">
977
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
978
        <td class="sig">
979
        <a id="Ext.form.HtmlEditor-getToolbar"></a>
980
            <b>getToolbar</b>() : Ext.Toolbar            <div class="mdesc">
981
                        <div class="short">Returns the editor's toolbar. <b>This is only available after the editor has been rendered.</b></div>
982
            <div class="long">
983
                Returns the editor's toolbar. <b>This is only available after the editor has been rendered.</b>    <div class="mdetail-params">
984
        <strong>Parameters:</strong>
985
        <ul><li>None.</li>        </ul>
986
        <strong>Returns:</strong>
987
        <ul>
988
            <li><code>Ext.Toolbar</code></li>
989
        </ul>
990
    </div>
991
                </div>
992
                        </div>
993
        </td>
994
        <td class="msource">HtmlEditor</td>
995
    </tr>
996
        <tr class="method-row inherited alt expandable">
997
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
998
        <td class="sig">
999
        <a id="Ext.form.HtmlEditor-getValue"></a>
1000
            <b>getValue</b>() : Mixed            <div class="mdesc">
1001
                        <div class="short">Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see getRa...</div>
1002
            <div class="long">
1003
                Returns the normalized data value (undefined or emptyText will be returned as '').  To return the raw value see <a ext:cls="Ext.form.Field" ext:member="getRawValue" href="output/Ext.form.Field.html#getRawValue">getRawValue</a>.    <div class="mdetail-params">
1004
        <strong>Parameters:</strong>
1005
        <ul><li>None.</li>        </ul>
1006
        <strong>Returns:</strong>
1007
        <ul>
1008
            <li><code>Mixed</code><div class="sub-desc">value The field value</div></li>
1009
        </ul>
1010
    </div>
1011
                </div>
1012
                        </div>
1013
        </td>
1014
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#getValue" href="output/Ext.form.Field.html#getValue">Field</a></td>
1015
    </tr>
1016
        <tr class="method-row inherited expandable">
1017
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1018
        <td class="sig">
1019
        <a id="Ext.form.HtmlEditor-getXType"></a>
1020
            <b>getXType</b>() : String            <div class="mdesc">
1021
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1022
available xtypes, see the Ex...</div>
1023
            <div class="long">
1024
                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
1025
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1026
<pre><code>var t = <b>new</b> Ext.form.TextField();
1027
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1028
        <strong>Parameters:</strong>
1029
        <ul><li>None.</li>        </ul>
1030
        <strong>Returns:</strong>
1031
        <ul>
1032
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1033
        </ul>
1034
    </div>
1035
                </div>
1036
                        </div>
1037
        </td>
1038
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1039
    </tr>
1040
        <tr class="method-row inherited alt expandable">
1041
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1042
        <td class="sig">
1043
        <a id="Ext.form.HtmlEditor-getXTypes"></a>
1044
            <b>getXTypes</b>() : String            <div class="mdesc">
1045
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1046
available xtypes, see the Ext...</div>
1047
            <div class="long">
1048
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1049
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1050
<pre><code>
1051
var t = new Ext.form.TextField();
1052
alert(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 expandable">
1066
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1067
        <td class="sig">
1068
        <a id="Ext.form.HtmlEditor-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 alt expandable">
1086
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1087
        <td class="sig">
1088
        <a id="Ext.form.HtmlEditor-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 expandable">
1106
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1107
        <td class="sig">
1108
        <a id="Ext.form.HtmlEditor-initComponent"></a>
1109
            <b>initComponent</b>() : void            <div class="mdesc">
1110
                        <div class="short">// private internal config</div>
1111
            <div class="long">
1112
                // private internal config    <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.BoxComponent" ext:member="#initComponent" href="output/Ext.BoxComponent.html#initComponent">BoxComponent</a></td>
1124
    </tr>
1125
        <tr class="method-row alt expandable">
1126
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1127
        <td class="sig">
1128
        <a id="Ext.form.HtmlEditor-insertAtCursor"></a>
1129
            <b>insertAtCursor</b>(&nbsp;<code>String text</code>&nbsp;) : void            <div class="mdesc">
1130
                        <div class="short">Inserts the passed text at the current cursor position. Note: the editor must be initialized and activated
1131
to insert ...</div>
1132
            <div class="long">
1133
                Inserts the passed text at the current cursor position. Note: the editor must be initialized and activated
1134
to insert text.    <div class="mdetail-params">
1135
        <strong>Parameters:</strong>
1136
        <ul><li><code>text</code> : String<div class="sub-desc"></div></li>        </ul>
1137
        <strong>Returns:</strong>
1138
        <ul>
1139
            <li><code>void</code></li>
1140
        </ul>
1141
    </div>
1142
                </div>
1143
                        </div>
1144
        </td>
1145
        <td class="msource">HtmlEditor</td>
1146
    </tr>
1147
        <tr class="method-row inherited expandable">
1148
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1149
        <td class="sig">
1150
        <a id="Ext.form.HtmlEditor-isDirty"></a>
1151
            <b>isDirty</b>() : void            <div class="mdesc">
1152
                        <div class="short">Returns true if this field has been changed since it was originally loaded and is not disabled.</div>
1153
            <div class="long">
1154
                Returns true if this field has been changed since it was originally loaded and is not disabled.    <div class="mdetail-params">
1155
        <strong>Parameters:</strong>
1156
        <ul><li>None.</li>        </ul>
1157
        <strong>Returns:</strong>
1158
        <ul>
1159
            <li><code>void</code></li>
1160
        </ul>
1161
    </div>
1162
                </div>
1163
                        </div>
1164
        </td>
1165
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isDirty" href="output/Ext.form.Field.html#isDirty">Field</a></td>
1166
    </tr>
1167
        <tr class="method-row inherited alt expandable">
1168
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1169
        <td class="sig">
1170
        <a id="Ext.form.HtmlEditor-isValid"></a>
1171
            <b>isValid</b>(&nbsp;<code>Boolean preventMark</code>&nbsp;) : Boolean            <div class="mdesc">
1172
                        <div class="short">Returns whether or not the field value is currently valid</div>
1173
            <div class="long">
1174
                Returns whether or not the field value is currently valid    <div class="mdetail-params">
1175
        <strong>Parameters:</strong>
1176
        <ul><li><code>preventMark</code> : Boolean<div class="sub-desc">True to disable marking the field invalid</div></li>        </ul>
1177
        <strong>Returns:</strong>
1178
        <ul>
1179
            <li><code>Boolean</code><div class="sub-desc">True if the value is valid, else false</div></li>
1180
        </ul>
1181
    </div>
1182
                </div>
1183
                        </div>
1184
        </td>
1185
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#isValid" href="output/Ext.form.Field.html#isValid">Field</a></td>
1186
    </tr>
1187
        <tr class="method-row inherited expandable">
1188
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1189
        <td class="sig">
1190
        <a id="Ext.form.HtmlEditor-isVisible"></a>
1191
            <b>isVisible</b>() : void            <div class="mdesc">
1192
                        <div class="short">Returns true if this component is visible.</div>
1193
            <div class="long">
1194
                Returns true if this component is visible.    <div class="mdetail-params">
1195
        <strong>Parameters:</strong>
1196
        <ul><li>None.</li>        </ul>
1197
        <strong>Returns:</strong>
1198
        <ul>
1199
            <li><code>void</code></li>
1200
        </ul>
1201
    </div>
1202
                </div>
1203
                        </div>
1204
        </td>
1205
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1206
    </tr>
1207
        <tr class="method-row inherited alt expandable">
1208
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1209
        <td class="sig">
1210
        <a id="Ext.form.HtmlEditor-isXType"></a>
1211
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1212
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1213
from th...</div>
1214
            <div class="long">
1215
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1216
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
1217
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1218
<pre><code>var t = <b>new</b> Ext.form.TextField();
1219
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1220
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1221
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1222
        <strong>Parameters:</strong>
1223
        <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
1224
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
1225
        <strong>Returns:</strong>
1226
        <ul>
1227
            <li><code>void</code></li>
1228
        </ul>
1229
    </div>
1230
                </div>
1231
                        </div>
1232
        </td>
1233
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1234
    </tr>
1235
        <tr class="method-row inherited expandable">
1236
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1237
        <td class="sig">
1238
        <a id="Ext.form.HtmlEditor-on"></a>
1239
            <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">
1240
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1241
            <div class="long">
1242
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1243
        <strong>Parameters:</strong>
1244
        <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
1245
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1246
        <strong>Returns:</strong>
1247
        <ul>
1248
            <li><code>void</code></li>
1249
        </ul>
1250
    </div>
1251
                </div>
1252
                        </div>
1253
        </td>
1254
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1255
    </tr>
1256
        <tr class="method-row inherited alt expandable">
1257
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1258
        <td class="sig">
1259
        <a id="Ext.form.HtmlEditor-purgeListeners"></a>
1260
            <b>purgeListeners</b>() : void            <div class="mdesc">
1261
                        <div class="short">Removes all listeners for this object</div>
1262
            <div class="long">
1263
                Removes all listeners for this object    <div class="mdetail-params">
1264
        <strong>Parameters:</strong>
1265
        <ul><li>None.</li>        </ul>
1266
        <strong>Returns:</strong>
1267
        <ul>
1268
            <li><code>void</code></li>
1269
        </ul>
1270
    </div>
1271
                </div>
1272
                        </div>
1273
        </td>
1274
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1275
    </tr>
1276
        <tr class="method-row expandable">
1277
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1278
        <td class="sig">
1279
        <a id="Ext.form.HtmlEditor-pushValue"></a>
1280
            <b>pushValue</b>() : void            <div class="mdesc">
1281
                        <div class="short">Protected method that will not generally be called directly. Pushes the value of the textarea
1282
into the iframe editor.</div>
1283
            <div class="long">
1284
                Protected method that will not generally be called directly. Pushes the value of the textarea
1285
into the iframe editor.    <div class="mdetail-params">
1286
        <strong>Parameters:</strong>
1287
        <ul><li>None.</li>        </ul>
1288
        <strong>Returns:</strong>
1289
        <ul>
1290
            <li><code>void</code></li>
1291
        </ul>
1292
    </div>
1293
                </div>
1294
                        </div>
1295
        </td>
1296
        <td class="msource">HtmlEditor</td>
1297
    </tr>
1298
        <tr class="method-row alt expandable">
1299
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1300
        <td class="sig">
1301
        <a id="Ext.form.HtmlEditor-relayCmd"></a>
1302
            <b>relayCmd</b>(&nbsp;<code>String cmd</code>, <span class="optional" title="Optional">[<code>String/Boolean value</code>]</span>&nbsp;) : void            <div class="mdesc">
1303
                        <div class="short">Executes a Midas editor command on the editor document and performs necessary focus and
1304
toolbar updates. This should ...</div>
1305
            <div class="long">
1306
                Executes a Midas editor command on the editor document and performs necessary focus and
1307
toolbar updates. <b>This should only be called after the editor is initialized.</b>    <div class="mdetail-params">
1308
        <strong>Parameters:</strong>
1309
        <ul><li><code>cmd</code> : String<div class="sub-desc">The Midas command</div></li><li><code>value</code> : String/Boolean<div class="sub-desc">(optional) The value to pass to the command (defaults to null)</div></li>        </ul>
1310
        <strong>Returns:</strong>
1311
        <ul>
1312
            <li><code>void</code></li>
1313
        </ul>
1314
    </div>
1315
                </div>
1316
                        </div>
1317
        </td>
1318
        <td class="msource">HtmlEditor</td>
1319
    </tr>
1320
        <tr class="method-row inherited expandable">
1321
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1322
        <td class="sig">
1323
        <a id="Ext.form.HtmlEditor-removeClass"></a>
1324
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1325
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1326
            <div class="long">
1327
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1328
        <strong>Parameters:</strong>
1329
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1330
        <strong>Returns:</strong>
1331
        <ul>
1332
            <li><code>void</code></li>
1333
        </ul>
1334
    </div>
1335
                </div>
1336
                        </div>
1337
        </td>
1338
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1339
    </tr>
1340
        <tr class="method-row inherited alt expandable">
1341
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1342
        <td class="sig">
1343
        <a id="Ext.form.HtmlEditor-removeListener"></a>
1344
            <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">
1345
                        <div class="short">Removes a listener</div>
1346
            <div class="long">
1347
                Removes a listener    <div class="mdetail-params">
1348
        <strong>Parameters:</strong>
1349
        <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>
1350
        <strong>Returns:</strong>
1351
        <ul>
1352
            <li><code>void</code></li>
1353
        </ul>
1354
    </div>
1355
                </div>
1356
                        </div>
1357
        </td>
1358
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1359
    </tr>
1360
        <tr class="method-row inherited expandable">
1361
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1362
        <td class="sig">
1363
        <a id="Ext.form.HtmlEditor-render"></a>
1364
            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Mixed container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
1365
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1366
            <div class="long">
1367
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1368
        <strong>Parameters:</strong>
1369
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1370
applied to existing markup, this should be left off.</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>
1371
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1372
        <strong>Returns:</strong>
1373
        <ul>
1374
            <li><code>void</code></li>
1375
        </ul>
1376
    </div>
1377
                </div>
1378
                        </div>
1379
        </td>
1380
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1381
    </tr>
1382
        <tr class="method-row inherited alt expandable">
1383
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1384
        <td class="sig">
1385
        <a id="Ext.form.HtmlEditor-reset"></a>
1386
            <b>reset</b>() : void            <div class="mdesc">
1387
                        <div class="short">Resets the current field value to the originally loaded value and clears any validation messages</div>
1388
            <div class="long">
1389
                Resets the current field value to the originally loaded value and clears any validation messages    <div class="mdetail-params">
1390
        <strong>Parameters:</strong>
1391
        <ul><li>None.</li>        </ul>
1392
        <strong>Returns:</strong>
1393
        <ul>
1394
            <li><code>void</code></li>
1395
        </ul>
1396
    </div>
1397
                </div>
1398
                        </div>
1399
        </td>
1400
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#reset" href="output/Ext.form.Field.html#reset">Field</a></td>
1401
    </tr>
1402
        <tr class="method-row inherited expandable">
1403
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1404
        <td class="sig">
1405
        <a id="Ext.form.HtmlEditor-resumeEvents"></a>
1406
            <b>resumeEvents</b>() : void            <div class="mdesc">
1407
                        <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>
1408
            <div class="long">
1409
                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">
1410
        <strong>Parameters:</strong>
1411
        <ul><li>None.</li>        </ul>
1412
        <strong>Returns:</strong>
1413
        <ul>
1414
            <li><code>void</code></li>
1415
        </ul>
1416
    </div>
1417
                </div>
1418
                        </div>
1419
        </td>
1420
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1421
    </tr>
1422
        <tr class="method-row inherited alt expandable">
1423
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1424
        <td class="sig">
1425
        <a id="Ext.form.HtmlEditor-setHeight"></a>
1426
            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1427
                        <div class="short">Sets the height of the component.  This method fires the resize event.</div>
1428
            <div class="long">
1429
                Sets the height of the component.  This method fires the resize event.    <div class="mdetail-params">
1430
        <strong>Parameters:</strong>
1431
        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
1432
        <strong>Returns:</strong>
1433
        <ul>
1434
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1435
        </ul>
1436
    </div>
1437
                </div>
1438
                        </div>
1439
        </td>
1440
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
1441
    </tr>
1442
        <tr class="method-row inherited expandable">
1443
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1444
        <td class="sig">
1445
        <a id="Ext.form.HtmlEditor-setPagePosition"></a>
1446
            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1447
                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
1448
This method fires the ...</div>
1449
            <div class="long">
1450
                Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
1451
This method fires the move event.    <div class="mdetail-params">
1452
        <strong>Parameters:</strong>
1453
        <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>
1454
        <strong>Returns:</strong>
1455
        <ul>
1456
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1457
        </ul>
1458
    </div>
1459
                </div>
1460
                        </div>
1461
        </td>
1462
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
1463
    </tr>
1464
        <tr class="method-row inherited alt expandable">
1465
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1466
        <td class="sig">
1467
        <a id="Ext.form.HtmlEditor-setPosition"></a>
1468
            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1469
                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
1470
This method fires ...</div>
1471
            <div class="long">
1472
                Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
1473
This method fires the move event.    <div class="mdetail-params">
1474
        <strong>Parameters:</strong>
1475
        <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>
1476
        <strong>Returns:</strong>
1477
        <ul>
1478
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1479
        </ul>
1480
    </div>
1481
                </div>
1482
                        </div>
1483
        </td>
1484
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
1485
    </tr>
1486
        <tr class="method-row inherited expandable">
1487
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1488
        <td class="sig">
1489
        <a id="Ext.form.HtmlEditor-setRawValue"></a>
1490
            <b>setRawValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">
1491
                        <div class="short">Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.</div>
1492
            <div class="long">
1493
                Sets the underlying DOM field's value directly, bypassing validation.  To set the value with validation see <a ext:cls="Ext.form.Field" ext:member="setValue" href="output/Ext.form.Field.html#setValue">setValue</a>.    <div class="mdetail-params">
1494
        <strong>Parameters:</strong>
1495
        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
1496
        <strong>Returns:</strong>
1497
        <ul>
1498
            <li><code>void</code></li>
1499
        </ul>
1500
    </div>
1501
                </div>
1502
                        </div>
1503
        </td>
1504
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setRawValue" href="output/Ext.form.Field.html#setRawValue">Field</a></td>
1505
    </tr>
1506
        <tr class="method-row inherited alt expandable">
1507
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1508
        <td class="sig">
1509
        <a id="Ext.form.HtmlEditor-setSize"></a>
1510
            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1511
                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
1512
either width...</div>
1513
            <div class="long">
1514
                Sets the width and height of the component.  This method fires the resize event.  This method can accept
1515
either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
1516
        <strong>Parameters:</strong>
1517
        <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>
1518
        <strong>Returns:</strong>
1519
        <ul>
1520
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1521
        </ul>
1522
    </div>
1523
                </div>
1524
                        </div>
1525
        </td>
1526
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
1527
    </tr>
1528
        <tr class="method-row inherited expandable">
1529
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1530
        <td class="sig">
1531
        <a id="Ext.form.HtmlEditor-setValue"></a>
1532
            <b>setValue</b>(&nbsp;<code>Mixed value</code>&nbsp;) : void            <div class="mdesc">
1533
                        <div class="short">Sets a data value into the field and validates it.  To set the value directly without validation see <a ext:cls="Ext.form.Field" ext:member="setRawValue" href="output/Ext.form.Field.html#setRawValue">setRawValue</a>.</div>
1534
            <div class="long">
1535
                Sets a data value into the field and validates it.  To set the value directly without validation see <a ext:cls="Ext.form.Field" ext:member="setRawValue" href="output/Ext.form.Field.html#setRawValue">setRawValue</a>.    <div class="mdetail-params">
1536
        <strong>Parameters:</strong>
1537
        <ul><li><code>value</code> : Mixed<div class="sub-desc">The value to set</div></li>        </ul>
1538
        <strong>Returns:</strong>
1539
        <ul>
1540
            <li><code>void</code></li>
1541
        </ul>
1542
    </div>
1543
                </div>
1544
                        </div>
1545
        </td>
1546
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#setValue" href="output/Ext.form.Field.html#setValue">Field</a></td>
1547
    </tr>
1548
        <tr class="method-row inherited alt expandable">
1549
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1550
        <td class="sig">
1551
        <a id="Ext.form.HtmlEditor-setVisible"></a>
1552
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1553
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1554
            <div class="long">
1555
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1556
        <strong>Parameters:</strong>
1557
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1558
        <strong>Returns:</strong>
1559
        <ul>
1560
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1561
        </ul>
1562
    </div>
1563
                </div>
1564
                        </div>
1565
        </td>
1566
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1567
    </tr>
1568
        <tr class="method-row inherited expandable">
1569
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1570
        <td class="sig">
1571
        <a id="Ext.form.HtmlEditor-setWidth"></a>
1572
            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1573
                        <div class="short">Sets the width of the component.  This method fires the resize event.</div>
1574
            <div class="long">
1575
                Sets the width of the component.  This method fires the resize event.    <div class="mdetail-params">
1576
        <strong>Parameters:</strong>
1577
        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
1578
        <strong>Returns:</strong>
1579
        <ul>
1580
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1581
        </ul>
1582
    </div>
1583
                </div>
1584
                        </div>
1585
        </td>
1586
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
1587
    </tr>
1588
        <tr class="method-row inherited alt expandable">
1589
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1590
        <td class="sig">
1591
        <a id="Ext.form.HtmlEditor-show"></a>
1592
            <b>show</b>() : Ext.Component            <div class="mdesc">
1593
                        <div class="short">Show this component.</div>
1594
            <div class="long">
1595
                Show this component.    <div class="mdetail-params">
1596
        <strong>Parameters:</strong>
1597
        <ul><li>None.</li>        </ul>
1598
        <strong>Returns:</strong>
1599
        <ul>
1600
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1601
        </ul>
1602
    </div>
1603
                </div>
1604
                        </div>
1605
        </td>
1606
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1607
    </tr>
1608
        <tr class="method-row inherited expandable">
1609
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1610
        <td class="sig">
1611
        <a id="Ext.form.HtmlEditor-suspendEvents"></a>
1612
            <b>suspendEvents</b>() : void            <div class="mdesc">
1613
                        <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>
1614
            <div class="long">
1615
                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">
1616
        <strong>Parameters:</strong>
1617
        <ul><li>None.</li>        </ul>
1618
        <strong>Returns:</strong>
1619
        <ul>
1620
            <li><code>void</code></li>
1621
        </ul>
1622
    </div>
1623
                </div>
1624
                        </div>
1625
        </td>
1626
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1627
    </tr>
1628
        <tr class="method-row inherited alt expandable">
1629
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1630
        <td class="sig">
1631
        <a id="Ext.form.HtmlEditor-syncSize"></a>
1632
            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
1633
                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
1634
            <div class="long">
1635
                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
1636
        <strong>Parameters:</strong>
1637
        <ul><li>None.</li>        </ul>
1638
        <strong>Returns:</strong>
1639
        <ul>
1640
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1641
        </ul>
1642
    </div>
1643
                </div>
1644
                        </div>
1645
        </td>
1646
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
1647
    </tr>
1648
        <tr class="method-row expandable">
1649
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1650
        <td class="sig">
1651
        <a id="Ext.form.HtmlEditor-syncValue"></a>
1652
            <b>syncValue</b>() : void            <div class="mdesc">
1653
                        <div class="short">Protected method that will not generally be called directly. Syncs the contents
1654
of the editor iframe with the textarea.</div>
1655
            <div class="long">
1656
                Protected method that will not generally be called directly. Syncs the contents
1657
of the editor iframe with the textarea.    <div class="mdetail-params">
1658
        <strong>Parameters:</strong>
1659
        <ul><li>None.</li>        </ul>
1660
        <strong>Returns:</strong>
1661
        <ul>
1662
            <li><code>void</code></li>
1663
        </ul>
1664
    </div>
1665
                </div>
1666
                        </div>
1667
        </td>
1668
        <td class="msource">HtmlEditor</td>
1669
    </tr>
1670
        <tr class="method-row alt expandable">
1671
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1672
        <td class="sig">
1673
        <a id="Ext.form.HtmlEditor-toggleSourceEdit"></a>
1674
            <b>toggleSourceEdit</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean sourceEdit</code>]</span>&nbsp;) : void            <div class="mdesc">
1675
                        <div class="short">Toggles the editor between standard and source edit mode.</div>
1676
            <div class="long">
1677
                Toggles the editor between standard and source edit mode.    <div class="mdetail-params">
1678
        <strong>Parameters:</strong>
1679
        <ul><li><code>sourceEdit</code> : Boolean<div class="sub-desc">(optional) True for source edit, false for standard</div></li>        </ul>
1680
        <strong>Returns:</strong>
1681
        <ul>
1682
            <li><code>void</code></li>
1683
        </ul>
1684
    </div>
1685
                </div>
1686
                        </div>
1687
        </td>
1688
        <td class="msource">HtmlEditor</td>
1689
    </tr>
1690
        <tr class="method-row inherited expandable">
1691
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1692
        <td class="sig">
1693
        <a id="Ext.form.HtmlEditor-un"></a>
1694
            <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">
1695
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1696
            <div class="long">
1697
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1698
        <strong>Parameters:</strong>
1699
        <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>
1700
        <strong>Returns:</strong>
1701
        <ul>
1702
            <li><code>void</code></li>
1703
        </ul>
1704
    </div>
1705
                </div>
1706
                        </div>
1707
        </td>
1708
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1709
    </tr>
1710
        <tr class="method-row inherited alt expandable">
1711
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1712
        <td class="sig">
1713
        <a id="Ext.form.HtmlEditor-updateBox"></a>
1714
            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
1715
                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
1716
            <div class="long">
1717
                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1718
        <strong>Parameters:</strong>
1719
        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
1720
        <strong>Returns:</strong>
1721
        <ul>
1722
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
1723
        </ul>
1724
    </div>
1725
                </div>
1726
                        </div>
1727
        </td>
1728
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
1729
    </tr>
1730
        <tr class="method-row expandable">
1731
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1732
        <td class="sig">
1733
        <a id="Ext.form.HtmlEditor-updateToolbar"></a>
1734
            <b>updateToolbar</b>() : void            <div class="mdesc">
1735
                        <div class="short">Protected method that will not generally be called directly. It triggers
1736
a toolbar update by reading the markup state...</div>
1737
            <div class="long">
1738
                Protected method that will not generally be called directly. It triggers
1739
a toolbar update by reading the markup state of the current selection in the editor.    <div class="mdetail-params">
1740
        <strong>Parameters:</strong>
1741
        <ul><li>None.</li>        </ul>
1742
        <strong>Returns:</strong>
1743
        <ul>
1744
            <li><code>void</code></li>
1745
        </ul>
1746
    </div>
1747
                </div>
1748
                        </div>
1749
        </td>
1750
        <td class="msource">HtmlEditor</td>
1751
    </tr>
1752
            </table>
1753
                <a id="Ext.form.HtmlEditor-events"></a>
1754
        <h2>Public Events</h2>
1755
                <table cellspacing="0" class="member-table">
1756
            <tr>
1757
                <th class="sig-header" colspan="2">Event</th>
1758
                <th class="msource-header">Defined By</th>
1759
            </tr>
1760
                <tr class="event-row expandable">
1761
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1762
        <td class="sig">
1763
        <a id="Ext.form.HtmlEditor-activate"></a>
1764
            <b>activate</b> : (&nbsp;<code>HtmlEditor this</code>&nbsp;)            <div class="mdesc">
1765
                        <div class="short">Fires when the editor is first receives the focus. Any insertion must wait
1766
until after this event.</div>
1767
            <div class="long">
1768
                Fires when the editor is first receives the focus. Any insertion must wait
1769
until after this event.    <div class="mdetail-params">
1770
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1771
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li>        </ul>
1772
    </div>
1773
                </div>
1774
                        </div>
1775
        </td>
1776
        <td class="msource">HtmlEditor</td>
1777
    </tr>
1778
        <tr class="event-row inherited alt expandable">
1779
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1780
        <td class="sig">
1781
        <a id="Ext.form.HtmlEditor-beforedestroy"></a>
1782
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1783
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1784
            <div class="long">
1785
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1786
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1787
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1788
    </div>
1789
                </div>
1790
                        </div>
1791
        </td>
1792
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1793
    </tr>
1794
        <tr class="event-row inherited expandable">
1795
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1796
        <td class="sig">
1797
        <a id="Ext.form.HtmlEditor-beforehide"></a>
1798
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1799
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1800
            <div class="long">
1801
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1802
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1803
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1804
    </div>
1805
                </div>
1806
                        </div>
1807
        </td>
1808
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1809
    </tr>
1810
        <tr class="event-row alt expandable">
1811
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1812
        <td class="sig">
1813
        <a id="Ext.form.HtmlEditor-beforepush"></a>
1814
            <b>beforepush</b> : (&nbsp;<code>HtmlEditor this</code>, <code>String html</code>&nbsp;)            <div class="mdesc">
1815
                        <div class="short">Fires before the iframe editor is updated with content from the textarea. Return false
1816
to cancel the push.</div>
1817
            <div class="long">
1818
                Fires before the iframe editor is updated with content from the textarea. Return false
1819
to cancel the push.    <div class="mdetail-params">
1820
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1821
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li><li><code>html</code> : String<div class="sub-desc"></div></li>        </ul>
1822
    </div>
1823
                </div>
1824
                        </div>
1825
        </td>
1826
        <td class="msource">HtmlEditor</td>
1827
    </tr>
1828
        <tr class="event-row inherited expandable">
1829
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1830
        <td class="sig">
1831
        <a id="Ext.form.HtmlEditor-beforerender"></a>
1832
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1833
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1834
            <div class="long">
1835
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1836
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1837
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1838
    </div>
1839
                </div>
1840
                        </div>
1841
        </td>
1842
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1843
    </tr>
1844
        <tr class="event-row inherited alt expandable">
1845
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1846
        <td class="sig">
1847
        <a id="Ext.form.HtmlEditor-beforeshow"></a>
1848
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1849
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1850
            <div class="long">
1851
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1852
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1853
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1854
    </div>
1855
                </div>
1856
                        </div>
1857
        </td>
1858
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1859
    </tr>
1860
        <tr class="event-row inherited expandable">
1861
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1862
        <td class="sig">
1863
        <a id="Ext.form.HtmlEditor-beforestaterestore"></a>
1864
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1865
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1866
            <div class="long">
1867
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1868
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1869
        <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>
1870
    </div>
1871
                </div>
1872
                        </div>
1873
        </td>
1874
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1875
    </tr>
1876
        <tr class="event-row inherited alt expandable">
1877
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1878
        <td class="sig">
1879
        <a id="Ext.form.HtmlEditor-beforestatesave"></a>
1880
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1881
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1882
            <div class="long">
1883
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1884
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1885
        <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>
1886
    </div>
1887
                </div>
1888
                        </div>
1889
        </td>
1890
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1891
    </tr>
1892
        <tr class="event-row expandable">
1893
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1894
        <td class="sig">
1895
        <a id="Ext.form.HtmlEditor-beforesync"></a>
1896
            <b>beforesync</b> : (&nbsp;<code>HtmlEditor this</code>, <code>String html</code>&nbsp;)            <div class="mdesc">
1897
                        <div class="short">Fires before the textarea is updated with content from the editor iframe. Return false
1898
to cancel the sync.</div>
1899
            <div class="long">
1900
                Fires before the textarea is updated with content from the editor iframe. Return false
1901
to cancel the sync.    <div class="mdetail-params">
1902
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1903
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li><li><code>html</code> : String<div class="sub-desc"></div></li>        </ul>
1904
    </div>
1905
                </div>
1906
                        </div>
1907
        </td>
1908
        <td class="msource">HtmlEditor</td>
1909
    </tr>
1910
        <tr class="event-row inherited alt expandable">
1911
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1912
        <td class="sig">
1913
        <a id="Ext.form.HtmlEditor-destroy"></a>
1914
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1915
                        <div class="short">Fires after the component is destroyed.</div>
1916
            <div class="long">
1917
                Fires after the component is destroyed.    <div class="mdetail-params">
1918
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1919
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1920
    </div>
1921
                </div>
1922
                        </div>
1923
        </td>
1924
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1925
    </tr>
1926
        <tr class="event-row inherited expandable">
1927
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1928
        <td class="sig">
1929
        <a id="Ext.form.HtmlEditor-disable"></a>
1930
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1931
                        <div class="short">Fires after the component is disabled.</div>
1932
            <div class="long">
1933
                Fires after the component is disabled.    <div class="mdetail-params">
1934
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1935
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1936
    </div>
1937
                </div>
1938
                        </div>
1939
        </td>
1940
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1941
    </tr>
1942
        <tr class="event-row alt expandable">
1943
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1944
        <td class="sig">
1945
        <a id="Ext.form.HtmlEditor-editmodechange"></a>
1946
            <b>editmodechange</b> : (&nbsp;<code>HtmlEditor this</code>, <code>Boolean sourceEdit</code>&nbsp;)            <div class="mdesc">
1947
                        <div class="short">Fires when the editor switches edit modes</div>
1948
            <div class="long">
1949
                Fires when the editor switches edit modes    <div class="mdetail-params">
1950
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1951
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li><li><code>sourceEdit</code> : Boolean<div class="sub-desc">True if source edit, false if standard editing.</div></li>        </ul>
1952
    </div>
1953
                </div>
1954
                        </div>
1955
        </td>
1956
        <td class="msource">HtmlEditor</td>
1957
    </tr>
1958
        <tr class="event-row inherited expandable">
1959
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1960
        <td class="sig">
1961
        <a id="Ext.form.HtmlEditor-enable"></a>
1962
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1963
                        <div class="short">Fires after the component is enabled.</div>
1964
            <div class="long">
1965
                Fires after the component is enabled.    <div class="mdetail-params">
1966
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1967
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1968
    </div>
1969
                </div>
1970
                        </div>
1971
        </td>
1972
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1973
    </tr>
1974
        <tr class="event-row inherited alt expandable">
1975
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1976
        <td class="sig">
1977
        <a id="Ext.form.HtmlEditor-hide"></a>
1978
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1979
                        <div class="short">Fires after the component is hidden.</div>
1980
            <div class="long">
1981
                Fires after the component is hidden.    <div class="mdetail-params">
1982
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1983
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1984
    </div>
1985
                </div>
1986
                        </div>
1987
        </td>
1988
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
1989
    </tr>
1990
        <tr class="event-row expandable">
1991
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1992
        <td class="sig">
1993
        <a id="Ext.form.HtmlEditor-initialize"></a>
1994
            <b>initialize</b> : (&nbsp;<code>HtmlEditor this</code>&nbsp;)            <div class="mdesc">
1995
                        <div class="short">Fires when the editor is fully initialized (including the iframe)</div>
1996
            <div class="long">
1997
                Fires when the editor is fully initialized (including the iframe)    <div class="mdetail-params">
1998
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1999
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li>        </ul>
2000
    </div>
2001
                </div>
2002
                        </div>
2003
        </td>
2004
        <td class="msource">HtmlEditor</td>
2005
    </tr>
2006
        <tr class="event-row inherited alt expandable">
2007
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2008
        <td class="sig">
2009
        <a id="Ext.form.HtmlEditor-invalid"></a>
2010
            <b>invalid</b> : (&nbsp;<code>Ext.form.Field this</code>, <code>String msg</code>&nbsp;)            <div class="mdesc">
2011
                        <div class="short">Fires after the field has been marked as invalid.</div>
2012
            <div class="long">
2013
                Fires after the field has been marked as invalid.    <div class="mdetail-params">
2014
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2015
        <ul><li><code>this</code> : Ext.form.Field<div class="sub-desc"></div></li><li><code>msg</code> : String<div class="sub-desc">The validation message</div></li>        </ul>
2016
    </div>
2017
                </div>
2018
                        </div>
2019
        </td>
2020
        <td class="msource"><a ext:cls="Ext.form.Field" ext:member="#event-invalid" href="output/Ext.form.Field.html#event-invalid">Field</a></td>
2021
    </tr>
2022
        <tr class="event-row inherited expandable">
2023
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2024
        <td class="sig">
2025
        <a id="Ext.form.HtmlEditor-move"></a>
2026
            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
2027
                        <div class="short">Fires after the component is moved.</div>
2028
            <div class="long">
2029
                Fires after the component is moved.    <div class="mdetail-params">
2030
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2031
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>
2032
    </div>
2033
                </div>
2034
                        </div>
2035
        </td>
2036
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
2037
    </tr>
2038
        <tr class="event-row alt expandable">
2039
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2040
        <td class="sig">
2041
        <a id="Ext.form.HtmlEditor-push"></a>
2042
            <b>push</b> : (&nbsp;<code>HtmlEditor this</code>, <code>String html</code>&nbsp;)            <div class="mdesc">
2043
                        <div class="short">Fires when the iframe editor is updated with content from the textarea.</div>
2044
            <div class="long">
2045
                Fires when the iframe editor is updated with content from the textarea.    <div class="mdetail-params">
2046
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2047
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li><li><code>html</code> : String<div class="sub-desc"></div></li>        </ul>
2048
    </div>
2049
                </div>
2050
                        </div>
2051
        </td>
2052
        <td class="msource">HtmlEditor</td>
2053
    </tr>
2054
        <tr class="event-row inherited expandable">
2055
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2056
        <td class="sig">
2057
        <a id="Ext.form.HtmlEditor-render"></a>
2058
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2059
                        <div class="short">Fires after the component is rendered.</div>
2060
            <div class="long">
2061
                Fires after the component is rendered.    <div class="mdetail-params">
2062
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2063
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2064
    </div>
2065
                </div>
2066
                        </div>
2067
        </td>
2068
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
2069
    </tr>
2070
        <tr class="event-row inherited alt expandable">
2071
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2072
        <td class="sig">
2073
        <a id="Ext.form.HtmlEditor-resize"></a>
2074
            <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">
2075
                        <div class="short">Fires after the component is resized.</div>
2076
            <div class="long">
2077
                Fires after the component is resized.    <div class="mdetail-params">
2078
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2079
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>
2080
    </div>
2081
                </div>
2082
                        </div>
2083
        </td>
2084
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
2085
    </tr>
2086
        <tr class="event-row inherited expandable">
2087
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2088
        <td class="sig">
2089
        <a id="Ext.form.HtmlEditor-show"></a>
2090
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2091
                        <div class="short">Fires after the component is shown.</div>
2092
            <div class="long">
2093
                Fires after the component is shown.    <div class="mdetail-params">
2094
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2095
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2096
    </div>
2097
                </div>
2098
                        </div>
2099
        </td>
2100
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
2101
    </tr>
2102
        <tr class="event-row inherited alt expandable">
2103
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2104
        <td class="sig">
2105
        <a id="Ext.form.HtmlEditor-staterestore"></a>
2106
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2107
                        <div class="short">Fires after the state of the component is restored.</div>
2108
            <div class="long">
2109
                Fires after the state of the component is restored.    <div class="mdetail-params">
2110
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2111
        <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>
2112
    </div>
2113
                </div>
2114
                        </div>
2115
        </td>
2116
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
2117
    </tr>
2118
        <tr class="event-row inherited expandable">
2119
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2120
        <td class="sig">
2121
        <a id="Ext.form.HtmlEditor-statesave"></a>
2122
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2123
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
2124
            <div class="long">
2125
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
2126
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2127
        <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>
2128
    </div>
2129
                </div>
2130
                        </div>
2131
        </td>
2132
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
2133
    </tr>
2134
        <tr class="event-row alt expandable">
2135
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2136
        <td class="sig">
2137
        <a id="Ext.form.HtmlEditor-sync"></a>
2138
            <b>sync</b> : (&nbsp;<code>HtmlEditor this</code>, <code>String html</code>&nbsp;)            <div class="mdesc">
2139
                        <div class="short">Fires when the textarea is updated with content from the editor iframe.</div>
2140
            <div class="long">
2141
                Fires when the textarea is updated with content from the editor iframe.    <div class="mdetail-params">
2142
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2143
        <ul><li><code>this</code> : HtmlEditor<div class="sub-desc"></div></li><li><code>html</code> : String<div class="sub-desc"></div></li>        </ul>
2144
    </div>
2145
                </div>
2146
                        </div>
2147
        </td>
2148
        <td class="msource">HtmlEditor</td>
2149
    </tr>
2150
            </table>
2151
 
2152
        </div>