Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.bootstrap.LocationPicker.json
1 {
2   "name" : "Roo.bootstrap.LocationPicker",
3   "augments" : [
4     "Roo.bootstrap.Component",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "desc" : "Bootstrap LocationPicker class",
9   "isSingleton" : false,
10   "isStatic" : true,
11   "isBuiltin" : false,
12   "config" : [
13     {
14       "name" : "listeners",
15       "type" : "Object",
16       "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>",
17       "memberOf" : "Roo.util.Observable",
18       "values" : [
19       ]
20     },
21     {
22       "name" : "streetViewControl",
23       "type" : "Boolean",
24       "desc" : "default false",
25       "memberOf" : "Roo.bootstrap.LocationPicker",
26       "values" : [
27       ]
28     },
29     {
30       "name" : "tooltip",
31       "type" : "string",
32       "desc" : "Text for the tooltip",
33       "memberOf" : "Roo.bootstrap.Component",
34       "values" : [
35       ]
36     },
37     {
38       "name" : "container_method",
39       "type" : "string",
40       "desc" : "method to fetch parents container element (used by NavHeaderbar -  getHeaderChildContainer)",
41       "memberOf" : "Roo.bootstrap.Component",
42       "values" : [
43       ]
44     },
45     {
46       "name" : "visibilityEl",
47       "type" : "string|object",
48       "desc" : "What element to use for visibility (@see getVisibilityEl())",
49       "memberOf" : "Roo.bootstrap.Component",
50       "values" : [
51         "(el",
52         "parent)"
53       ]
54     },
55     {
56       "name" : "disableDoubleClickZoom",
57       "type" : "Boolean",
58       "desc" : "default false",
59       "memberOf" : "Roo.bootstrap.LocationPicker",
60       "values" : [
61       ]
62     },
63     {
64       "name" : "can_build_overlaid",
65       "type" : "Boolean",
66       "desc" : "True if element can be rebuild from a HTML page",
67       "memberOf" : "Roo.bootstrap.Component",
68       "values" : [
69       ]
70     },
71     {
72       "name" : "hideMode",
73       "type" : "String",
74       "desc" : "How this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
75       "memberOf" : "Roo.Component",
76       "values" : [
77         "(display",
78         "visibility)"
79       ]
80     },
81     {
82       "name" : "style",
83       "type" : "String",
84       "desc" : "any extra css",
85       "memberOf" : "Roo.bootstrap.Component",
86       "values" : [
87       ]
88     },
89     {
90       "name" : "allowDomMove",
91       "type" : "Boolean",
92       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
93       "memberOf" : "Roo.Component",
94       "values" : [
95       ]
96     },
97     {
98       "name" : "latitude",
99       "type" : "Number",
100       "desc" : "Position when init default 0",
101       "memberOf" : "Roo.bootstrap.LocationPicker",
102       "values" : [
103       ]
104     },
105     {
106       "name" : "enableAutocomplete",
107       "type" : "Boolean",
108       "desc" : "default false",
109       "memberOf" : "Roo.bootstrap.LocationPicker",
110       "values" : [
111       ]
112     },
113     {
114       "name" : "markerTitle",
115       "type" : "String",
116       "desc" : "",
117       "memberOf" : "Roo.bootstrap.LocationPicker",
118       "values" : [
119       ]
120     },
121     {
122       "name" : "cls",
123       "type" : "String",
124       "desc" : "css class",
125       "memberOf" : "Roo.bootstrap.Component",
126       "values" : [
127       ]
128     },
129     {
130       "name" : "zoom",
131       "type" : "Number",
132       "desc" : "default 15",
133       "memberOf" : "Roo.bootstrap.LocationPicker",
134       "values" : [
135       ]
136     },
137     {
138       "name" : "xattr",
139       "type" : "Object",
140       "desc" : "extra attributes to add to 'element' (used by builder to store stuff.)",
141       "memberOf" : "Roo.bootstrap.Component",
142       "values" : [
143       ]
144     },
145     {
146       "name" : "actionMode",
147       "type" : "String",
148       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el'",
149       "memberOf" : "Roo.Component",
150       "values" : [
151       ]
152     },
153     {
154       "name" : "longitude",
155       "type" : "Number",
156       "desc" : "Position when init default 0",
157       "memberOf" : "Roo.bootstrap.LocationPicker",
158       "values" : [
159       ]
160     },
161     {
162       "name" : "mapTypeControl",
163       "type" : "Boolean",
164       "desc" : "default false",
165       "memberOf" : "Roo.bootstrap.LocationPicker",
166       "values" : [
167       ]
168     },
169     {
170       "name" : "radius",
171       "type" : "Number",
172       "desc" : "default 0",
173       "memberOf" : "Roo.bootstrap.LocationPicker",
174       "values" : [
175       ]
176     },
177     {
178       "name" : "dataId",
179       "type" : "string",
180       "desc" : "cutomer id",
181       "memberOf" : "Roo.bootstrap.Component",
182       "values" : [
183       ]
184     },
185     {
186       "name" : "mapTypeId",
187       "type" : "String",
188       "desc" : "default google.maps.MapTypeId.ROADMAP",
189       "memberOf" : "Roo.bootstrap.LocationPicker",
190       "values" : [
191       ]
192     },
193     {
194       "name" : "scrollwheel",
195       "type" : "Boolean",
196       "desc" : "default true",
197       "memberOf" : "Roo.bootstrap.LocationPicker",
198       "values" : [
199       ]
200     },
201     {
202       "name" : "locationName",
203       "type" : "String",
204       "desc" : "",
205       "memberOf" : "Roo.bootstrap.LocationPicker",
206       "values" : [
207       ]
208     },
209     {
210       "name" : "enableReverseGeocode",
211       "type" : "Boolean",
212       "desc" : "default true",
213       "memberOf" : "Roo.bootstrap.LocationPicker",
214       "values" : [
215       ]
216     },
217     {
218       "name" : "name",
219       "type" : "string",
220       "desc" : "Specifies name attribute",
221       "memberOf" : "Roo.bootstrap.Component",
222       "values" : [
223       ]
224     },
225     {
226       "name" : "disableClass",
227       "type" : "String",
228       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
229       "memberOf" : "Roo.Component",
230       "values" : [
231       ]
232     },
233     {
234       "name" : "draggable",
235       "type" : "Boolean",
236       "desc" : "default true",
237       "memberOf" : "Roo.bootstrap.LocationPicker",
238       "values" : [
239       ]
240     }
241   ],
242   "methods" : [
243     {
244       "name" : "tooltipEl",
245       "desc" : "Fetch the element to display the tooltip on.",
246       "isStatic" : false,
247       "isConstructor" : false,
248       "isPrivate" : false,
249       "memberOf" : "Roo.bootstrap.Component",
250       "example" : "",
251       "deprecated" : "",
252       "since" : "",
253       "see" : "",
254       "params" : [
255       ],
256       "returns" : [
257         {
258           "name" : "",
259           "type" : "Roo.Element",
260           "desc" : "defaults to this.el"
261         }
262       ]
263     },
264     {
265       "name" : "hide",
266       "desc" : "Hide a component - adds 'hidden' class",
267       "isStatic" : false,
268       "isConstructor" : false,
269       "isPrivate" : false,
270       "memberOf" : "Roo.bootstrap.Component",
271       "example" : "",
272       "deprecated" : "",
273       "since" : "",
274       "see" : "",
275       "params" : [
276       ],
277       "returns" : [
278       ]
279     },
280     {
281       "name" : "show",
282       "desc" : "Show a component - removes 'hidden' class",
283       "isStatic" : false,
284       "isConstructor" : false,
285       "isPrivate" : false,
286       "memberOf" : "Roo.bootstrap.Component",
287       "example" : "",
288       "deprecated" : "",
289       "since" : "",
290       "see" : "",
291       "params" : [
292       ],
293       "returns" : [
294       ]
295     },
296     {
297       "name" : "setVisibilityEl",
298       "desc" : "Set the element that will be used to show or hide",
299       "isStatic" : false,
300       "isConstructor" : false,
301       "isPrivate" : false,
302       "memberOf" : "Roo.bootstrap.Component",
303       "example" : "",
304       "deprecated" : "",
305       "since" : "",
306       "see" : "",
307       "params" : [
308       ],
309       "returns" : [
310       ]
311     },
312     {
313       "name" : "getVisibilityEl",
314       "desc" : "Get the element that will be used to show or hide",
315       "isStatic" : false,
316       "isConstructor" : false,
317       "isPrivate" : false,
318       "memberOf" : "Roo.bootstrap.Component",
319       "example" : "",
320       "deprecated" : "",
321       "since" : "",
322       "see" : "",
323       "params" : [
324       ],
325       "returns" : [
326       ]
327     },
328     {
329       "name" : "initEvents",
330       "desc" : "Initialize Events for the element",
331       "isStatic" : false,
332       "isConstructor" : false,
333       "isPrivate" : false,
334       "memberOf" : "Roo.bootstrap.Component",
335       "example" : "",
336       "deprecated" : "",
337       "since" : "",
338       "see" : "",
339       "params" : [
340       ],
341       "returns" : [
342       ]
343     },
344     {
345       "name" : "getChildContainer",
346       "desc" : "Fetch the element to add children to",
347       "isStatic" : false,
348       "isConstructor" : false,
349       "isPrivate" : false,
350       "memberOf" : "Roo.bootstrap.Component",
351       "example" : "",
352       "deprecated" : "",
353       "since" : "",
354       "see" : "",
355       "params" : [
356       ],
357       "returns" : [
358         {
359           "name" : "",
360           "type" : "Roo.Element",
361           "desc" : "defaults to this.el"
362         }
363       ]
364     },
365     {
366       "name" : "getId",
367       "desc" : "Returns the id of this component.",
368       "isStatic" : false,
369       "isConstructor" : false,
370       "isPrivate" : false,
371       "memberOf" : "Roo.Component",
372       "example" : "",
373       "deprecated" : "",
374       "since" : "",
375       "see" : "",
376       "params" : [
377       ],
378       "returns" : [
379         {
380           "name" : "",
381           "type" : "String",
382           "desc" : ""
383         }
384       ]
385     },
386     {
387       "name" : "render",
388       "desc" : "If this is a lazy rendering component, render it to its container element.",
389       "isStatic" : false,
390       "isConstructor" : false,
391       "isPrivate" : false,
392       "memberOf" : "Roo.Component",
393       "example" : "",
394       "deprecated" : "",
395       "since" : "",
396       "see" : "",
397       "params" : [
398         {
399           "name" : "container",
400           "type" : "String/HTMLElement/Element",
401           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
402           "isOptional" : false
403         }
404       ],
405       "returns" : [
406       ]
407     },
408     {
409       "name" : "destroy",
410       "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}.",
411       "isStatic" : false,
412       "isConstructor" : false,
413       "isPrivate" : false,
414       "memberOf" : "Roo.Component",
415       "example" : "",
416       "deprecated" : "",
417       "since" : "",
418       "see" : "",
419       "params" : [
420       ],
421       "returns" : [
422       ]
423     },
424     {
425       "name" : "isVisible",
426       "desc" : "Returns true if this component is visible.",
427       "isStatic" : false,
428       "isConstructor" : false,
429       "isPrivate" : false,
430       "memberOf" : "Roo.Component",
431       "example" : "",
432       "deprecated" : "",
433       "since" : "",
434       "see" : "",
435       "params" : [
436       ],
437       "returns" : [
438       ]
439     },
440     {
441       "name" : "setDisabled",
442       "desc" : "Convenience function for setting disabled/enabled by boolean.",
443       "isStatic" : false,
444       "isConstructor" : false,
445       "isPrivate" : false,
446       "memberOf" : "Roo.Component",
447       "example" : "",
448       "deprecated" : "",
449       "since" : "",
450       "see" : "",
451       "params" : [
452         {
453           "name" : "disabled",
454           "type" : "Boolean",
455           "desc" : "",
456           "isOptional" : false
457         }
458       ],
459       "returns" : [
460       ]
461     },
462     {
463       "name" : "focus",
464       "desc" : "Try to focus this component.",
465       "isStatic" : false,
466       "isConstructor" : false,
467       "isPrivate" : false,
468       "memberOf" : "Roo.Component",
469       "example" : "",
470       "deprecated" : "",
471       "since" : "",
472       "see" : "",
473       "params" : [
474         {
475           "name" : "selectText",
476           "type" : "Boolean",
477           "desc" : "True to also select the text in this component (if applicable)",
478           "isOptional" : false
479         }
480       ],
481       "returns" : [
482         {
483           "name" : "",
484           "type" : "Roo.Component",
485           "desc" : "this"
486         }
487       ]
488     },
489     {
490       "name" : "enable",
491       "desc" : "Enable this component.",
492       "isStatic" : false,
493       "isConstructor" : false,
494       "isPrivate" : false,
495       "memberOf" : "Roo.Component",
496       "example" : "",
497       "deprecated" : "",
498       "since" : "",
499       "see" : "",
500       "params" : [
501       ],
502       "returns" : [
503         {
504           "name" : "",
505           "type" : "Roo.Component",
506           "desc" : "this"
507         }
508       ]
509     },
510     {
511       "name" : "setVisible",
512       "desc" : "Convenience function to hide or show this component by boolean.",
513       "isStatic" : false,
514       "isConstructor" : false,
515       "isPrivate" : false,
516       "memberOf" : "Roo.Component",
517       "example" : "",
518       "deprecated" : "",
519       "since" : "",
520       "see" : "",
521       "params" : [
522         {
523           "name" : "visible",
524           "type" : "Boolean",
525           "desc" : "True to show, false to hide",
526           "isOptional" : false
527         }
528       ],
529       "returns" : [
530         {
531           "name" : "",
532           "type" : "Roo.Component",
533           "desc" : "this"
534         }
535       ]
536     },
537     {
538       "name" : "disable",
539       "desc" : "Disable this component.",
540       "isStatic" : false,
541       "isConstructor" : false,
542       "isPrivate" : false,
543       "memberOf" : "Roo.Component",
544       "example" : "",
545       "deprecated" : "",
546       "since" : "",
547       "see" : "",
548       "params" : [
549       ],
550       "returns" : [
551         {
552           "name" : "",
553           "type" : "Roo.Component",
554           "desc" : "this"
555         }
556       ]
557     },
558     {
559       "name" : "getEl",
560       "desc" : "Returns the underlying {@link Roo.Element}.",
561       "isStatic" : false,
562       "isConstructor" : false,
563       "isPrivate" : false,
564       "memberOf" : "Roo.Component",
565       "example" : "",
566       "deprecated" : "",
567       "since" : "",
568       "see" : "",
569       "params" : [
570       ],
571       "returns" : [
572         {
573           "name" : "",
574           "type" : "Roo.Element",
575           "desc" : "The element"
576         }
577       ]
578     },
579     {
580       "name" : "purgeListeners",
581       "desc" : "Removes all listeners for this object",
582       "isStatic" : false,
583       "isConstructor" : false,
584       "isPrivate" : false,
585       "memberOf" : "Roo.util.Observable",
586       "example" : "",
587       "deprecated" : "",
588       "since" : "",
589       "see" : "",
590       "params" : [
591       ],
592       "returns" : [
593       ]
594     },
595     {
596       "name" : "on",
597       "desc" : "Appends an event handler to this element (shorthand for addListener)",
598       "isStatic" : false,
599       "isConstructor" : false,
600       "isPrivate" : false,
601       "memberOf" : "Roo.util.Observable",
602       "example" : "",
603       "deprecated" : "",
604       "since" : "",
605       "see" : "",
606       "params" : [
607         {
608           "name" : "eventName",
609           "type" : "String",
610           "desc" : "The type of event to listen for",
611           "isOptional" : false
612         },
613         {
614           "name" : "handler",
615           "type" : "Function",
616           "desc" : "The method the event invokes",
617           "isOptional" : false
618         },
619         {
620           "name" : "scope",
621           "type" : "Object",
622           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
623           "isOptional" : false
624         },
625         {
626           "name" : "options",
627           "type" : "Object",
628           "desc" : "(optional)",
629           "isOptional" : false
630         }
631       ],
632       "returns" : [
633       ]
634     },
635     {
636       "name" : "un",
637       "desc" : "Removes a listener (shorthand for removeListener)",
638       "isStatic" : false,
639       "isConstructor" : false,
640       "isPrivate" : false,
641       "memberOf" : "Roo.util.Observable",
642       "example" : "",
643       "deprecated" : "",
644       "since" : "",
645       "see" : "",
646       "params" : [
647         {
648           "name" : "eventName",
649           "type" : "String",
650           "desc" : "The type of event to listen for",
651           "isOptional" : false
652         },
653         {
654           "name" : "handler",
655           "type" : "Function",
656           "desc" : "The handler to remove",
657           "isOptional" : false
658         },
659         {
660           "name" : "scope",
661           "type" : "Object",
662           "desc" : "(optional) The scope (this object) for the handler",
663           "isOptional" : false
664         }
665       ],
666       "returns" : [
667       ]
668     },
669     {
670       "name" : "addEvents",
671       "desc" : "Used to define events on this Observable",
672       "isStatic" : false,
673       "isConstructor" : false,
674       "isPrivate" : false,
675       "memberOf" : "Roo.util.Observable",
676       "example" : "",
677       "deprecated" : "",
678       "since" : "",
679       "see" : "",
680       "params" : [
681         {
682           "name" : "object",
683           "type" : "Object",
684           "desc" : "The object with the events defined",
685           "isOptional" : false
686         }
687       ],
688       "returns" : [
689       ]
690     },
691     {
692       "name" : "releaseCapture",
693       "desc" : "Removes <b>all</b> added captures from the Observable.",
694       "isStatic" : true,
695       "isConstructor" : false,
696       "isPrivate" : false,
697       "memberOf" : "Roo.util.Observable",
698       "example" : "",
699       "deprecated" : "",
700       "since" : "",
701       "see" : "",
702       "params" : [
703         {
704           "name" : "o",
705           "type" : "Observable",
706           "desc" : "The Observable to release",
707           "isOptional" : false
708         }
709       ],
710       "returns" : [
711       ]
712     },
713     {
714       "name" : "removeListener",
715       "desc" : "Removes a listener",
716       "isStatic" : false,
717       "isConstructor" : false,
718       "isPrivate" : false,
719       "memberOf" : "Roo.util.Observable",
720       "example" : "",
721       "deprecated" : "",
722       "since" : "",
723       "see" : "",
724       "params" : [
725         {
726           "name" : "eventName",
727           "type" : "String",
728           "desc" : "The type of event to listen for",
729           "isOptional" : false
730         },
731         {
732           "name" : "handler",
733           "type" : "Function",
734           "desc" : "The handler to remove",
735           "isOptional" : false
736         },
737         {
738           "name" : "scope",
739           "type" : "Object",
740           "desc" : "(optional) The scope (this object) for the handler",
741           "isOptional" : false
742         }
743       ],
744       "returns" : [
745       ]
746     },
747     {
748       "name" : "fireEvent",
749       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
750       "isStatic" : false,
751       "isConstructor" : false,
752       "isPrivate" : false,
753       "memberOf" : "Roo.util.Observable",
754       "example" : "",
755       "deprecated" : "",
756       "since" : "",
757       "see" : "",
758       "params" : [
759         {
760           "name" : "eventName",
761           "type" : "String",
762           "desc" : "",
763           "isOptional" : false
764         },
765         {
766           "name" : "args",
767           "type" : "Object...",
768           "desc" : "Variable number of parameters are passed to handlers",
769           "isOptional" : false
770         }
771       ],
772       "returns" : [
773         {
774           "name" : "",
775           "type" : "Boolean",
776           "desc" : "returns false if any of the handlers return false otherwise it returns true"
777         }
778       ]
779     },
780     {
781       "name" : "hasListener",
782       "desc" : "Checks to see if this object has any listeners for a specified event",
783       "isStatic" : false,
784       "isConstructor" : false,
785       "isPrivate" : false,
786       "memberOf" : "Roo.util.Observable",
787       "example" : "",
788       "deprecated" : "",
789       "since" : "",
790       "see" : "",
791       "params" : [
792         {
793           "name" : "eventName",
794           "type" : "String",
795           "desc" : "The name of the event to check for",
796           "isOptional" : false
797         }
798       ],
799       "returns" : [
800         {
801           "name" : "",
802           "type" : "Boolean",
803           "desc" : "True if the event is being listened for, else false"
804         }
805       ]
806     },
807     {
808       "name" : "capture",
809       "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.",
810       "isStatic" : true,
811       "isConstructor" : false,
812       "isPrivate" : false,
813       "memberOf" : "Roo.util.Observable",
814       "example" : "",
815       "deprecated" : "",
816       "since" : "",
817       "see" : "",
818       "params" : [
819         {
820           "name" : "o",
821           "type" : "Observable",
822           "desc" : "The Observable to capture",
823           "isOptional" : false
824         },
825         {
826           "name" : "fn",
827           "type" : "Function",
828           "desc" : "The function to call",
829           "isOptional" : false
830         },
831         {
832           "name" : "scope",
833           "type" : "Object",
834           "desc" : "(optional) The scope (this object) for the fn",
835           "isOptional" : false
836         }
837       ],
838       "returns" : [
839       ]
840     },
841     {
842       "name" : "addListener",
843       "desc" : "Appends an event handler to this component",
844       "isStatic" : false,
845       "isConstructor" : false,
846       "isPrivate" : false,
847       "memberOf" : "Roo.util.Observable",
848       "example" : "",
849       "deprecated" : "",
850       "since" : "",
851       "see" : "",
852       "params" : [
853         {
854           "name" : "eventName",
855           "type" : "String",
856           "desc" : "The type of event to listen for",
857           "isOptional" : false
858         },
859         {
860           "name" : "handler",
861           "type" : "Function",
862           "desc" : "The method the event invokes",
863           "isOptional" : false
864         },
865         {
866           "name" : "scope",
867           "type" : "Object",
868           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
869           "isOptional" : false
870         },
871         {
872           "name" : "options",
873           "type" : "Object",
874           "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>",
875           "isOptional" : false
876         }
877       ],
878       "returns" : [
879       ]
880     }
881   ],
882   "events" : [
883     {
884       "name" : "mapRightClick",
885       "desc" : "Fires when right click the map.",
886       "memberOf" : "",
887       "example" : "",
888       "deprecated" : "",
889       "since" : "",
890       "see" : "",
891       "params" : [
892         {
893           "name" : "this",
894           "type" : "Roo.bootstrap.LocationPicker",
895           "desc" : "",
896           "isOptional" : false
897         },
898         {
899           "name" : "e",
900           "type" : "Map event",
901           "desc" : "",
902           "isOptional" : false
903         }
904       ],
905       "returns" : [
906       ]
907     },
908     {
909       "name" : "mapClick",
910       "desc" : "Fires when click the map.",
911       "memberOf" : "",
912       "example" : "",
913       "deprecated" : "",
914       "since" : "",
915       "see" : "",
916       "params" : [
917         {
918           "name" : "this",
919           "type" : "Roo.bootstrap.LocationPicker",
920           "desc" : "",
921           "isOptional" : false
922         },
923         {
924           "name" : "e",
925           "type" : "Map event",
926           "desc" : "",
927           "isOptional" : false
928         }
929       ],
930       "returns" : [
931       ]
932     },
933     {
934       "name" : "resize",
935       "desc" : "Fires when the map resize.",
936       "memberOf" : "",
937       "example" : "",
938       "deprecated" : "",
939       "since" : "",
940       "see" : "",
941       "params" : [
942         {
943           "name" : "this",
944           "type" : "Roo.bootstrap.LocationPicker",
945           "desc" : "",
946           "isOptional" : false
947         }
948       ],
949       "returns" : [
950       ]
951     },
952     {
953       "name" : "OverlayViewOnRemove",
954       "desc" : "Fires when OverlayView Draw",
955       "memberOf" : "",
956       "example" : "",
957       "deprecated" : "",
958       "since" : "",
959       "see" : "",
960       "params" : [
961         {
962           "name" : "this",
963           "type" : "Roo.bootstrap.LocationPicker",
964           "desc" : "",
965           "isOptional" : false
966         }
967       ],
968       "returns" : [
969       ]
970     },
971     {
972       "name" : "OverlayViewDraw",
973       "desc" : "Fires when OverlayView Draw",
974       "memberOf" : "",
975       "example" : "",
976       "deprecated" : "",
977       "since" : "",
978       "see" : "",
979       "params" : [
980         {
981           "name" : "this",
982           "type" : "Roo.bootstrap.LocationPicker",
983           "desc" : "",
984           "isOptional" : false
985         }
986       ],
987       "returns" : [
988       ]
989     },
990     {
991       "name" : "OverlayViewOnAdd",
992       "desc" : "Fires when OverlayView Draw",
993       "memberOf" : "",
994       "example" : "",
995       "deprecated" : "",
996       "since" : "",
997       "see" : "",
998       "params" : [
999         {
1000           "name" : "this",
1001           "type" : "Roo.bootstrap.LocationPicker",
1002           "desc" : "",
1003           "isOptional" : false
1004         }
1005       ],
1006       "returns" : [
1007       ]
1008     },
1009     {
1010       "name" : "OverlayViewHide",
1011       "desc" : "Fires when OverlayView Draw",
1012       "memberOf" : "",
1013       "example" : "",
1014       "deprecated" : "",
1015       "since" : "",
1016       "see" : "",
1017       "params" : [
1018         {
1019           "name" : "this",
1020           "type" : "Roo.bootstrap.LocationPicker",
1021           "desc" : "",
1022           "isOptional" : false
1023         }
1024       ],
1025       "returns" : [
1026       ]
1027     },
1028     {
1029       "name" : "OverlayViewShow",
1030       "desc" : "Fires when OverlayView Draw",
1031       "memberOf" : "",
1032       "example" : "",
1033       "deprecated" : "",
1034       "since" : "",
1035       "see" : "",
1036       "params" : [
1037         {
1038           "name" : "this",
1039           "type" : "Roo.bootstrap.LocationPicker",
1040           "desc" : "",
1041           "isOptional" : false
1042         },
1043         {
1044           "name" : "cpx",
1045           "type" : "Pixel",
1046           "desc" : "",
1047           "isOptional" : false
1048         }
1049       ],
1050       "returns" : [
1051       ]
1052     },
1053     {
1054       "name" : "initial",
1055       "desc" : "Fires when the picker initialized.",
1056       "memberOf" : "",
1057       "example" : "",
1058       "deprecated" : "",
1059       "since" : "",
1060       "see" : "",
1061       "params" : [
1062         {
1063           "name" : "this",
1064           "type" : "Roo.bootstrap.LocationPicker",
1065           "desc" : "",
1066           "isOptional" : false
1067         },
1068         {
1069           "name" : "location",
1070           "type" : "Google Location",
1071           "desc" : "",
1072           "isOptional" : false
1073         }
1074       ],
1075       "returns" : [
1076       ]
1077     },
1078     {
1079       "name" : "positionchanged",
1080       "desc" : "Fires when the picker position changed.",
1081       "memberOf" : "",
1082       "example" : "",
1083       "deprecated" : "",
1084       "since" : "",
1085       "see" : "",
1086       "params" : [
1087         {
1088           "name" : "this",
1089           "type" : "Roo.bootstrap.LocationPicker",
1090           "desc" : "",
1091           "isOptional" : false
1092         },
1093         {
1094           "name" : "location",
1095           "type" : "Google Location",
1096           "desc" : "",
1097           "isOptional" : false
1098         }
1099       ],
1100       "returns" : [
1101       ]
1102     },
1103     {
1104       "name" : "markerClick",
1105       "desc" : "Fires when click the marker.",
1106       "memberOf" : "",
1107       "example" : "",
1108       "deprecated" : "",
1109       "since" : "",
1110       "see" : "",
1111       "params" : [
1112         {
1113           "name" : "this",
1114           "type" : "Roo.bootstrap.LocationPicker",
1115           "desc" : "",
1116           "isOptional" : false
1117         },
1118         {
1119           "name" : "e",
1120           "type" : "Map event",
1121           "desc" : "",
1122           "isOptional" : false
1123         }
1124       ],
1125       "returns" : [
1126       ]
1127     },
1128     {
1129       "name" : "loadexception",
1130       "desc" : "Fires when load google lib failed.",
1131       "memberOf" : "",
1132       "example" : "",
1133       "deprecated" : "",
1134       "since" : "",
1135       "see" : "",
1136       "params" : [
1137         {
1138           "name" : "this",
1139           "type" : "Roo.bootstrap.LocationPicker",
1140           "desc" : "",
1141           "isOptional" : false
1142         }
1143       ],
1144       "returns" : [
1145       ]
1146     },
1147     {
1148       "name" : "hide",
1149       "desc" : "Fires when the map hide.",
1150       "memberOf" : "",
1151       "example" : "",
1152       "deprecated" : "",
1153       "since" : "",
1154       "see" : "",
1155       "params" : [
1156         {
1157           "name" : "this",
1158           "type" : "Roo.bootstrap.LocationPicker",
1159           "desc" : "",
1160           "isOptional" : false
1161         }
1162       ],
1163       "returns" : [
1164       ]
1165     },
1166     {
1167       "name" : "markerRightClick",
1168       "desc" : "Fires when right click the marker.",
1169       "memberOf" : "",
1170       "example" : "",
1171       "deprecated" : "",
1172       "since" : "",
1173       "see" : "",
1174       "params" : [
1175         {
1176           "name" : "this",
1177           "type" : "Roo.bootstrap.LocationPicker",
1178           "desc" : "",
1179           "isOptional" : false
1180         },
1181         {
1182           "name" : "e",
1183           "type" : "Map event",
1184           "desc" : "",
1185           "isOptional" : false
1186         }
1187       ],
1188       "returns" : [
1189       ]
1190     },
1191     {
1192       "name" : "show",
1193       "desc" : "Fires when the map show.",
1194       "memberOf" : "",
1195       "example" : "",
1196       "deprecated" : "",
1197       "since" : "",
1198       "see" : "",
1199       "params" : [
1200         {
1201           "name" : "this",
1202           "type" : "Roo.bootstrap.LocationPicker",
1203           "desc" : "",
1204           "isOptional" : false
1205         }
1206       ],
1207       "returns" : [
1208       ]
1209     },
1210     {
1211       "name" : "childrenrendered",
1212       "desc" : "Fires when the children have been rendered..",
1213       "memberOf" : "Roo.bootstrap.Component",
1214       "example" : "",
1215       "deprecated" : "",
1216       "since" : "",
1217       "see" : "",
1218       "params" : [
1219         {
1220           "name" : "this",
1221           "type" : "Roo.bootstrap.Component",
1222           "desc" : "",
1223           "isOptional" : false
1224         }
1225       ],
1226       "returns" : [
1227       ]
1228     },
1229     {
1230       "name" : "beforerender",
1231       "desc" : "Fires before the component is rendered. Return false to stop the render.",
1232       "memberOf" : "Roo.Component",
1233       "example" : "",
1234       "deprecated" : "",
1235       "since" : "",
1236       "see" : "",
1237       "params" : [
1238         {
1239           "name" : "this",
1240           "type" : "Roo.Component",
1241           "desc" : "",
1242           "isOptional" : false
1243         }
1244       ],
1245       "returns" : [
1246       ]
1247     },
1248     {
1249       "name" : "disable",
1250       "desc" : "Fires after the component is disabled.",
1251       "memberOf" : "Roo.Component",
1252       "example" : "",
1253       "deprecated" : "",
1254       "since" : "",
1255       "see" : "",
1256       "params" : [
1257         {
1258           "name" : "this",
1259           "type" : "Roo.Component",
1260           "desc" : "",
1261           "isOptional" : false
1262         }
1263       ],
1264       "returns" : [
1265       ]
1266     },
1267     {
1268       "name" : "render",
1269       "desc" : "Fires after the component is rendered.",
1270       "memberOf" : "Roo.Component",
1271       "example" : "",
1272       "deprecated" : "",
1273       "since" : "",
1274       "see" : "",
1275       "params" : [
1276         {
1277           "name" : "this",
1278           "type" : "Roo.Component",
1279           "desc" : "",
1280           "isOptional" : false
1281         }
1282       ],
1283       "returns" : [
1284       ]
1285     },
1286     {
1287       "name" : "destroy",
1288       "desc" : "Fires after the component is destroyed.",
1289       "memberOf" : "Roo.Component",
1290       "example" : "",
1291       "deprecated" : "",
1292       "since" : "",
1293       "see" : "",
1294       "params" : [
1295         {
1296           "name" : "this",
1297           "type" : "Roo.Component",
1298           "desc" : "",
1299           "isOptional" : false
1300         }
1301       ],
1302       "returns" : [
1303       ]
1304     },
1305     {
1306       "name" : "beforehide",
1307       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
1308       "memberOf" : "Roo.Component",
1309       "example" : "",
1310       "deprecated" : "",
1311       "since" : "",
1312       "see" : "",
1313       "params" : [
1314         {
1315           "name" : "this",
1316           "type" : "Roo.Component",
1317           "desc" : "",
1318           "isOptional" : false
1319         }
1320       ],
1321       "returns" : [
1322       ]
1323     },
1324     {
1325       "name" : "beforeshow",
1326       "desc" : "Fires before the component is shown.  Return false to stop the show.",
1327       "memberOf" : "Roo.Component",
1328       "example" : "",
1329       "deprecated" : "",
1330       "since" : "",
1331       "see" : "",
1332       "params" : [
1333         {
1334           "name" : "this",
1335           "type" : "Roo.Component",
1336           "desc" : "",
1337           "isOptional" : false
1338         }
1339       ],
1340       "returns" : [
1341       ]
1342     },
1343     {
1344       "name" : "enable",
1345       "desc" : "Fires after the component is enabled.",
1346       "memberOf" : "Roo.Component",
1347       "example" : "",
1348       "deprecated" : "",
1349       "since" : "",
1350       "see" : "",
1351       "params" : [
1352         {
1353           "name" : "this",
1354           "type" : "Roo.Component",
1355           "desc" : "",
1356           "isOptional" : false
1357         }
1358       ],
1359       "returns" : [
1360       ]
1361     },
1362     {
1363       "name" : "beforedestroy",
1364       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1365       "memberOf" : "Roo.Component",
1366       "example" : "",
1367       "deprecated" : "",
1368       "since" : "",
1369       "see" : "",
1370       "params" : [
1371         {
1372           "name" : "this",
1373           "type" : "Roo.Component",
1374           "desc" : "",
1375           "isOptional" : false
1376         }
1377       ],
1378       "returns" : [
1379       ]
1380     }
1381   ]
1382 }