enable grammerly in editor
[roojs1] / docs / symbols / Roo.grid.GridEditor.json
1 {
2   "name" : "Roo.grid.GridEditor",
3   "augments" : [
4     "Roo.Editor",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "desc" : "Class for creating and editable grid elements.",
9   "isSingleton" : false,
10   "isStatic" : false,
11   "isBuiltin" : false,
12   "memberOf" : "GridEditor",
13   "example" : "",
14   "deprecated" : "",
15   "since" : "",
16   "see" : "",
17   "params" : [
18     {
19       "name" : "config",
20       "type" : "Object",
21       "desc" : "any settings (must include field)",
22       "isOptional" : false
23     }
24   ],
25   "returns" : [],
26   "config" : [
27     {
28       "name" : "listeners",
29       "type" : "Object",
30       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
31       "memberOf" : "Roo.util.Observable",
32       "optvals" : []
33     },
34     {
35       "name" : "hideEl",
36       "type" : "Boolean",
37       "desc" : "False to keep the bound element visible while the editor is displayed (defaults to true)",
38       "memberOf" : "Roo.Editor",
39       "optvals" : []
40     },
41     {
42       "name" : "alignment",
43       "type" : "String",
44       "desc" : "The position to align to (see {@link Roo.Element#alignTo} for more details, defaults to \"c-c?\").",
45       "memberOf" : "Roo.Editor",
46       "optvals" : []
47     },
48     {
49       "name" : "constrain",
50       "type" : "Boolean",
51       "desc" : "True to constrain the editor to the viewport",
52       "memberOf" : "Roo.Editor",
53       "optvals" : []
54     },
55     {
56       "name" : "shadow",
57       "type" : "Boolean/String",
58       "desc" : "\"sides\" for sides/bottom only, \"frame\" for 4-way shadow, and \"drop\"\nfor bottom-right shadow (defaults to \"frame\")",
59       "memberOf" : "Roo.Editor",
60       "optvals" : []
61     },
62     {
63       "name" : "field",
64       "type" : "Roo.form.Field",
65       "desc" : "Field to wrap (or xtyped)",
66       "memberOf" : "Roo.grid.GridEditor",
67       "optvals" : []
68     },
69     {
70       "name" : "hideMode",
71       "type" : "String",
72       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
73       "memberOf" : "Roo.Component",
74       "optvals" : [
75         "display",
76         "visibility"
77       ]
78     },
79     {
80       "name" : "value",
81       "type" : "Mixed",
82       "desc" : "The data value of the underlying field (defaults to \"\")",
83       "memberOf" : "Roo.Editor",
84       "optvals" : []
85     },
86     {
87       "name" : "allowDomMove",
88       "type" : "Boolean",
89       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
90       "memberOf" : "Roo.Component",
91       "optvals" : []
92     },
93     {
94       "name" : "cancelOnEsc",
95       "type" : "Boolean",
96       "desc" : "True to cancel the edit when the escape key is pressed (defaults to false)",
97       "memberOf" : "Roo.Editor",
98       "optvals" : []
99     },
100     {
101       "name" : "actionMode",
102       "type" : "String",
103       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
104       "memberOf" : "Roo.Component",
105       "optvals" : []
106     },
107     {
108       "name" : "completeOnEnter",
109       "type" : "Boolean",
110       "desc" : "True to complete the edit when the enter key is pressed (defaults to false)",
111       "memberOf" : "Roo.Editor",
112       "optvals" : []
113     },
114     {
115       "name" : "revertInvalid",
116       "type" : "Boolean",
117       "desc" : "True to automatically revert the field value and cancel the edit when the user completes an edit and the field\nvalidation fails (defaults to true)",
118       "memberOf" : "Roo.Editor",
119       "optvals" : []
120     },
121     {
122       "name" : "disableClass",
123       "type" : "String",
124       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
125       "memberOf" : "Roo.Component",
126       "optvals" : []
127     },
128     {
129       "name" : "ignoreNoChange",
130       "type" : "Boolean",
131       "desc" : "True to skip the the edit completion process (no save, no events fired) if the user completes an edit and\nthe value has not changed (defaults to false).  Applies only to string values - edits for other data types\nwill never be ignored.",
132       "memberOf" : "Roo.Editor",
133       "optvals" : []
134     },
135     {
136       "name" : "autosize",
137       "type" : "Boolean/String",
138       "desc" : "True for the editor to automatically adopt the size of the underlying field, \"width\" to adopt the width only,\nor \"height\" to adopt the height only (defaults to false)",
139       "memberOf" : "Roo.Editor",
140       "optvals" : []
141     },
142     {
143       "name" : "updateEl",
144       "type" : "Boolean",
145       "desc" : "True to update the innerHTML of the bound element when the update completes (defaults to false)",
146       "memberOf" : "Roo.Editor",
147       "optvals" : []
148     }
149   ],
150   "methods" : [
151     {
152       "name" : "cancelEdit",
153       "desc" : "Cancels the editing process and hides the editor without persisting any changes.  The field value will be\nreverted to the original starting value.",
154       "isStatic" : false,
155       "isConstructor" : false,
156       "isPrivate" : false,
157       "memberOf" : "Roo.Editor",
158       "example" : "",
159       "deprecated" : "",
160       "since" : "",
161       "see" : "",
162       "params" : [
163         {
164           "name" : "remainVisible",
165           "type" : "Boolean",
166           "desc" : "Override the default behavior and keep the editor visible after\ncancel (defaults to false)",
167           "isOptional" : false
168         }
169       ],
170       "returns" : []
171     },
172     {
173       "name" : "setSize",
174       "desc" : "Sets the height and width of this editor.",
175       "isStatic" : false,
176       "isConstructor" : false,
177       "isPrivate" : false,
178       "memberOf" : "Roo.Editor",
179       "example" : "",
180       "deprecated" : "",
181       "since" : "",
182       "see" : "",
183       "params" : [
184         {
185           "name" : "width",
186           "type" : "Number",
187           "desc" : "The new width",
188           "isOptional" : false
189         },
190         {
191           "name" : "height",
192           "type" : "Number",
193           "desc" : "The new height",
194           "isOptional" : false
195         }
196       ],
197       "returns" : []
198     },
199     {
200       "name" : "realign",
201       "desc" : "Realigns the editor to the bound field based on the current alignment config value.",
202       "isStatic" : false,
203       "isConstructor" : false,
204       "isPrivate" : false,
205       "memberOf" : "Roo.Editor",
206       "example" : "",
207       "deprecated" : "",
208       "since" : "",
209       "see" : "",
210       "params" : [],
211       "returns" : []
212     },
213     {
214       "name" : "getValue",
215       "desc" : "Gets the data value of the editor",
216       "isStatic" : false,
217       "isConstructor" : false,
218       "isPrivate" : false,
219       "memberOf" : "Roo.Editor",
220       "example" : "",
221       "deprecated" : "",
222       "since" : "",
223       "see" : "",
224       "params" : [],
225       "returns" : [
226         {
227           "name" : "",
228           "type" : "Mixed",
229           "desc" : "The data value"
230         }
231       ]
232     },
233     {
234       "name" : "completeEdit",
235       "desc" : "Ends the editing process, persists the changed value to the underlying field, and hides the editor.",
236       "isStatic" : false,
237       "isConstructor" : false,
238       "isPrivate" : false,
239       "memberOf" : "Roo.Editor",
240       "example" : "",
241       "deprecated" : "",
242       "since" : "",
243       "see" : "",
244       "params" : [
245         {
246           "name" : "remainVisible",
247           "type" : "Boolean",
248           "desc" : "Override the default behavior and keep the editor visible after edit (defaults to false)",
249           "isOptional" : false
250         }
251       ],
252       "returns" : []
253     },
254     {
255       "name" : "setValue",
256       "desc" : "Sets the data value of the editor",
257       "isStatic" : false,
258       "isConstructor" : false,
259       "isPrivate" : false,
260       "memberOf" : "Roo.Editor",
261       "example" : "",
262       "deprecated" : "",
263       "since" : "",
264       "see" : "",
265       "params" : [
266         {
267           "name" : "value",
268           "type" : "Mixed",
269           "desc" : "Any valid value supported by the underlying field",
270           "isOptional" : false
271         }
272       ],
273       "returns" : []
274     },
275     {
276       "name" : "startEdit",
277       "desc" : "Starts the editing process and shows the editor.",
278       "isStatic" : false,
279       "isConstructor" : false,
280       "isPrivate" : false,
281       "memberOf" : "Roo.Editor",
282       "example" : "",
283       "deprecated" : "",
284       "since" : "",
285       "see" : "",
286       "params" : [
287         {
288           "name" : "el",
289           "type" : "String/HTMLElement/Element",
290           "desc" : "The element to edit",
291           "isOptional" : false
292         },
293         {
294           "name" : "value",
295           "type" : "String",
296           "desc" : "(optional) A value to initialize the editor with. If a value is not provided, it defaults\nto the innerHTML of el.",
297           "isOptional" : false
298         }
299       ],
300       "returns" : []
301     },
302     {
303       "name" : "getId",
304       "desc" : "Returns the id of this component.",
305       "isStatic" : false,
306       "isConstructor" : false,
307       "isPrivate" : false,
308       "memberOf" : "Roo.Component",
309       "example" : "",
310       "deprecated" : "",
311       "since" : "",
312       "see" : "",
313       "params" : [],
314       "returns" : [
315         {
316           "name" : "",
317           "type" : "String",
318           "desc" : ""
319         }
320       ]
321     },
322     {
323       "name" : "render",
324       "desc" : "If this is a lazy rendering component, render it to its container element.",
325       "isStatic" : false,
326       "isConstructor" : false,
327       "isPrivate" : false,
328       "memberOf" : "Roo.Component",
329       "example" : "",
330       "deprecated" : "",
331       "since" : "",
332       "see" : "",
333       "params" : [
334         {
335           "name" : "container",
336           "type" : "String/HTMLElement/Element",
337           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
338           "isOptional" : false
339         }
340       ],
341       "returns" : []
342     },
343     {
344       "name" : "destroy",
345       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
346       "isStatic" : false,
347       "isConstructor" : false,
348       "isPrivate" : false,
349       "memberOf" : "Roo.Component",
350       "example" : "",
351       "deprecated" : "",
352       "since" : "",
353       "see" : "",
354       "params" : [],
355       "returns" : []
356     },
357     {
358       "name" : "isVisible",
359       "desc" : "Returns true if this component is visible.",
360       "isStatic" : false,
361       "isConstructor" : false,
362       "isPrivate" : false,
363       "memberOf" : "Roo.Component",
364       "example" : "",
365       "deprecated" : "",
366       "since" : "",
367       "see" : "",
368       "params" : [],
369       "returns" : []
370     },
371     {
372       "name" : "setDisabled",
373       "desc" : "Convenience function for setting disabled/enabled by boolean.",
374       "isStatic" : false,
375       "isConstructor" : false,
376       "isPrivate" : false,
377       "memberOf" : "Roo.Component",
378       "example" : "",
379       "deprecated" : "",
380       "since" : "",
381       "see" : "",
382       "params" : [
383         {
384           "name" : "disabled",
385           "type" : "Boolean",
386           "desc" : "",
387           "isOptional" : false
388         }
389       ],
390       "returns" : []
391     },
392     {
393       "name" : "hide",
394       "desc" : "Hide this component.",
395       "isStatic" : false,
396       "isConstructor" : false,
397       "isPrivate" : false,
398       "memberOf" : "Roo.Component",
399       "example" : "",
400       "deprecated" : "",
401       "since" : "",
402       "see" : "",
403       "params" : [],
404       "returns" : [
405         {
406           "name" : "",
407           "type" : "Roo.Component",
408           "desc" : "this"
409         }
410       ]
411     },
412     {
413       "name" : "focus",
414       "desc" : "Try to focus this component.",
415       "isStatic" : false,
416       "isConstructor" : false,
417       "isPrivate" : false,
418       "memberOf" : "Roo.Component",
419       "example" : "",
420       "deprecated" : "",
421       "since" : "",
422       "see" : "",
423       "params" : [
424         {
425           "name" : "selectText",
426           "type" : "Boolean",
427           "desc" : "True to also select the text in this component (if applicable)",
428           "isOptional" : false
429         }
430       ],
431       "returns" : [
432         {
433           "name" : "",
434           "type" : "Roo.Component",
435           "desc" : "this"
436         }
437       ]
438     },
439     {
440       "name" : "show",
441       "desc" : "Show this component.",
442       "isStatic" : false,
443       "isConstructor" : false,
444       "isPrivate" : false,
445       "memberOf" : "Roo.Component",
446       "example" : "",
447       "deprecated" : "",
448       "since" : "",
449       "see" : "",
450       "params" : [],
451       "returns" : [
452         {
453           "name" : "",
454           "type" : "Roo.Component",
455           "desc" : "this"
456         }
457       ]
458     },
459     {
460       "name" : "enable",
461       "desc" : "Enable this component.",
462       "isStatic" : false,
463       "isConstructor" : false,
464       "isPrivate" : false,
465       "memberOf" : "Roo.Component",
466       "example" : "",
467       "deprecated" : "",
468       "since" : "",
469       "see" : "",
470       "params" : [],
471       "returns" : [
472         {
473           "name" : "",
474           "type" : "Roo.Component",
475           "desc" : "this"
476         }
477       ]
478     },
479     {
480       "name" : "setVisible",
481       "desc" : "Convenience function to hide or show this component by boolean.",
482       "isStatic" : false,
483       "isConstructor" : false,
484       "isPrivate" : false,
485       "memberOf" : "Roo.Component",
486       "example" : "",
487       "deprecated" : "",
488       "since" : "",
489       "see" : "",
490       "params" : [
491         {
492           "name" : "visible",
493           "type" : "Boolean",
494           "desc" : "True to show, false to hide",
495           "isOptional" : false
496         }
497       ],
498       "returns" : [
499         {
500           "name" : "",
501           "type" : "Roo.Component",
502           "desc" : "this"
503         }
504       ]
505     },
506     {
507       "name" : "disable",
508       "desc" : "Disable this component.",
509       "isStatic" : false,
510       "isConstructor" : false,
511       "isPrivate" : false,
512       "memberOf" : "Roo.Component",
513       "example" : "",
514       "deprecated" : "",
515       "since" : "",
516       "see" : "",
517       "params" : [],
518       "returns" : [
519         {
520           "name" : "",
521           "type" : "Roo.Component",
522           "desc" : "this"
523         }
524       ]
525     },
526     {
527       "name" : "getEl",
528       "desc" : "Returns the underlying {@link Roo.Element}.",
529       "isStatic" : false,
530       "isConstructor" : false,
531       "isPrivate" : false,
532       "memberOf" : "Roo.Component",
533       "example" : "",
534       "deprecated" : "",
535       "since" : "",
536       "see" : "",
537       "params" : [],
538       "returns" : [
539         {
540           "name" : "",
541           "type" : "Roo.Element",
542           "desc" : "The element"
543         }
544       ]
545     },
546     {
547       "name" : "purgeListeners",
548       "desc" : "Removes all listeners for this object",
549       "isStatic" : false,
550       "isConstructor" : false,
551       "isPrivate" : false,
552       "memberOf" : "Roo.util.Observable",
553       "example" : "",
554       "deprecated" : "",
555       "since" : "",
556       "see" : "",
557       "params" : [],
558       "returns" : []
559     },
560     {
561       "name" : "on",
562       "desc" : "Appends an event handler to this element (shorthand for addListener)",
563       "isStatic" : false,
564       "isConstructor" : false,
565       "isPrivate" : false,
566       "memberOf" : "Roo.util.Observable",
567       "example" : "",
568       "deprecated" : "",
569       "since" : "",
570       "see" : "",
571       "params" : [
572         {
573           "name" : "eventName",
574           "type" : "String",
575           "desc" : "The type of event to listen for",
576           "isOptional" : false
577         },
578         {
579           "name" : "handler",
580           "type" : "Function",
581           "desc" : "The method the event invokes",
582           "isOptional" : false
583         },
584         {
585           "name" : "scope",
586           "type" : "Object",
587           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
588           "isOptional" : false
589         },
590         {
591           "name" : "options",
592           "type" : "Object",
593           "desc" : "(optional)",
594           "isOptional" : false
595         }
596       ],
597       "returns" : []
598     },
599     {
600       "name" : "un",
601       "desc" : "Removes a listener (shorthand for removeListener)",
602       "isStatic" : false,
603       "isConstructor" : false,
604       "isPrivate" : false,
605       "memberOf" : "Roo.util.Observable",
606       "example" : "",
607       "deprecated" : "",
608       "since" : "",
609       "see" : "",
610       "params" : [
611         {
612           "name" : "eventName",
613           "type" : "String",
614           "desc" : "The type of event to listen for",
615           "isOptional" : false
616         },
617         {
618           "name" : "handler",
619           "type" : "Function",
620           "desc" : "The handler to remove",
621           "isOptional" : false
622         },
623         {
624           "name" : "scope",
625           "type" : "Object",
626           "desc" : "(optional) The scope (this object) for the handler",
627           "isOptional" : false
628         }
629       ],
630       "returns" : []
631     },
632     {
633       "name" : "addEvents",
634       "desc" : "Used to define events on this Observable",
635       "isStatic" : false,
636       "isConstructor" : false,
637       "isPrivate" : false,
638       "memberOf" : "Roo.util.Observable",
639       "example" : "",
640       "deprecated" : "",
641       "since" : "",
642       "see" : "",
643       "params" : [
644         {
645           "name" : "object",
646           "type" : "Object",
647           "desc" : "The object with the events defined",
648           "isOptional" : false
649         }
650       ],
651       "returns" : []
652     },
653     {
654       "name" : "releaseCapture",
655       "desc" : "Removes <b>all</b> added captures from the Observable.",
656       "isStatic" : true,
657       "isConstructor" : false,
658       "isPrivate" : false,
659       "memberOf" : "Roo.util.Observable",
660       "example" : "",
661       "deprecated" : "",
662       "since" : "",
663       "see" : "",
664       "params" : [
665         {
666           "name" : "o",
667           "type" : "Observable",
668           "desc" : "The Observable to release",
669           "isOptional" : false
670         }
671       ],
672       "returns" : []
673     },
674     {
675       "name" : "removeListener",
676       "desc" : "Removes a listener",
677       "isStatic" : false,
678       "isConstructor" : false,
679       "isPrivate" : false,
680       "memberOf" : "Roo.util.Observable",
681       "example" : "",
682       "deprecated" : "",
683       "since" : "",
684       "see" : "",
685       "params" : [
686         {
687           "name" : "eventName",
688           "type" : "String",
689           "desc" : "The type of event to listen for",
690           "isOptional" : false
691         },
692         {
693           "name" : "handler",
694           "type" : "Function",
695           "desc" : "The handler to remove",
696           "isOptional" : false
697         },
698         {
699           "name" : "scope",
700           "type" : "Object",
701           "desc" : "(optional) The scope (this object) for the handler",
702           "isOptional" : false
703         }
704       ],
705       "returns" : []
706     },
707     {
708       "name" : "fireEvent",
709       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
710       "isStatic" : false,
711       "isConstructor" : false,
712       "isPrivate" : false,
713       "memberOf" : "Roo.util.Observable",
714       "example" : "",
715       "deprecated" : "",
716       "since" : "",
717       "see" : "",
718       "params" : [
719         {
720           "name" : "eventName",
721           "type" : "String",
722           "desc" : "",
723           "isOptional" : false
724         },
725         {
726           "name" : "args",
727           "type" : "Object...",
728           "desc" : "Variable number of parameters are passed to handlers",
729           "isOptional" : false
730         }
731       ],
732       "returns" : [
733         {
734           "name" : "",
735           "type" : "Boolean",
736           "desc" : "returns false if any of the handlers return false otherwise it returns true"
737         }
738       ]
739     },
740     {
741       "name" : "hasListener",
742       "desc" : "Checks to see if this object has any listeners for a specified event",
743       "isStatic" : false,
744       "isConstructor" : false,
745       "isPrivate" : false,
746       "memberOf" : "Roo.util.Observable",
747       "example" : "",
748       "deprecated" : "",
749       "since" : "",
750       "see" : "",
751       "params" : [
752         {
753           "name" : "eventName",
754           "type" : "String",
755           "desc" : "The name of the event to check for",
756           "isOptional" : false
757         }
758       ],
759       "returns" : [
760         {
761           "name" : "",
762           "type" : "Boolean",
763           "desc" : "True if the event is being listened for, else false"
764         }
765       ]
766     },
767     {
768       "name" : "capture",
769       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
770       "isStatic" : true,
771       "isConstructor" : false,
772       "isPrivate" : false,
773       "memberOf" : "Roo.util.Observable",
774       "example" : "",
775       "deprecated" : "",
776       "since" : "",
777       "see" : "",
778       "params" : [
779         {
780           "name" : "o",
781           "type" : "Observable",
782           "desc" : "The Observable to capture",
783           "isOptional" : false
784         },
785         {
786           "name" : "fn",
787           "type" : "Function",
788           "desc" : "The function to call",
789           "isOptional" : false
790         },
791         {
792           "name" : "scope",
793           "type" : "Object",
794           "desc" : "(optional) The scope (this object) for the fn",
795           "isOptional" : false
796         }
797       ],
798       "returns" : []
799     },
800     {
801       "name" : "addListener",
802       "desc" : "Appends an event handler to this component",
803       "isStatic" : false,
804       "isConstructor" : false,
805       "isPrivate" : false,
806       "memberOf" : "Roo.util.Observable",
807       "example" : "",
808       "deprecated" : "",
809       "since" : "",
810       "see" : "",
811       "params" : [
812         {
813           "name" : "eventName",
814           "type" : "String",
815           "desc" : "The type of event to listen for",
816           "isOptional" : false
817         },
818         {
819           "name" : "handler",
820           "type" : "Function",
821           "desc" : "The method the event invokes",
822           "isOptional" : false
823         },
824         {
825           "name" : "scope",
826           "type" : "Object",
827           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
828           "isOptional" : false
829         },
830         {
831           "name" : "options",
832           "type" : "Object",
833           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
834           "isOptional" : false
835         }
836       ],
837       "returns" : []
838     }
839   ],
840   "events" : [
841     {
842       "name" : "beforestartedit",
843       "desc" : "Fires when editing is initiated, but before the value changes.  Editing can be canceled by returning\nfalse from the handler of this event.",
844       "memberOf" : "Roo.Editor",
845       "example" : "",
846       "deprecated" : "",
847       "since" : "",
848       "see" : "",
849       "params" : [
850         {
851           "name" : "this",
852           "type" : "Editor",
853           "desc" : "",
854           "isOptional" : false
855         },
856         {
857           "name" : "boundEl",
858           "type" : "Roo.Element",
859           "desc" : "The underlying element bound to this editor",
860           "isOptional" : false
861         },
862         {
863           "name" : "value",
864           "type" : "Mixed",
865           "desc" : "The field value being set",
866           "isOptional" : false
867         }
868       ],
869       "returns" : []
870     },
871     {
872       "name" : "beforecomplete",
873       "desc" : "Fires after a change has been made to the field, but before the change is reflected in the underlying\nfield.  Saving the change to the field can be canceled by returning false from the handler of this event.\nNote that if the value has not changed and ignoreNoChange = true, the editing will still end but this\nevent will not fire since no edit actually occurred.",
874       "memberOf" : "Roo.Editor",
875       "example" : "",
876       "deprecated" : "",
877       "since" : "",
878       "see" : "",
879       "params" : [
880         {
881           "name" : "this",
882           "type" : "Editor",
883           "desc" : "",
884           "isOptional" : false
885         },
886         {
887           "name" : "value",
888           "type" : "Mixed",
889           "desc" : "The current field value",
890           "isOptional" : false
891         },
892         {
893           "name" : "startValue",
894           "type" : "Mixed",
895           "desc" : "The original field value",
896           "isOptional" : false
897         }
898       ],
899       "returns" : []
900     },
901     {
902       "name" : "complete",
903       "desc" : "Fires after editing is complete and any changed value has been written to the underlying field.",
904       "memberOf" : "Roo.Editor",
905       "example" : "",
906       "deprecated" : "",
907       "since" : "",
908       "see" : "",
909       "params" : [
910         {
911           "name" : "this",
912           "type" : "Editor",
913           "desc" : "",
914           "isOptional" : false
915         },
916         {
917           "name" : "value",
918           "type" : "Mixed",
919           "desc" : "The current field value",
920           "isOptional" : false
921         },
922         {
923           "name" : "startValue",
924           "type" : "Mixed",
925           "desc" : "The original field value",
926           "isOptional" : false
927         }
928       ],
929       "returns" : []
930     },
931     {
932       "name" : "specialkey",
933       "desc" : "Fires when any key related to navigation (arrows, tab, enter, esc, etc.) is pressed.  You can check\n{@link Roo.EventObject#getKey} to determine which key was pressed.",
934       "memberOf" : "Roo.Editor",
935       "example" : "",
936       "deprecated" : "",
937       "since" : "",
938       "see" : "",
939       "params" : [
940         {
941           "name" : "this",
942           "type" : "Roo.form.Field",
943           "desc" : "",
944           "isOptional" : false
945         },
946         {
947           "name" : "e",
948           "type" : "Roo.EventObject",
949           "desc" : "The event object",
950           "isOptional" : false
951         }
952       ],
953       "returns" : []
954     },
955     {
956       "name" : "startedit",
957       "desc" : "Fires when this editor is displayed",
958       "memberOf" : "Roo.Editor",
959       "example" : "",
960       "deprecated" : "",
961       "since" : "",
962       "see" : "",
963       "params" : [
964         {
965           "name" : "boundEl",
966           "type" : "Roo.Element",
967           "desc" : "The underlying element bound to this editor",
968           "isOptional" : false
969         },
970         {
971           "name" : "value",
972           "type" : "Mixed",
973           "desc" : "The starting field value",
974           "isOptional" : false
975         }
976       ],
977       "returns" : []
978     },
979     {
980       "name" : "beforerender",
981       "desc" : "Fires before the component is rendered. Return false to stop the render.",
982       "memberOf" : "Roo.Component",
983       "example" : "",
984       "deprecated" : "",
985       "since" : "",
986       "see" : "",
987       "params" : [
988         {
989           "name" : "this",
990           "type" : "Roo.Component",
991           "desc" : "",
992           "isOptional" : false
993         }
994       ],
995       "returns" : []
996     },
997     {
998       "name" : "disable",
999       "desc" : "Fires after the component is disabled.",
1000       "memberOf" : "Roo.Component",
1001       "example" : "",
1002       "deprecated" : "",
1003       "since" : "",
1004       "see" : "",
1005       "params" : [
1006         {
1007           "name" : "this",
1008           "type" : "Roo.Component",
1009           "desc" : "",
1010           "isOptional" : false
1011         }
1012       ],
1013       "returns" : []
1014     },
1015     {
1016       "name" : "render",
1017       "desc" : "Fires after the component is rendered.",
1018       "memberOf" : "Roo.Component",
1019       "example" : "",
1020       "deprecated" : "",
1021       "since" : "",
1022       "see" : "",
1023       "params" : [
1024         {
1025           "name" : "this",
1026           "type" : "Roo.Component",
1027           "desc" : "",
1028           "isOptional" : false
1029         }
1030       ],
1031       "returns" : []
1032     },
1033     {
1034       "name" : "destroy",
1035       "desc" : "Fires after the component is destroyed.",
1036       "memberOf" : "Roo.Component",
1037       "example" : "",
1038       "deprecated" : "",
1039       "since" : "",
1040       "see" : "",
1041       "params" : [
1042         {
1043           "name" : "this",
1044           "type" : "Roo.Component",
1045           "desc" : "",
1046           "isOptional" : false
1047         }
1048       ],
1049       "returns" : []
1050     },
1051     {
1052       "name" : "hide",
1053       "desc" : "Fires after the component is hidden.",
1054       "memberOf" : "Roo.Component",
1055       "example" : "",
1056       "deprecated" : "",
1057       "since" : "",
1058       "see" : "",
1059       "params" : [
1060         {
1061           "name" : "this",
1062           "type" : "Roo.Component",
1063           "desc" : "",
1064           "isOptional" : false
1065         }
1066       ],
1067       "returns" : []
1068     },
1069     {
1070       "name" : "beforehide",
1071       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1072       "memberOf" : "Roo.Component",
1073       "example" : "",
1074       "deprecated" : "",
1075       "since" : "",
1076       "see" : "",
1077       "params" : [
1078         {
1079           "name" : "this",
1080           "type" : "Roo.Component",
1081           "desc" : "",
1082           "isOptional" : false
1083         }
1084       ],
1085       "returns" : []
1086     },
1087     {
1088       "name" : "show",
1089       "desc" : "Fires after the component is shown.",
1090       "memberOf" : "Roo.Component",
1091       "example" : "",
1092       "deprecated" : "",
1093       "since" : "",
1094       "see" : "",
1095       "params" : [
1096         {
1097           "name" : "this",
1098           "type" : "Roo.Component",
1099           "desc" : "",
1100           "isOptional" : false
1101         }
1102       ],
1103       "returns" : []
1104     },
1105     {
1106       "name" : "beforeshow",
1107       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1108       "memberOf" : "Roo.Component",
1109       "example" : "",
1110       "deprecated" : "",
1111       "since" : "",
1112       "see" : "",
1113       "params" : [
1114         {
1115           "name" : "this",
1116           "type" : "Roo.Component",
1117           "desc" : "",
1118           "isOptional" : false
1119         }
1120       ],
1121       "returns" : []
1122     },
1123     {
1124       "name" : "enable",
1125       "desc" : "Fires after the component is enabled.",
1126       "memberOf" : "Roo.Component",
1127       "example" : "",
1128       "deprecated" : "",
1129       "since" : "",
1130       "see" : "",
1131       "params" : [
1132         {
1133           "name" : "this",
1134           "type" : "Roo.Component",
1135           "desc" : "",
1136           "isOptional" : false
1137         }
1138       ],
1139       "returns" : []
1140     },
1141     {
1142       "name" : "beforedestroy",
1143       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1144       "memberOf" : "Roo.Component",
1145       "example" : "",
1146       "deprecated" : "",
1147       "since" : "",
1148       "see" : "",
1149       "params" : [
1150         {
1151           "name" : "this",
1152           "type" : "Roo.Component",
1153           "desc" : "",
1154           "isOptional" : false
1155         }
1156       ],
1157       "returns" : []
1158     }
1159   ]
1160 }