Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs.old / symbols / Roo.dd.DDTarget.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6         <head>
7                 <meta http-equiv="content-type" content="text/html; charset=undefined" />
8                 <meta name="generator" content="JsDoc Toolkit" />
9                 
10                 
11                 <title>JsDoc Reference - Roo.dd.DDTarget</title>
12                 
13                 
14         <link rel="stylesheet" type="text/css" href="../../css/roojs.css" />            
15         <link rel="stylesheet" type="text/css" href="../default.css" />
16         
17         
18         <script type="text/javascript" src="../page.js">
19         
20         </script>
21          
22                 
23         </head>
24
25         <body onload="RooDocsPage.onload();">
26          
27         
28 <div class="body-wrap">
29
30     <!-- ============================== links to methods. ================================= --> 
31
32     <div class="top-tools">
33     <!--
34         <a class="inner-link" href="#Roo.dd.DDTarget-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.dd.DDTarget-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.dd.DDTarget-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.dd.DDTarget-configs"><img src="resources/s.gif" class="item-icon icon-config">Config Options</a>
38         <a class="bookmark" href="NEED_TO_CREATE_DIRECT_LINK_HREF"><img src="resources/s.gif" class="item-icon icon-fav">Direct Link</a>
39         -->
40     </div>
41
42     
43 <!-- ============================== inheritance Block. ================================= -->    
44         
45                 <div class="inheritance res-block">
46                    <pre class="res-block-inner"><a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
47 <img src="../../images/default/s.gif" height="1" width="20"/><img src="../../images/default/tree/elbow-end.gif" class="elbow"/><a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
48 <img src="../../images/default/s.gif" height="1"  width="40"/><img class="elbow" src="../../images/default/tree/elbow-end.gif"/>Roo.dd.DDTarget 
49
50                    </pre>
51                 </div>
52        
53 <!-- ============================== class title / details ============================ -->
54     
55     
56     <h1 class="classTitle">
57                                 
58                                 Class Roo.dd.DDTarget
59                         </h1>
60                         
61     <table cellspacing="0" class="class-summary-table">
62         
63                 <tr><td class="label">Package:</td><td class="hd-info">Roo.dd</td></tr>
64         
65         <tr><td class="label">Defined In:</td><td class="hd-info">
66                         
67                                         <a href="./src/Roo_dd_DDTarget.js.html">Roo/dd/DDTarget.js</a>.
68                         
69         </td></tr>
70         <tr><td class="label">Class:</td><td class="hd-info">DDTarget</td></tr>
71         
72         
73         <tr><td class="label">Subclasses:</td><td class="hd-info">
74                 <a href="./Roo.dd.DropTarget.html#constructor" roo:cls="Roo.dd.DropTarget.html#constructor">Roo.dd.DropTarget</a>, <a href="./Roo.dd.DropZone.html#constructor" roo:cls="Roo.dd.DropZone.html#constructor">Roo.dd.DropZone</a>
75
76         
77         
78         </td></tr>
79         
80         
81         
82                 <tr><td class="label">Extends:</td><td class="hd-info">
83                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
84         
85                 </td></tr>    
86         
87         
88     </table>
89
90     
91 <!-- ============================== class summary ========================== -->                        
92     <div class="description">
93         A DragDrop implementation that does not move, but can be a drop<br/>target.  You would get the same result by simply omitting implementation<br/>for the event callbacks, but this way we reduce the processing cost of the<br/>event listener and the callbacks.
94     </div>
95
96         
97 <!-- ============================== Class comment block... ========================== -->                                       
98
99 <div class="comments">
100         <b>Class Comments / Notes</B> =>  
101         <u onclick="parent.CommentDialog.showCommentId = 'Roo.dd.DDTarget';">[Add Your comment/notes about this class]</u>
102         <br/>
103         <iframe frameborder="0"  id="comments-Roo.dd" style="border: none;width:100%;" 
104                 src="/blog.php/GtkDjsComments/Roo.dd.DDTarget.html"></iframe>
105 </div>
106         
107
108                 
109 <!-- ============================== config options ========================== -->                                               
110                  
111     
112     
113                 
114     <div class="hr"></div>
115     <a id="Roo.dd.DDTarget-configs"></a>
116                 
117     
118      
119     
120         
121       <table cellspacing="0" class="member-table">   
122       <caption>Config Options (Usually are also Properties)</caption>
123     
124         
125         <tr>
126             <th class="sig-header" colspan="2">Options</th>
127             
128             <th class="msource-header">Defined By</th>
129         </tr>
130         
131         
132         
133         
134         
135                 <tr class="config-row expandable config-row-alt0">
136                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
137                     <td class="sig">
138
139                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
140                         <div class="fixedFont">
141                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
142                                 
143                                 
144                         </div>
145                   
146                         <div class="mdesc">
147                             <div class="short">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           .</div> 
148                         </div>
149                         
150                         <div class="mdesc">
151                             <div class="long">
152                     list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           ..... <br/>        } ,<br/>        .... <br/>    } <br/>  </code></pre>
153                     
154                 </div> 
155                         </div>
156                         
157                         
158
159                     </td>
160                     <td class="msource">
161                         
162                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
163                                 
164                     </td>
165                 </tr>
166         
167         
168     </table>
169                 
170   
171   
172   
173   
174   
175   
176   
177   
178   <!-- ============================== public properties ==================== -->        
179   
180   
181   
182     <a id="Roo.dd.DDTarget-props"></a>      
183     
184     
185
186     
187     
188      <table cellspacing="0" class="member-table">
189       <caption class="Empty">Public Properties - Has None</caption>
190      </table>
191     
192     
193      
194     
195   <!-- ============================== methods summary / details ======================== -->
196   
197   
198   <a id="Roo.dd.DDTarget-methods"></a>
199         <!-- constructor?? -->
200         
201         <!-- static's first 
202         
203         
204         -->
205         
206         <!-- then dynamics first -->
207         
208   
209   
210     
211     
212     
213       <table cellspacing="0" class="member-table">
214       <caption>Public Methods</caption>
215         <tr>
216             <th class="sig-header" colspan="2">Method</th>            
217             <th class="msource-header">Defined By</th>
218
219         </tr>
220         
221         
222         
223          
224         
225         
226           
227           <tr class="method-row config-row-alt0 expandable notInherited">
228             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
229            
230            
231             <td class="sig">
232                 <a id="Roo.dd-method-DDTarget"   name=".DDTarget"></a>
233                 <div class="fixedFont">
234                         <span class="attributes">new <B>Roo.dd.</B></span><b class="itemname">DDTarget</b>
235                                 
236                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>id</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>sGroup</i></B>, object <B><i>config</i></B>) 
237                         
238                                 
239                         
240                 </div>
241                 <div class="mdesc">
242                 
243                  
244                         <div class="short">Create a new Roo.dd.DDTarget</div> 
245                  
246                  
247                     <div class="long">
248                         
249                         
250                         
251                                 Create a new Roo.dd.DDTarget
252                         
253                         
254                                 <dl class="detailList">
255                                 <dt class="heading">Parameters:</dt>
256                                 
257                                         <dt>
258                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>id</b>
259                                                 
260                                         </dt>
261                                         <dd>the id of the element that is a drop target</dd>
262                                 
263                                         <dt>
264                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
265                                                 
266                                         </dt>
267                                         <dd>the group of related DragDrop objects</dd>
268                                 
269                                         <dt>
270                                                 <span class="fixedFont">object</span>  <b>config</b>
271                                                 
272                                         </dt>
273                                         <dd>an object containing configurable attributes<br/>                Valid properties for DDTarget in addition to those in<br/>                DragDrop:<br/>                   none</dd>
274                                 
275                                 </dl>
276                         
277                         
278                         
279                         
280                         
281                         
282                         
283
284                     
285                     
286                      
287                     </div>                    
288                 </div>
289
290             </td>
291             <td class="msource">
292                 &nbsp;
293             </td>
294         </tr>
295         
296           
297           <tr class="method-row config-row-alt1 expandable">
298             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
299            
300            
301             <td class="sig">
302                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
303                 <div class="fixedFont">
304                         <span class="attributes"></span><b class="itemname">addEvents</b>
305                                 
306                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
307                         
308                                 
309                         
310                 </div>
311                 <div class="mdesc">
312                 
313                    <div class="short">Used to define events on this Observable</div> 
314                  
315                  
316                  
317                     <div class="long">
318                         
319                                 Used to define events on this Observable
320                     
321                                 
322                         
323                         
324                         
325                         
326                                 <dl class="detailList">
327                                 <dt class="heading">Parameters:</dt>
328                                 
329                                         <dt>
330                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>object</b>
331                                                 
332                                         </dt>
333                                         <dd>The object with the events defined</dd>
334                                 
335                                 </dl>
336                         
337                         
338                         
339                         
340                         
341                         
342                         
343
344                     
345                     
346                      
347                     </div>                    
348                 </div>
349
350             </td>
351             <td class="msource">
352                 
353                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
354                 &nbsp;
355             </td>
356         </tr>
357         
358           
359           <tr class="method-row config-row-alt0 expandable">
360             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
361            
362            
363             <td class="sig">
364                 <a id="Roo.dd.DragDrop-method-addInvalidHandleClass"   name=".addInvalidHandleClass"></a>
365                 <div class="fixedFont">
366                         <span class="attributes"></span><b class="itemname">addInvalidHandleClass</b>
367                                 
368                                  (string <B><i>cssClass</i></B>) 
369                         
370                                 
371                         
372                 </div>
373                 <div class="mdesc">
374                 
375                    <div class="short">Lets you specify a css class of elements that will not initiate a drag</div> 
376                  
377                  
378                  
379                     <div class="long">
380                         
381                                 Lets you specify a css class of elements that will not initiate a drag
382                     
383                                 
384                         
385                         
386                         
387                         
388                                 <dl class="detailList">
389                                 <dt class="heading">Parameters:</dt>
390                                 
391                                         <dt>
392                                                 <span class="fixedFont">string</span>  <b>cssClass</b>
393                                                 
394                                         </dt>
395                                         <dd>the class of the elements you wish to ignore</dd>
396                                 
397                                 </dl>
398                         
399                         
400                         
401                         
402                         
403                         
404                         
405
406                     
407                     
408                      
409                     </div>                    
410                 </div>
411
412             </td>
413             <td class="msource">
414                 
415                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
416                 &nbsp;
417             </td>
418         </tr>
419         
420           
421           <tr class="method-row config-row-alt1 expandable">
422             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
423            
424            
425             <td class="sig">
426                 <a id="Roo.dd.DragDrop-method-addInvalidHandleId"   name=".addInvalidHandleId"></a>
427                 <div class="fixedFont">
428                         <span class="attributes"></span><b class="itemname">addInvalidHandleId</b>
429                                 
430                                  (string <B><i>id</i></B>) 
431                         
432                                 
433                         
434                 </div>
435                 <div class="mdesc">
436                 
437                    <div class="short">Lets you to specify an element id for a child of a drag handle<br/>that should not initiate a drag</div> 
438                  
439                  
440                  
441                     <div class="long">
442                         
443                                 Lets you to specify an element id for a child of a drag handle<br/>that should not initiate a drag
444                     
445                                 
446                         
447                         
448                         
449                         
450                                 <dl class="detailList">
451                                 <dt class="heading">Parameters:</dt>
452                                 
453                                         <dt>
454                                                 <span class="fixedFont">string</span>  <b>id</b>
455                                                 
456                                         </dt>
457                                         <dd>the element id of the element you wish to ignore</dd>
458                                 
459                                 </dl>
460                         
461                         
462                         
463                         
464                         
465                         
466                         
467
468                     
469                     
470                      
471                     </div>                    
472                 </div>
473
474             </td>
475             <td class="msource">
476                 
477                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
478                 &nbsp;
479             </td>
480         </tr>
481         
482           
483           <tr class="method-row config-row-alt0 expandable">
484             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
485            
486            
487             <td class="sig">
488                 <a id="Roo.dd.DragDrop-method-addInvalidHandleType"   name=".addInvalidHandleType"></a>
489                 <div class="fixedFont">
490                         <span class="attributes"></span><b class="itemname">addInvalidHandleType</b>
491                                 
492                                  (string <B><i>tagName</i></B>) 
493                         
494                                 
495                         
496                 </div>
497                 <div class="mdesc">
498                 
499                    <div class="short">Allows you to specify a tag name that should not start a drag operation<br/>when clicked.</div> 
500                  
501                  
502                  
503                     <div class="long">
504                         
505                                 Allows you to specify a tag name that should not start a drag operation<br/>when clicked.  This is designed to facilitate embedding links within a<br/>drag handle that do something other than start the drag.
506                     
507                                 
508                         
509                         
510                         
511                         
512                                 <dl class="detailList">
513                                 <dt class="heading">Parameters:</dt>
514                                 
515                                         <dt>
516                                                 <span class="fixedFont">string</span>  <b>tagName</b>
517                                                 
518                                         </dt>
519                                         <dd>the type of element to exclude</dd>
520                                 
521                                 </dl>
522                         
523                         
524                         
525                         
526                         
527                         
528                         
529
530                     
531                     
532                      
533                     </div>                    
534                 </div>
535
536             </td>
537             <td class="msource">
538                 
539                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
540                 &nbsp;
541             </td>
542         </tr>
543         
544           
545           <tr class="method-row config-row-alt1 expandable">
546             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
547            
548            
549             <td class="sig">
550                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
551                 <div class="fixedFont">
552                         <span class="attributes"></span><b class="itemname">addListener</b>
553                                 
554                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
555                         
556                                 
557                         
558                 </div>
559                 <div class="mdesc">
560                 
561                    <div class="short">Appends an event handler to this component</div> 
562                  
563                  
564                  
565                     <div class="long">
566                         
567                                 Appends an event handler to this component
568                     
569                                 
570                         
571                         
572                         
573                         
574                                 <dl class="detailList">
575                                 <dt class="heading">Parameters:</dt>
576                                 
577                                         <dt>
578                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
579                                                 
580                                         </dt>
581                                         <dd>The type of event to listen for</dd>
582                                 
583                                         <dt>
584                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
585                                                 
586                                         </dt>
587                                         <dd>The method the event invokes</dd>
588                                 
589                                         <dt>
590                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
591                                                 
592                                         </dt>
593                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
594                                 
595                                         <dt>
596                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
597                                                 
598                                         </dt>
599                                         <dd>(optional) An object containing handler configuration<br/>properties. This may contain any of the following properties:<ul><br/><li>scope {Object} The scope in which to execute the handler function. The handler function's "this" context.</li><br/><li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li><br/><li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li><br/><li>buffer {Number} Causes the handler to be scheduled to run in an {<b>link</b> Roo.util.DelayedTask} delayed<br/>by the specified number of milliseconds. If the event fires again within that time, the original<br/>handler is <em>not</em> invoked, but the new handler is scheduled in its place.</li><br/></ul><br><br/><p><br/><b>Combining Options</b><br><br/>Using the options argument, it is possible to combine different types of listeners:<br><br/><br><br/>A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)<br/>             <pre><code><br/>                el.on('click', this.onClick, this, {<br/>                       single: true,<br/>              delay: 100,<br/>                forumId: 4<br/>         });<br/>                </code></pre><br/><p><br/><b>Attaching multiple handlers in 1 call</b><br><br/>The method also allows for a single argument to be passed which is a config object containing properties<br/>which specify multiple handlers.<br/><pre><code><br/>               el.on({<br/>                    'click': {<br/>                 fn: this.onClick,<br/>                  scope: this,<br/>                       delay: 100<br/>                 }, <br/>                'mouseover': {<br/>                     fn: this.onMouseOver,<br/>                      scope: this<br/>                },<br/>                 'mouseout': {<br/>                      fn: this.onMouseOut,<br/>                       scope: this<br/>                }<br/>          });<br/>                </code></pre><br/><p><br/>Or a shorthand syntax which passes the same scope object to all handlers:<br/>        <pre><code><br/>                el.on({<br/>                    'click': this.onClick,<br/>             'mouseover': this.onMouseOver,<br/>             'mouseout': this.onMouseOut,<br/>               scope: this<br/>                });<br/>                </code></pre></dd>
600                                 
601                                 </dl>
602                         
603                         
604                         
605                         
606                         
607                         
608                         
609
610                     
611                     
612                      
613                     </div>                    
614                 </div>
615
616             </td>
617             <td class="msource">
618                 
619                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
620                 &nbsp;
621             </td>
622         </tr>
623         
624           
625           <tr class="method-row config-row-alt0 expandable">
626             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
627            
628            
629             <td class="sig">
630                 <a id="Roo.dd.DragDrop-method-addToGroup"   name=".addToGroup"></a>
631                 <div class="fixedFont">
632                         <span class="attributes"></span><b class="itemname">addToGroup</b>
633                                 
634                                  (<B><i>sGroup</i></B>) 
635                         
636                                 
637                         
638                 </div>
639                 <div class="mdesc">
640                 
641                    <div class="short">Add this instance to a group of related drag/drop objects.</div> 
642                  
643                  
644                  
645                     <div class="long">
646                         
647                                 Add this instance to a group of related drag/drop objects.  All<br/>instances belong to at least one group, and can belong to as many<br/>groups as needed.
648                     
649                                 
650                         
651                         
652                         
653                         
654                                 <dl class="detailList">
655                                 <dt class="heading">Parameters:</dt>
656                                 
657                                         <dt>
658                                                  <b>sGroup</b>
659                                                 
660                                         </dt>
661                                         <dd>{string} the name of the group</dd>
662                                 
663                                 </dl>
664                         
665                         
666                         
667                         
668                         
669                         
670                         
671
672                     
673                     
674                      
675                     </div>                    
676                 </div>
677
678             </td>
679             <td class="msource">
680                 
681                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
682                 &nbsp;
683             </td>
684         </tr>
685         
686           
687           <tr class="method-row config-row-alt1 expandable">
688             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
689            
690            
691             <td class="sig">
692                 <a id="Roo.dd.DragDrop-method-applyConfig"   name=".applyConfig"></a>
693                 <div class="fixedFont">
694                         <span class="attributes"></span><b class="itemname">applyConfig</b>
695                                 
696                                  () 
697                         
698                                 
699                         
700                 </div>
701                 <div class="mdesc">
702                 
703                    <div class="short">Applies the configuration parameters that were passed into the constructor.</div> 
704                  
705                  
706                  
707                     <div class="long">
708                         
709                                 Applies the configuration parameters that were passed into the constructor.<br/>This is supposed to happen at each level through the inheritance chain.  So<br/>a DDProxy implentation will execute apply config on DDProxy, DD, and<br/>DragDrop in order to get all of the parameters that are available in<br/>each object.
710                     
711                                 
712                         
713                         
714                         
715                         
716                         
717                         
718                         
719                         
720                         
721                         
722
723                     
724                     
725                      
726                     </div>                    
727                 </div>
728
729             </td>
730             <td class="msource">
731                 
732                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
733                 &nbsp;
734             </td>
735         </tr>
736         
737           
738           <tr class="method-row config-row-alt0 expandable">
739             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
740            
741            
742             <td class="sig">
743                 <a id="Roo.dd.DragDrop-method-clearConstraints"   name=".clearConstraints"></a>
744                 <div class="fixedFont">
745                         <span class="attributes"></span><b class="itemname">clearConstraints</b>
746                                 
747                                  () 
748                         
749                                 
750                         
751                 </div>
752                 <div class="mdesc">
753                 
754                    <div class="short">Clears any constraints applied to this instance.</div> 
755                  
756                  
757                  
758                     <div class="long">
759                         
760                                 Clears any constraints applied to this instance.  Also clears ticks<br/>since they can't exist independent of a constraint at this time.
761                     
762                                 
763                         
764                         
765                         
766                         
767                         
768                         
769                         
770                         
771                         
772                         
773
774                     
775                     
776                      
777                     </div>                    
778                 </div>
779
780             </td>
781             <td class="msource">
782                 
783                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
784                 &nbsp;
785             </td>
786         </tr>
787         
788           
789           <tr class="method-row config-row-alt1 expandable">
790             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
791            
792            
793             <td class="sig">
794                 <a id="Roo.dd.DragDrop-method-clearTicks"   name=".clearTicks"></a>
795                 <div class="fixedFont">
796                         <span class="attributes"></span><b class="itemname">clearTicks</b>
797                                 
798                                  () 
799                         
800                                 
801                         
802                 </div>
803                 <div class="mdesc">
804                 
805                    <div class="short">Clears any tick interval defined for this instance</div> 
806                  
807                  
808                  
809                     <div class="long">
810                         
811                                 Clears any tick interval defined for this instance
812                     
813                                 
814                         
815                         
816                         
817                         
818                         
819                         
820                         
821                         
822                         
823                         
824
825                     
826                     
827                      
828                     </div>                    
829                 </div>
830
831             </td>
832             <td class="msource">
833                 
834                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
835                 &nbsp;
836             </td>
837         </tr>
838         
839           
840           <tr class="method-row config-row-alt0 expandable">
841             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
842            
843            
844             <td class="sig">
845                 <a id="Roo.dd.DragDrop-method-endDrag"   name=".endDrag"></a>
846                 <div class="fixedFont">
847                         <span class="attributes"></span><b class="itemname">endDrag</b>
848                                 
849                                  (Event <B><i>e</i></B>) 
850                         
851                                 
852                         
853                 </div>
854                 <div class="mdesc">
855                 
856                    <div class="short">Fired when we are done dragging the object</div> 
857                  
858                  
859                  
860                     <div class="long">
861                         
862                                 Fired when we are done dragging the object
863                     
864                                 
865                         
866                         
867                         
868                         
869                                 <dl class="detailList">
870                                 <dt class="heading">Parameters:</dt>
871                                 
872                                         <dt>
873                                                 <span class="fixedFont">Event</span>  <b>e</b>
874                                                 
875                                         </dt>
876                                         <dd>the mouseup event</dd>
877                                 
878                                 </dl>
879                         
880                         
881                         
882                         
883                         
884                         
885                         
886
887                     
888                     
889                      
890                     </div>                    
891                 </div>
892
893             </td>
894             <td class="msource">
895                 
896                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
897                 &nbsp;
898             </td>
899         </tr>
900         
901           
902           <tr class="method-row config-row-alt1 expandable">
903             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
904            
905            
906             <td class="sig">
907                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
908                 <div class="fixedFont">
909                         <span class="attributes"></span><b class="itemname">fireEvent</b>
910                                 
911                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a> <B><i>args</i></B>) 
912                         
913                                 
914                                          : 
915                                         
916                                                 
917                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
918                                         
919                                         
920                                         
921                                 
922                         
923                 </div>
924                 <div class="mdesc">
925                 
926                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
927                  
928                  
929                  
930                     <div class="long">
931                         
932                                 Fires the specified event with the passed parameters (minus the event name).
933                     
934                                 
935                         
936                         
937                         
938                         
939                                 <dl class="detailList">
940                                 <dt class="heading">Parameters:</dt>
941                                 
942                                         <dt>
943                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
944                                                 
945                                         </dt>
946                                         <dd></dd>
947                                 
948                                         <dt>
949                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a></span>  <b>args</b>
950                                                 
951                                         </dt>
952                                         <dd>Variable number of parameters are passed to handlers</dd>
953                                 
954                                 </dl>
955                         
956                         
957                         
958                         
959                         
960                                 <dl class="detailList">
961                                 <dt class="heading">Returns:</dt>
962                                 
963                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  returns false if any of the handlers return false otherwise it returns true</dd>
964                                 
965                                 </dl>
966                         
967                         
968                         
969
970                     
971                     
972                      
973                     </div>                    
974                 </div>
975
976             </td>
977             <td class="msource">
978                 
979                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
980                 &nbsp;
981             </td>
982         </tr>
983         
984           
985           <tr class="method-row config-row-alt0 expandable">
986             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
987            
988            
989             <td class="sig">
990                 <a id="Roo.dd.DragDrop-method-function toString() {
991     [native code]
992 }"   name=".function toString() {
993     [native code]
994 }"></a>
995                 <div class="fixedFont">
996                         <span class="attributes"></span><b class="itemname">function toString() {
997     [native code]
998 }</b>
999                                 
1000                                  () 
1001                         
1002                                 
1003                                          : 
1004                                         
1005                                                 
1006                                                 string
1007                                         
1008                                         
1009                                         
1010                                 
1011                         
1012                 </div>
1013                 <div class="mdesc">
1014                 
1015                    <div class="short">toString method</div> 
1016                  
1017                  
1018                  
1019                     <div class="long">
1020                         
1021                                 toString method
1022                     
1023                                 
1024                         
1025                         
1026                         
1027                         
1028                         
1029                         
1030                         
1031                         
1032                                 <dl class="detailList">
1033                                 <dt class="heading">Returns:</dt>
1034                                 
1035                                         <dd><span class="fixedFont">string</span>  string representation of the dd obj</dd>
1036                                 
1037                                 </dl>
1038                         
1039                         
1040                         
1041
1042                     
1043                     
1044                      
1045                     </div>                    
1046                 </div>
1047
1048             </td>
1049             <td class="msource">
1050                 
1051                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1052                 &nbsp;
1053             </td>
1054         </tr>
1055         
1056           
1057           <tr class="method-row config-row-alt1 expandable">
1058             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1059            
1060            
1061             <td class="sig">
1062                 <a id="Roo.dd.DragDrop-method-getDragEl"   name=".getDragEl"></a>
1063                 <div class="fixedFont">
1064                         <span class="attributes"></span><b class="itemname">getDragEl</b>
1065                                 
1066                                  () 
1067                         
1068                                 
1069                                          : 
1070                                         
1071                                                 
1072                                                 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a>
1073                                         
1074                                         
1075                                         
1076                                 
1077                         
1078                 </div>
1079                 <div class="mdesc">
1080                 
1081                    <div class="short">Returns a reference to the actual element to drag.</div> 
1082                  
1083                  
1084                  
1085                     <div class="long">
1086                         
1087                                 Returns a reference to the actual element to drag.  By default this is<br/>the same as the html element, but it can be assigned to another<br/>element. An example of this can be found in Roo.dd.DDProxy
1088                     
1089                                 
1090                         
1091                         
1092                         
1093                         
1094                         
1095                         
1096                         
1097                         
1098                                 <dl class="detailList">
1099                                 <dt class="heading">Returns:</dt>
1100                                 
1101                                         <dd><span class="fixedFont"><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a></span>  the html element</dd>
1102                                 
1103                                 </dl>
1104                         
1105                         
1106                         
1107
1108                     
1109                     
1110                      
1111                     </div>                    
1112                 </div>
1113
1114             </td>
1115             <td class="msource">
1116                 
1117                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1118                 &nbsp;
1119             </td>
1120         </tr>
1121         
1122           
1123           <tr class="method-row config-row-alt0 expandable">
1124             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1125            
1126            
1127             <td class="sig">
1128                 <a id="Roo.dd.DragDrop-method-getEl"   name=".getEl"></a>
1129                 <div class="fixedFont">
1130                         <span class="attributes"></span><b class="itemname">getEl</b>
1131                                 
1132                                  () 
1133                         
1134                                 
1135                                          : 
1136                                         
1137                                                 
1138                                                 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a>
1139                                         
1140                                         
1141                                         
1142                                 
1143                         
1144                 </div>
1145                 <div class="mdesc">
1146                 
1147                    <div class="short">Returns a reference to the linked element</div> 
1148                  
1149                  
1150                  
1151                     <div class="long">
1152                         
1153                                 Returns a reference to the linked element
1154                     
1155                                 
1156                         
1157                         
1158                         
1159                         
1160                         
1161                         
1162                         
1163                         
1164                                 <dl class="detailList">
1165                                 <dt class="heading">Returns:</dt>
1166                                 
1167                                         <dd><span class="fixedFont"><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a></span>  the html element</dd>
1168                                 
1169                                 </dl>
1170                         
1171                         
1172                         
1173
1174                     
1175                     
1176                      
1177                     </div>                    
1178                 </div>
1179
1180             </td>
1181             <td class="msource">
1182                 
1183                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1184                 &nbsp;
1185             </td>
1186         </tr>
1187         
1188           
1189           <tr class="method-row config-row-alt1 expandable">
1190             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1191            
1192            
1193             <td class="sig">
1194                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
1195                 <div class="fixedFont">
1196                         <span class="attributes"></span><b class="itemname">hasListener</b>
1197                                 
1198                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
1199                         
1200                                 
1201                                          : 
1202                                         
1203                                                 
1204                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1205                                         
1206                                         
1207                                         
1208                                 
1209                         
1210                 </div>
1211                 <div class="mdesc">
1212                 
1213                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
1214                  
1215                  
1216                  
1217                     <div class="long">
1218                         
1219                                 Checks to see if this object has any listeners for a specified event
1220                     
1221                                 
1222                         
1223                         
1224                         
1225                         
1226                                 <dl class="detailList">
1227                                 <dt class="heading">Parameters:</dt>
1228                                 
1229                                         <dt>
1230                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1231                                                 
1232                                         </dt>
1233                                         <dd>The name of the event to check for</dd>
1234                                 
1235                                 </dl>
1236                         
1237                         
1238                         
1239                         
1240                         
1241                                 <dl class="detailList">
1242                                 <dt class="heading">Returns:</dt>
1243                                 
1244                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  True if the event is being listened for, else false</dd>
1245                                 
1246                                 </dl>
1247                         
1248                         
1249                         
1250
1251                     
1252                     
1253                      
1254                     </div>                    
1255                 </div>
1256
1257             </td>
1258             <td class="msource">
1259                 
1260                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1261                 &nbsp;
1262             </td>
1263         </tr>
1264         
1265           
1266           <tr class="method-row config-row-alt0 expandable">
1267             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1268            
1269            
1270             <td class="sig">
1271                 <a id="Roo.dd.DragDrop-method-init"   name=".init"></a>
1272                 <div class="fixedFont">
1273                         <span class="attributes"></span><b class="itemname">init</b>
1274                                 
1275                                  (<B><i>id</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>sGroup</i></B>, object <B><i>config</i></B>) 
1276                         
1277                                 
1278                         
1279                 </div>
1280                 <div class="mdesc">
1281                 
1282                    <div class="short">Sets up the DragDrop object.</div> 
1283                  
1284                  
1285                  
1286                     <div class="long">
1287                         
1288                                 Sets up the DragDrop object.  Must be called in the constructor of any<br/>Roo.dd.DragDrop subclass
1289                     
1290                                 
1291                         
1292                         
1293                         
1294                         
1295                                 <dl class="detailList">
1296                                 <dt class="heading">Parameters:</dt>
1297                                 
1298                                         <dt>
1299                                                  <b>id</b>
1300                                                 
1301                                         </dt>
1302                                         <dd>the id of the linked element</dd>
1303                                 
1304                                         <dt>
1305                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
1306                                                 
1307                                         </dt>
1308                                         <dd>the group of related items</dd>
1309                                 
1310                                         <dt>
1311                                                 <span class="fixedFont">object</span>  <b>config</b>
1312                                                 
1313                                         </dt>
1314                                         <dd>configuration attributes</dd>
1315                                 
1316                                 </dl>
1317                         
1318                         
1319                         
1320                         
1321                         
1322                         
1323                         
1324
1325                     
1326                     
1327                      
1328                     </div>                    
1329                 </div>
1330
1331             </td>
1332             <td class="msource">
1333                 
1334                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1335                 &nbsp;
1336             </td>
1337         </tr>
1338         
1339           
1340           <tr class="method-row config-row-alt1 expandable">
1341             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1342            
1343            
1344             <td class="sig">
1345                 <a id="Roo.dd.DragDrop-method-initTarget"   name=".initTarget"></a>
1346                 <div class="fixedFont">
1347                         <span class="attributes"></span><b class="itemname">initTarget</b>
1348                                 
1349                                  (<B><i>id</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>sGroup</i></B>, object <B><i>config</i></B>) 
1350                         
1351                                 
1352                         
1353                 </div>
1354                 <div class="mdesc">
1355                 
1356                    <div class="short">Initializes Targeting functionality only.</div> 
1357                  
1358                  
1359                  
1360                     <div class="long">
1361                         
1362                                 Initializes Targeting functionality only... the object does not<br/>get a mousedown handler.
1363                     
1364                                 
1365                         
1366                         
1367                         
1368                         
1369                                 <dl class="detailList">
1370                                 <dt class="heading">Parameters:</dt>
1371                                 
1372                                         <dt>
1373                                                  <b>id</b>
1374                                                 
1375                                         </dt>
1376                                         <dd>the id of the linked element</dd>
1377                                 
1378                                         <dt>
1379                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
1380                                                 
1381                                         </dt>
1382                                         <dd>the group of related items</dd>
1383                                 
1384                                         <dt>
1385                                                 <span class="fixedFont">object</span>  <b>config</b>
1386                                                 
1387                                         </dt>
1388                                         <dd>configuration attributes</dd>
1389                                 
1390                                 </dl>
1391                         
1392                         
1393                         
1394                         
1395                         
1396                         
1397                         
1398
1399                     
1400                     
1401                      
1402                     </div>                    
1403                 </div>
1404
1405             </td>
1406             <td class="msource">
1407                 
1408                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1409                 &nbsp;
1410             </td>
1411         </tr>
1412         
1413           
1414           <tr class="method-row config-row-alt0 expandable">
1415             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1416            
1417            
1418             <td class="sig">
1419                 <a id="Roo.dd.DragDrop-method-isLocked"   name=".isLocked"></a>
1420                 <div class="fixedFont">
1421                         <span class="attributes"></span><b class="itemname">isLocked</b>
1422                                 
1423                                  () 
1424                         
1425                                 
1426                                          : 
1427                                         
1428                                                 
1429                                                 boolean
1430                                         
1431                                         
1432                                         
1433                                 
1434                         
1435                 </div>
1436                 <div class="mdesc">
1437                 
1438                    <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked<br/>(meaning that all drag/drop is disabled on the page.</div> 
1439                  
1440                  
1441                  
1442                     <div class="long">
1443                         
1444                                 Returns true if this instance is locked, or the drag drop mgr is locked<br/>(meaning that all drag/drop is disabled on the page.)
1445                     
1446                                 
1447                         
1448                         
1449                         
1450                         
1451                         
1452                         
1453                         
1454                         
1455                                 <dl class="detailList">
1456                                 <dt class="heading">Returns:</dt>
1457                                 
1458                                         <dd><span class="fixedFont">boolean</span>  true if this obj or all drag/drop is locked, else<br/>false</dd>
1459                                 
1460                                 </dl>
1461                         
1462                         
1463                         
1464
1465                     
1466                     
1467                      
1468                     </div>                    
1469                 </div>
1470
1471             </td>
1472             <td class="msource">
1473                 
1474                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1475                 &nbsp;
1476             </td>
1477         </tr>
1478         
1479           
1480           <tr class="method-row config-row-alt1 expandable">
1481             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1482            
1483            
1484             <td class="sig">
1485                 <a id="Roo.dd.DragDrop-method-isTarget"   name=".isTarget"></a>
1486                 <div class="fixedFont">
1487                         <span class="attributes"></span><b class="itemname">isTarget</b>
1488                                 
1489                                  () 
1490                         
1491                                 
1492                         
1493                 </div>
1494                 <div class="mdesc">
1495                 
1496                    <div class="short">By default, all insances can be a drop target.</div> 
1497                  
1498                  
1499                  
1500                     <div class="long">
1501                         
1502                                 By default, all insances can be a drop target.  This can be disabled by<br/>setting isTarget to false.
1503                     
1504                                 
1505                         
1506                         
1507                         
1508                         
1509                         
1510                         
1511                         
1512                         
1513                         
1514                         
1515
1516                     
1517                     
1518                      
1519                     </div>                    
1520                 </div>
1521
1522             </td>
1523             <td class="msource">
1524                 
1525                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1526                 &nbsp;
1527             </td>
1528         </tr>
1529         
1530           
1531           <tr class="method-row config-row-alt0 expandable">
1532             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1533            
1534            
1535             <td class="sig">
1536                 <a id="Roo.dd.DragDrop-method-isValidHandleChild"   name=".isValidHandleChild"></a>
1537                 <div class="fixedFont">
1538                         <span class="attributes"></span><b class="itemname">isValidHandleChild</b>
1539                                 
1540                                  (<a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a> <B><i>node</i></B>) 
1541                         
1542                                 
1543                                          : 
1544                                         
1545                                                 
1546                                                 boolean
1547                                         
1548                                         
1549                                         
1550                                 
1551                         
1552                 </div>
1553                 <div class="mdesc">
1554                 
1555                    <div class="short">Checks the tag exclusion list to see if this click should be ignored</div> 
1556                  
1557                  
1558                  
1559                     <div class="long">
1560                         
1561                                 Checks the tag exclusion list to see if this click should be ignored
1562                     
1563                                 
1564                         
1565                         
1566                         
1567                         
1568                                 <dl class="detailList">
1569                                 <dt class="heading">Parameters:</dt>
1570                                 
1571                                         <dt>
1572                                                 <span class="fixedFont"><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a></span>  <b>node</b>
1573                                                 
1574                                         </dt>
1575                                         <dd>the HTMLElement to evaluate</dd>
1576                                 
1577                                 </dl>
1578                         
1579                         
1580                         
1581                         
1582                         
1583                                 <dl class="detailList">
1584                                 <dt class="heading">Returns:</dt>
1585                                 
1586                                         <dd><span class="fixedFont">boolean</span>  true if this is a valid tag type, false if not</dd>
1587                                 
1588                                 </dl>
1589                         
1590                         
1591                         
1592
1593                     
1594                     
1595                      
1596                     </div>                    
1597                 </div>
1598
1599             </td>
1600             <td class="msource">
1601                 
1602                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1603                 &nbsp;
1604             </td>
1605         </tr>
1606         
1607           
1608           <tr class="method-row config-row-alt1 expandable">
1609             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1610            
1611            
1612             <td class="sig">
1613                 <a id="Roo.dd.DragDrop-method-lock"   name=".lock"></a>
1614                 <div class="fixedFont">
1615                         <span class="attributes"></span><b class="itemname">lock</b>
1616                                 
1617                                  () 
1618                         
1619                                 
1620                         
1621                 </div>
1622                 <div class="mdesc">
1623                 
1624                    <div class="short">Lock this instance</div> 
1625                  
1626                  
1627                  
1628                     <div class="long">
1629                         
1630                                 Lock this instance
1631                     
1632                                 
1633                         
1634                         
1635                         
1636                         
1637                         
1638                         
1639                         
1640                         
1641                         
1642                         
1643
1644                     
1645                     
1646                      
1647                     </div>                    
1648                 </div>
1649
1650             </td>
1651             <td class="msource">
1652                 
1653                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1654                 &nbsp;
1655             </td>
1656         </tr>
1657         
1658           
1659           <tr class="method-row config-row-alt0 expandable">
1660             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1661            
1662            
1663             <td class="sig">
1664                 <a id="Roo.util.Observable-method-on"   name=".on"></a>
1665                 <div class="fixedFont">
1666                         <span class="attributes"></span><b class="itemname">on</b>
1667                                 
1668                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
1669                         
1670                                 
1671                         
1672                 </div>
1673                 <div class="mdesc">
1674                 
1675                    <div class="short">Appends an event handler to this element (shorthand for addListener)</div> 
1676                  
1677                  
1678                  
1679                     <div class="long">
1680                         
1681                                 Appends an event handler to this element (shorthand for addListener)
1682                     
1683                                 
1684                         
1685                         
1686                         
1687                         
1688                                 <dl class="detailList">
1689                                 <dt class="heading">Parameters:</dt>
1690                                 
1691                                         <dt>
1692                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1693                                                 
1694                                         </dt>
1695                                         <dd>The type of event to listen for</dd>
1696                                 
1697                                         <dt>
1698                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1699                                                 
1700                                         </dt>
1701                                         <dd>The method the event invokes</dd>
1702                                 
1703                                         <dt>
1704                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1705                                                 
1706                                         </dt>
1707                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1708                                 
1709                                         <dt>
1710                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
1711                                                 
1712                                         </dt>
1713                                         <dd>(optional)</dd>
1714                                 
1715                                 </dl>
1716                         
1717                         
1718                         
1719                         
1720                         
1721                         
1722                         
1723
1724                     
1725                     
1726                      
1727                     </div>                    
1728                 </div>
1729
1730             </td>
1731             <td class="msource">
1732                 
1733                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1734                 &nbsp;
1735             </td>
1736         </tr>
1737         
1738           
1739           <tr class="method-row config-row-alt1 expandable">
1740             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1741            
1742            
1743             <td class="sig">
1744                 <a id="Roo.dd.DragDrop-method-onAvailable"   name=".onAvailable"></a>
1745                 <div class="fixedFont">
1746                         <span class="attributes"></span><b class="itemname">onAvailable</b>
1747                                 
1748                                  () 
1749                         
1750                                 
1751                         
1752                 </div>
1753                 <div class="mdesc">
1754                 
1755                    <div class="short">Override the onAvailable method to do what is needed after the initial<br/>position was determined.</div> 
1756                  
1757                  
1758                  
1759                     <div class="long">
1760                         
1761                                 Override the onAvailable method to do what is needed after the initial<br/>position was determined.
1762                     
1763                                 
1764                         
1765                         
1766                         
1767                         
1768                         
1769                         
1770                         
1771                         
1772                         
1773                         
1774
1775                     
1776                     
1777                      
1778                     </div>                    
1779                 </div>
1780
1781             </td>
1782             <td class="msource">
1783                 
1784                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1785                 &nbsp;
1786             </td>
1787         </tr>
1788         
1789           
1790           <tr class="method-row config-row-alt0 expandable">
1791             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1792            
1793            
1794             <td class="sig">
1795                 <a id="Roo.dd.DragDrop-method-onDrag"   name=".onDrag"></a>
1796                 <div class="fixedFont">
1797                         <span class="attributes"></span><b class="itemname">onDrag</b>
1798                                 
1799                                  (Event <B><i>e</i></B>) 
1800                         
1801                                 
1802                         
1803                 </div>
1804                 <div class="mdesc">
1805                 
1806                    <div class="short">Abstract method called during the onMouseMove event while dragging an<br/>object.</div> 
1807                  
1808                  
1809                  
1810                     <div class="long">
1811                         
1812                                 Abstract method called during the onMouseMove event while dragging an<br/>object.
1813                     
1814                                 
1815                         
1816                         
1817                         
1818                         
1819                                 <dl class="detailList">
1820                                 <dt class="heading">Parameters:</dt>
1821                                 
1822                                         <dt>
1823                                                 <span class="fixedFont">Event</span>  <b>e</b>
1824                                                 
1825                                         </dt>
1826                                         <dd>the mousemove event</dd>
1827                                 
1828                                 </dl>
1829                         
1830                         
1831                         
1832                         
1833                         
1834                         
1835                         
1836
1837                     
1838                     
1839                      
1840                     </div>                    
1841                 </div>
1842
1843             </td>
1844             <td class="msource">
1845                 
1846                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1847                 &nbsp;
1848             </td>
1849         </tr>
1850         
1851           
1852           <tr class="method-row config-row-alt1 expandable">
1853             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1854            
1855            
1856             <td class="sig">
1857                 <a id="Roo.dd.DragDrop-method-onDragDrop"   name=".onDragDrop"></a>
1858                 <div class="fixedFont">
1859                         <span class="attributes"></span><b class="itemname">onDragDrop</b>
1860                                 
1861                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1862                         
1863                                 
1864                         
1865                 </div>
1866                 <div class="mdesc">
1867                 
1868                    <div class="short">Abstract method called when this item is dropped on another DragDrop<br/>obj</div> 
1869                  
1870                  
1871                  
1872                     <div class="long">
1873                         
1874                                 Abstract method called when this item is dropped on another DragDrop<br/>obj
1875                     
1876                                 
1877                         
1878                         
1879                         
1880                         
1881                                 <dl class="detailList">
1882                                 <dt class="heading">Parameters:</dt>
1883                                 
1884                                         <dt>
1885                                                 <span class="fixedFont">Event</span>  <b>e</b>
1886                                                 
1887                                         </dt>
1888                                         <dd>the mouseup event</dd>
1889                                 
1890                                         <dt>
1891                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1892                                                 
1893                                         </dt>
1894                                         <dd>In POINT mode, the element<br/>id this was dropped on.  In INTERSECT mode, an array of dd items this<br/>was dropped on.</dd>
1895                                 
1896                                 </dl>
1897                         
1898                         
1899                         
1900                         
1901                         
1902                         
1903                         
1904
1905                     
1906                     
1907                      
1908                     </div>                    
1909                 </div>
1910
1911             </td>
1912             <td class="msource">
1913                 
1914                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1915                 &nbsp;
1916             </td>
1917         </tr>
1918         
1919           
1920           <tr class="method-row config-row-alt0 expandable">
1921             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1922            
1923            
1924             <td class="sig">
1925                 <a id="Roo.dd.DragDrop-method-onDragEnter"   name=".onDragEnter"></a>
1926                 <div class="fixedFont">
1927                         <span class="attributes"></span><b class="itemname">onDragEnter</b>
1928                                 
1929                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1930                         
1931                                 
1932                         
1933                 </div>
1934                 <div class="mdesc">
1935                 
1936                    <div class="short">Abstract method called when this element fist begins hovering over<br/>another DragDrop obj</div> 
1937                  
1938                  
1939                  
1940                     <div class="long">
1941                         
1942                                 Abstract method called when this element fist begins hovering over<br/>another DragDrop obj
1943                     
1944                                 
1945                         
1946                         
1947                         
1948                         
1949                                 <dl class="detailList">
1950                                 <dt class="heading">Parameters:</dt>
1951                                 
1952                                         <dt>
1953                                                 <span class="fixedFont">Event</span>  <b>e</b>
1954                                                 
1955                                         </dt>
1956                                         <dd>the mousemove event</dd>
1957                                 
1958                                         <dt>
1959                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1960                                                 
1961                                         </dt>
1962                                         <dd>In POINT mode, the element<br/>id this is hovering over.  In INTERSECT mode, an array of one or more<br/>dragdrop items being hovered over.</dd>
1963                                 
1964                                 </dl>
1965                         
1966                         
1967                         
1968                         
1969                         
1970                         
1971                         
1972
1973                     
1974                     
1975                      
1976                     </div>                    
1977                 </div>
1978
1979             </td>
1980             <td class="msource">
1981                 
1982                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
1983                 &nbsp;
1984             </td>
1985         </tr>
1986         
1987           
1988           <tr class="method-row config-row-alt1 expandable">
1989             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1990            
1991            
1992             <td class="sig">
1993                 <a id="Roo.dd.DragDrop-method-onDragOut"   name=".onDragOut"></a>
1994                 <div class="fixedFont">
1995                         <span class="attributes"></span><b class="itemname">onDragOut</b>
1996                                 
1997                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1998                         
1999                                 
2000                         
2001                 </div>
2002                 <div class="mdesc">
2003                 
2004                    <div class="short">Abstract method called when we are no longer hovering over an element</div> 
2005                  
2006                  
2007                  
2008                     <div class="long">
2009                         
2010                                 Abstract method called when we are no longer hovering over an element
2011                     
2012                                 
2013                         
2014                         
2015                         
2016                         
2017                                 <dl class="detailList">
2018                                 <dt class="heading">Parameters:</dt>
2019                                 
2020                                         <dt>
2021                                                 <span class="fixedFont">Event</span>  <b>e</b>
2022                                                 
2023                                         </dt>
2024                                         <dd>the mousemove event</dd>
2025                                 
2026                                         <dt>
2027                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
2028                                                 
2029                                         </dt>
2030                                         <dd>In POINT mode, the element<br/>id this was hovering over.  In INTERSECT mode, an array of dd items<br/>that the mouse is no longer over.</dd>
2031                                 
2032                                 </dl>
2033                         
2034                         
2035                         
2036                         
2037                         
2038                         
2039                         
2040
2041                     
2042                     
2043                      
2044                     </div>                    
2045                 </div>
2046
2047             </td>
2048             <td class="msource">
2049                 
2050                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2051                 &nbsp;
2052             </td>
2053         </tr>
2054         
2055           
2056           <tr class="method-row config-row-alt0 expandable">
2057             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2058            
2059            
2060             <td class="sig">
2061                 <a id="Roo.dd.DragDrop-method-onDragOver"   name=".onDragOver"></a>
2062                 <div class="fixedFont">
2063                         <span class="attributes"></span><b class="itemname">onDragOver</b>
2064                                 
2065                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
2066                         
2067                                 
2068                         
2069                 </div>
2070                 <div class="mdesc">
2071                 
2072                    <div class="short">Abstract method called when this element is hovering over another<br/>DragDrop obj</div> 
2073                  
2074                  
2075                  
2076                     <div class="long">
2077                         
2078                                 Abstract method called when this element is hovering over another<br/>DragDrop obj
2079                     
2080                                 
2081                         
2082                         
2083                         
2084                         
2085                                 <dl class="detailList">
2086                                 <dt class="heading">Parameters:</dt>
2087                                 
2088                                         <dt>
2089                                                 <span class="fixedFont">Event</span>  <b>e</b>
2090                                                 
2091                                         </dt>
2092                                         <dd>the mousemove event</dd>
2093                                 
2094                                         <dt>
2095                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
2096                                                 
2097                                         </dt>
2098                                         <dd>In POINT mode, the element<br/>id this is hovering over.  In INTERSECT mode, an array of dd items<br/>being hovered over.</dd>
2099                                 
2100                                 </dl>
2101                         
2102                         
2103                         
2104                         
2105                         
2106                         
2107                         
2108
2109                     
2110                     
2111                      
2112                     </div>                    
2113                 </div>
2114
2115             </td>
2116             <td class="msource">
2117                 
2118                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2119                 &nbsp;
2120             </td>
2121         </tr>
2122         
2123           
2124           <tr class="method-row config-row-alt1 expandable">
2125             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2126            
2127            
2128             <td class="sig">
2129                 <a id="Roo.dd.DragDrop-method-onInvalidDrop"   name=".onInvalidDrop"></a>
2130                 <div class="fixedFont">
2131                         <span class="attributes"></span><b class="itemname">onInvalidDrop</b>
2132                                 
2133                                  (Event <B><i>e</i></B>) 
2134                         
2135                                 
2136                         
2137                 </div>
2138                 <div class="mdesc">
2139                 
2140                    <div class="short">Abstract method called when this item is dropped on an area with no<br/>drop target</div> 
2141                  
2142                  
2143                  
2144                     <div class="long">
2145                         
2146                                 Abstract method called when this item is dropped on an area with no<br/>drop target
2147                     
2148                                 
2149                         
2150                         
2151                         
2152                         
2153                                 <dl class="detailList">
2154                                 <dt class="heading">Parameters:</dt>
2155                                 
2156                                         <dt>
2157                                                 <span class="fixedFont">Event</span>  <b>e</b>
2158                                                 
2159                                         </dt>
2160                                         <dd>the mouseup event</dd>
2161                                 
2162                                 </dl>
2163                         
2164                         
2165                         
2166                         
2167                         
2168                         
2169                         
2170
2171                     
2172                     
2173                      
2174                     </div>                    
2175                 </div>
2176
2177             </td>
2178             <td class="msource">
2179                 
2180                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2181                 &nbsp;
2182             </td>
2183         </tr>
2184         
2185           
2186           <tr class="method-row config-row-alt0 expandable">
2187             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2188            
2189            
2190             <td class="sig">
2191                 <a id="Roo.dd.DragDrop-method-onMouseDown"   name=".onMouseDown"></a>
2192                 <div class="fixedFont">
2193                         <span class="attributes"></span><b class="itemname">onMouseDown</b>
2194                                 
2195                                  (Event <B><i>e</i></B>) 
2196                         
2197                                 
2198                         
2199                 </div>
2200                 <div class="mdesc">
2201                 
2202                    <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div> 
2203                  
2204                  
2205                  
2206                     <div class="long">
2207                         
2208                                 Event handler that fires when a drag/drop obj gets a mousedown
2209                     
2210                                 
2211                         
2212                         
2213                         
2214                         
2215                                 <dl class="detailList">
2216                                 <dt class="heading">Parameters:</dt>
2217                                 
2218                                         <dt>
2219                                                 <span class="fixedFont">Event</span>  <b>e</b>
2220                                                 
2221                                         </dt>
2222                                         <dd>the mousedown event</dd>
2223                                 
2224                                 </dl>
2225                         
2226                         
2227                         
2228                         
2229                         
2230                         
2231                         
2232
2233                     
2234                     
2235                      
2236                     </div>                    
2237                 </div>
2238
2239             </td>
2240             <td class="msource">
2241                 
2242                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2243                 &nbsp;
2244             </td>
2245         </tr>
2246         
2247           
2248           <tr class="method-row config-row-alt1 expandable">
2249             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2250            
2251            
2252             <td class="sig">
2253                 <a id="Roo.dd.DragDrop-method-onMouseUp"   name=".onMouseUp"></a>
2254                 <div class="fixedFont">
2255                         <span class="attributes"></span><b class="itemname">onMouseUp</b>
2256                                 
2257                                  (Event <B><i>e</i></B>) 
2258                         
2259                                 
2260                         
2261                 </div>
2262                 <div class="mdesc">
2263                 
2264                    <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div> 
2265                  
2266                  
2267                  
2268                     <div class="long">
2269                         
2270                                 Event handler that fires when a drag/drop obj gets a mouseup
2271                     
2272                                 
2273                         
2274                         
2275                         
2276                         
2277                                 <dl class="detailList">
2278                                 <dt class="heading">Parameters:</dt>
2279                                 
2280                                         <dt>
2281                                                 <span class="fixedFont">Event</span>  <b>e</b>
2282                                                 
2283                                         </dt>
2284                                         <dd>the mouseup event</dd>
2285                                 
2286                                 </dl>
2287                         
2288                         
2289                         
2290                         
2291                         
2292                         
2293                         
2294
2295                     
2296                     
2297                      
2298                     </div>                    
2299                 </div>
2300
2301             </td>
2302             <td class="msource">
2303                 
2304                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2305                 &nbsp;
2306             </td>
2307         </tr>
2308         
2309           
2310           <tr class="method-row config-row-alt0 expandable">
2311             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2312            
2313            
2314             <td class="sig">
2315                 <a id="Roo.dd.DragDrop-method-padding"   name=".padding"></a>
2316                 <div class="fixedFont">
2317                         <span class="attributes"></span><b class="itemname">padding</b>
2318                                 
2319                                  () 
2320                         
2321                                 
2322                         
2323                 </div>
2324                 <div class="mdesc">
2325                 
2326                    <div class="short">The padding configured for this drag and drop object for calculating<br/>the drop zone intersection with this object.</div> 
2327                  
2328                  
2329                  
2330                     <div class="long">
2331                         
2332                                 The padding configured for this drag and drop object for calculating<br/>the drop zone intersection with this object.
2333                     
2334                                 
2335                         
2336                         
2337                         
2338                         
2339                         
2340                         
2341                         
2342                         
2343                         
2344                         
2345
2346                     
2347                     
2348                      
2349                     </div>                    
2350                 </div>
2351
2352             </td>
2353             <td class="msource">
2354                 
2355                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2356                 &nbsp;
2357             </td>
2358         </tr>
2359         
2360           
2361           <tr class="method-row config-row-alt1 expandable">
2362             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2363            
2364            
2365             <td class="sig">
2366                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
2367                 <div class="fixedFont">
2368                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
2369                                 
2370                                  () 
2371                         
2372                                 
2373                         
2374                 </div>
2375                 <div class="mdesc">
2376                 
2377                    <div class="short">Removes all listeners for this object</div> 
2378                  
2379                  
2380                  
2381                     <div class="long">
2382                         
2383                                 Removes all listeners for this object
2384                     
2385                                 
2386                         
2387                         
2388                         
2389                         
2390                         
2391                         
2392                         
2393                         
2394                         
2395                         
2396
2397                     
2398                     
2399                      
2400                     </div>                    
2401                 </div>
2402
2403             </td>
2404             <td class="msource">
2405                 
2406                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2407                 &nbsp;
2408             </td>
2409         </tr>
2410         
2411           
2412           <tr class="method-row config-row-alt0 expandable">
2413             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2414            
2415            
2416             <td class="sig">
2417                 <a id="Roo.dd.DragDrop-method-removeFromGroup"   name=".removeFromGroup"></a>
2418                 <div class="fixedFont">
2419                         <span class="attributes"></span><b class="itemname">removeFromGroup</b>
2420                                 
2421                                  (string <B><i>sGroup</i></B>) 
2422                         
2423                                 
2424                         
2425                 </div>
2426                 <div class="mdesc">
2427                 
2428                    <div class="short">Remove's this instance from the supplied interaction group</div> 
2429                  
2430                  
2431                  
2432                     <div class="long">
2433                         
2434                                 Remove's this instance from the supplied interaction group
2435                     
2436                                 
2437                         
2438                         
2439                         
2440                         
2441                                 <dl class="detailList">
2442                                 <dt class="heading">Parameters:</dt>
2443                                 
2444                                         <dt>
2445                                                 <span class="fixedFont">string</span>  <b>sGroup</b>
2446                                                 
2447                                         </dt>
2448                                         <dd>The group to drop</dd>
2449                                 
2450                                 </dl>
2451                         
2452                         
2453                         
2454                         
2455                         
2456                         
2457                         
2458
2459                     
2460                     
2461                      
2462                     </div>                    
2463                 </div>
2464
2465             </td>
2466             <td class="msource">
2467                 
2468                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2469                 &nbsp;
2470             </td>
2471         </tr>
2472         
2473           
2474           <tr class="method-row config-row-alt1 expandable">
2475             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2476            
2477            
2478             <td class="sig">
2479                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleClass"   name=".removeInvalidHandleClass"></a>
2480                 <div class="fixedFont">
2481                         <span class="attributes"></span><b class="itemname">removeInvalidHandleClass</b>
2482                                 
2483                                  (string <B><i>cssClass</i></B>) 
2484                         
2485                                 
2486                         
2487                 </div>
2488                 <div class="mdesc">
2489                 
2490                    <div class="short">Unsets an invalid css class</div> 
2491                  
2492                  
2493                  
2494                     <div class="long">
2495                         
2496                                 Unsets an invalid css class
2497                     
2498                                 
2499                         
2500                         
2501                         
2502                         
2503                                 <dl class="detailList">
2504                                 <dt class="heading">Parameters:</dt>
2505                                 
2506                                         <dt>
2507                                                 <span class="fixedFont">string</span>  <b>cssClass</b>
2508                                                 
2509                                         </dt>
2510                                         <dd>the class of the element(s) you wish to<br/>re-enable</dd>
2511                                 
2512                                 </dl>
2513                         
2514                         
2515                         
2516                         
2517                         
2518                         
2519                         
2520
2521                     
2522                     
2523                      
2524                     </div>                    
2525                 </div>
2526
2527             </td>
2528             <td class="msource">
2529                 
2530                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2531                 &nbsp;
2532             </td>
2533         </tr>
2534         
2535           
2536           <tr class="method-row config-row-alt0 expandable">
2537             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2538            
2539            
2540             <td class="sig">
2541                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleId"   name=".removeInvalidHandleId"></a>
2542                 <div class="fixedFont">
2543                         <span class="attributes"></span><b class="itemname">removeInvalidHandleId</b>
2544                                 
2545                                  (string <B><i>id</i></B>) 
2546                         
2547                                 
2548                         
2549                 </div>
2550                 <div class="mdesc">
2551                 
2552                    <div class="short">Unsets an invalid handle id</div> 
2553                  
2554                  
2555                  
2556                     <div class="long">
2557                         
2558                                 Unsets an invalid handle id
2559                     
2560                                 
2561                         
2562                         
2563                         
2564                         
2565                                 <dl class="detailList">
2566                                 <dt class="heading">Parameters:</dt>
2567                                 
2568                                         <dt>
2569                                                 <span class="fixedFont">string</span>  <b>id</b>
2570                                                 
2571                                         </dt>
2572                                         <dd>the id of the element to re-enable</dd>
2573                                 
2574                                 </dl>
2575                         
2576                         
2577                         
2578                         
2579                         
2580                         
2581                         
2582
2583                     
2584                     
2585                      
2586                     </div>                    
2587                 </div>
2588
2589             </td>
2590             <td class="msource">
2591                 
2592                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2593                 &nbsp;
2594             </td>
2595         </tr>
2596         
2597           
2598           <tr class="method-row config-row-alt1 expandable">
2599             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2600            
2601            
2602             <td class="sig">
2603                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleType"   name=".removeInvalidHandleType"></a>
2604                 <div class="fixedFont">
2605                         <span class="attributes"></span><b class="itemname">removeInvalidHandleType</b>
2606                                 
2607                                  (string <B><i>tagName</i></B>) 
2608                         
2609                                 
2610                         
2611                 </div>
2612                 <div class="mdesc">
2613                 
2614                    <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div> 
2615                  
2616                  
2617                  
2618                     <div class="long">
2619                         
2620                                 Unsets an excluded tag name set by addInvalidHandleType
2621                     
2622                                 
2623                         
2624                         
2625                         
2626                         
2627                                 <dl class="detailList">
2628                                 <dt class="heading">Parameters:</dt>
2629                                 
2630                                         <dt>
2631                                                 <span class="fixedFont">string</span>  <b>tagName</b>
2632                                                 
2633                                         </dt>
2634                                         <dd>the type of element to unexclude</dd>
2635                                 
2636                                 </dl>
2637                         
2638                         
2639                         
2640                         
2641                         
2642                         
2643                         
2644
2645                     
2646                     
2647                      
2648                     </div>                    
2649                 </div>
2650
2651             </td>
2652             <td class="msource">
2653                 
2654                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2655                 &nbsp;
2656             </td>
2657         </tr>
2658         
2659           
2660           <tr class="method-row config-row-alt0 expandable">
2661             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2662            
2663            
2664             <td class="sig">
2665                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
2666                 <div class="fixedFont">
2667                         <span class="attributes"></span><b class="itemname">removeListener</b>
2668                                 
2669                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
2670                         
2671                                 
2672                         
2673                 </div>
2674                 <div class="mdesc">
2675                 
2676                    <div class="short">Removes a listener</div> 
2677                  
2678                  
2679                  
2680                     <div class="long">
2681                         
2682                                 Removes a listener
2683                     
2684                                 
2685                         
2686                         
2687                         
2688                         
2689                                 <dl class="detailList">
2690                                 <dt class="heading">Parameters:</dt>
2691                                 
2692                                         <dt>
2693                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2694                                                 
2695                                         </dt>
2696                                         <dd>The type of event to listen for</dd>
2697                                 
2698                                         <dt>
2699                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
2700                                                 
2701                                         </dt>
2702                                         <dd>The handler to remove</dd>
2703                                 
2704                                         <dt>
2705                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
2706                                                 
2707                                         </dt>
2708                                         <dd>(optional) The scope (this object) for the handler</dd>
2709                                 
2710                                 </dl>
2711                         
2712                         
2713                         
2714                         
2715                         
2716                         
2717                         
2718
2719                     
2720                     
2721                      
2722                     </div>                    
2723                 </div>
2724
2725             </td>
2726             <td class="msource">
2727                 
2728                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2729                 &nbsp;
2730             </td>
2731         </tr>
2732         
2733           
2734           <tr class="method-row config-row-alt1 expandable">
2735             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2736            
2737            
2738             <td class="sig">
2739                 <a id="Roo.dd.DragDrop-method-resetConstraints"   name=".resetConstraints"></a>
2740                 <div class="fixedFont">
2741                         <span class="attributes"></span><b class="itemname">resetConstraints</b>
2742                                 
2743                                  (boolean <B><i>maintainOffset</i></B>) 
2744                         
2745                                 
2746                         
2747                 </div>
2748                 <div class="mdesc">
2749                 
2750                    <div class="short">resetConstraints must be called if you manually reposition a dd element.</div> 
2751                  
2752                  
2753                  
2754                     <div class="long">
2755                         
2756                                 resetConstraints must be called if you manually reposition a dd element.
2757                     
2758                                 
2759                         
2760                         
2761                         
2762                         
2763                                 <dl class="detailList">
2764                                 <dt class="heading">Parameters:</dt>
2765                                 
2766                                         <dt>
2767                                                 <span class="fixedFont">boolean</span>  <b>maintainOffset</b>
2768                                                 
2769                                         </dt>
2770                                         <dd></dd>
2771                                 
2772                                 </dl>
2773                         
2774                         
2775                         
2776                         
2777                         
2778                         
2779                         
2780
2781                     
2782                     
2783                      
2784                     </div>                    
2785                 </div>
2786
2787             </td>
2788             <td class="msource">
2789                 
2790                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2791                 &nbsp;
2792             </td>
2793         </tr>
2794         
2795           
2796           <tr class="method-row config-row-alt0 expandable">
2797             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2798            
2799            
2800             <td class="sig">
2801                 <a id="Roo.dd.DragDrop-method-setDragElId"   name=".setDragElId"></a>
2802                 <div class="fixedFont">
2803                         <span class="attributes"></span><b class="itemname">setDragElId</b>
2804                                 
2805                                  (<B><i>id</i></B>) 
2806                         
2807                                 
2808                         
2809                 </div>
2810                 <div class="mdesc">
2811                 
2812                    <div class="short">Allows you to specify that an element other than the linked element<br/>will be moved with the cursor during a drag</div> 
2813                  
2814                  
2815                  
2816                     <div class="long">
2817                         
2818                                 Allows you to specify that an element other than the linked element<br/>will be moved with the cursor during a drag
2819                     
2820                                 
2821                         
2822                         
2823                         
2824                         
2825                                 <dl class="detailList">
2826                                 <dt class="heading">Parameters:</dt>
2827                                 
2828                                         <dt>
2829                                                  <b>id</b>
2830                                                 
2831                                         </dt>
2832                                         <dd>{string} the id of the element that will be used to initiate the drag</dd>
2833                                 
2834                                 </dl>
2835                         
2836                         
2837                         
2838                         
2839                         
2840                         
2841                         
2842
2843                     
2844                     
2845                      
2846                     </div>                    
2847                 </div>
2848
2849             </td>
2850             <td class="msource">
2851                 
2852                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2853                 &nbsp;
2854             </td>
2855         </tr>
2856         
2857           
2858           <tr class="method-row config-row-alt1 expandable">
2859             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2860            
2861            
2862             <td class="sig">
2863                 <a id="Roo.dd.DragDrop-method-setHandleElId"   name=".setHandleElId"></a>
2864                 <div class="fixedFont">
2865                         <span class="attributes"></span><b class="itemname">setHandleElId</b>
2866                                 
2867                                  (<B><i>id</i></B>) 
2868                         
2869                                 
2870                         
2871                 </div>
2872                 <div class="mdesc">
2873                 
2874                    <div class="short">Allows you to specify a child of the linked element that should be<br/>used to initiate the drag operation.</div> 
2875                  
2876                  
2877                  
2878                     <div class="long">
2879                         
2880                                 Allows you to specify a child of the linked element that should be<br/>used to initiate the drag operation.  An example of this would be if<br/>you have a content div with text and links.  Clicking anywhere in the<br/>content area would normally start the drag operation.  Use this method<br/>to specify that an element inside of the content div is the element<br/>that starts the drag operation.
2881                     
2882                                 
2883                         
2884                         
2885                         
2886                         
2887                                 <dl class="detailList">
2888                                 <dt class="heading">Parameters:</dt>
2889                                 
2890                                         <dt>
2891                                                  <b>id</b>
2892                                                 
2893                                         </dt>
2894                                         <dd>{string} the id of the element that will be used to<br/>initiate the drag.</dd>
2895                                 
2896                                 </dl>
2897                         
2898                         
2899                         
2900                         
2901                         
2902                         
2903                         
2904
2905                     
2906                     
2907                      
2908                     </div>                    
2909                 </div>
2910
2911             </td>
2912             <td class="msource">
2913                 
2914                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2915                 &nbsp;
2916             </td>
2917         </tr>
2918         
2919           
2920           <tr class="method-row config-row-alt0 expandable">
2921             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2922            
2923            
2924             <td class="sig">
2925                 <a id="Roo.dd.DragDrop-method-setInitPosition"   name=".setInitPosition"></a>
2926                 <div class="fixedFont">
2927                         <span class="attributes"></span><b class="itemname">setInitPosition</b>
2928                                 
2929                                  (int <B><i>diffX</i></B>, int <B><i>diffY</i></B>) 
2930                         
2931                                 
2932                         
2933                 </div>
2934                 <div class="mdesc">
2935                 
2936                    <div class="short">Stores the initial placement of the linked element.</div> 
2937                  
2938                  
2939                  
2940                     <div class="long">
2941                         
2942                                 Stores the initial placement of the linked element.
2943                     
2944                                 
2945                         
2946                         
2947                         
2948                         
2949                                 <dl class="detailList">
2950                                 <dt class="heading">Parameters:</dt>
2951                                 
2952                                         <dt>
2953                                                 <span class="fixedFont">int</span>  <b>diffX</b>
2954                                                 
2955                                         </dt>
2956                                         <dd>the X offset, default 0</dd>
2957                                 
2958                                         <dt>
2959                                                 <span class="fixedFont">int</span>  <b>diffY</b>
2960                                                 
2961                                         </dt>
2962                                         <dd>the Y offset, default 0</dd>
2963                                 
2964                                 </dl>
2965                         
2966                         
2967                         
2968                         
2969                         
2970                         
2971                         
2972
2973                     
2974                     
2975                      
2976                     </div>                    
2977                 </div>
2978
2979             </td>
2980             <td class="msource">
2981                 
2982                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
2983                 &nbsp;
2984             </td>
2985         </tr>
2986         
2987           
2988           <tr class="method-row config-row-alt1 expandable">
2989             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2990            
2991            
2992             <td class="sig">
2993                 <a id="Roo.dd.DragDrop-method-setOuterHandleElId"   name=".setOuterHandleElId"></a>
2994                 <div class="fixedFont">
2995                         <span class="attributes"></span><b class="itemname">setOuterHandleElId</b>
2996                                 
2997                                  (<B><i>id</i></B>) 
2998                         
2999                                 
3000                         
3001                 </div>
3002                 <div class="mdesc">
3003                 
3004                    <div class="short">Allows you to set an element outside of the linked element as a drag<br/>handle</div> 
3005                  
3006                  
3007                  
3008                     <div class="long">
3009                         
3010                                 Allows you to set an element outside of the linked element as a drag<br/>handle
3011                     
3012                                 
3013                         
3014                         
3015                         
3016                         
3017                                 <dl class="detailList">
3018                                 <dt class="heading">Parameters:</dt>
3019                                 
3020                                         <dt>
3021                                                  <b>id</b>
3022                                                 
3023                                         </dt>
3024                                         <dd>the id of the element that will be used to initiate the drag</dd>
3025                                 
3026                                 </dl>
3027                         
3028                         
3029                         
3030                         
3031                         
3032                         
3033                         
3034
3035                     
3036                     
3037                      
3038                     </div>                    
3039                 </div>
3040
3041             </td>
3042             <td class="msource">
3043                 
3044                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3045                 &nbsp;
3046             </td>
3047         </tr>
3048         
3049           
3050           <tr class="method-row config-row-alt0 expandable">
3051             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3052            
3053            
3054             <td class="sig">
3055                 <a id="Roo.dd.DragDrop-method-setPadding"   name=".setPadding"></a>
3056                 <div class="fixedFont">
3057                         <span class="attributes"></span><b class="itemname">setPadding</b>
3058                                 
3059                                  (int <B><i>iTop</i></B>, int <B><i>iRight</i></B>, int <B><i>iBot</i></B>, int <B><i>iLeft</i></B>) 
3060                         
3061                                 
3062                         
3063                 </div>
3064                 <div class="mdesc">
3065                 
3066                    <div class="short">Configures the padding for the target zone in px.</div> 
3067                  
3068                  
3069                  
3070                     <div class="long">
3071                         
3072                                 Configures the padding for the target zone in px.  Effectively expands<br/>(or reduces) the virtual object size for targeting calculations.<br/>Supports css-style shorthand; if only one parameter is passed, all sides<br/>will have that padding, and if only two are passed, the top and bottom<br/>will have the first param, the left and right the second.
3073                     
3074                                 
3075                         
3076                         
3077                         
3078                         
3079                                 <dl class="detailList">
3080                                 <dt class="heading">Parameters:</dt>
3081                                 
3082                                         <dt>
3083                                                 <span class="fixedFont">int</span>  <b>iTop</b>
3084                                                 
3085                                         </dt>
3086                                         <dd>Top pad</dd>
3087                                 
3088                                         <dt>
3089                                                 <span class="fixedFont">int</span>  <b>iRight</b>
3090                                                 
3091                                         </dt>
3092                                         <dd>Right pad</dd>
3093                                 
3094                                         <dt>
3095                                                 <span class="fixedFont">int</span>  <b>iBot</b>
3096                                                 
3097                                         </dt>
3098                                         <dd>Bot pad</dd>
3099                                 
3100                                         <dt>
3101                                                 <span class="fixedFont">int</span>  <b>iLeft</b>
3102                                                 
3103                                         </dt>
3104                                         <dd>Left pad</dd>
3105                                 
3106                                 </dl>
3107                         
3108                         
3109                         
3110                         
3111                         
3112                         
3113                         
3114
3115                     
3116                     
3117                      
3118                     </div>                    
3119                 </div>
3120
3121             </td>
3122             <td class="msource">
3123                 
3124                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3125                 &nbsp;
3126             </td>
3127         </tr>
3128         
3129           
3130           <tr class="method-row config-row-alt1 expandable">
3131             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3132            
3133            
3134             <td class="sig">
3135                 <a id="Roo.dd.DragDrop-method-setXConstraint"   name=".setXConstraint"></a>
3136                 <div class="fixedFont">
3137                         <span class="attributes"></span><b class="itemname">setXConstraint</b>
3138                                 
3139                                  (int <B><i>iLeft</i></B>, int <B><i>iRight</i></B>, int <B><i>iTickSize</i></B>) 
3140                         
3141                                 
3142                         
3143                 </div>
3144                 <div class="mdesc">
3145                 
3146                    <div class="short">By default, the element can be dragged any place on the screen.</div> 
3147                  
3148                  
3149                  
3150                     <div class="long">
3151                         
3152                                 By default, the element can be dragged any place on the screen.  Use<br/>this method to limit the horizontal travel of the element.  Pass in<br/>0,0 for the parameters if you want to lock the drag to the y axis.
3153                     
3154                                 
3155                         
3156                         
3157                         
3158                         
3159                                 <dl class="detailList">
3160                                 <dt class="heading">Parameters:</dt>
3161                                 
3162                                         <dt>
3163                                                 <span class="fixedFont">int</span>  <b>iLeft</b>
3164                                                 
3165                                         </dt>
3166                                         <dd>the number of pixels the element can move to the left</dd>
3167                                 
3168                                         <dt>
3169                                                 <span class="fixedFont">int</span>  <b>iRight</b>
3170                                                 
3171                                         </dt>
3172                                         <dd>the number of pixels the element can move to the<br/>right</dd>
3173                                 
3174                                         <dt>
3175                                                 <span class="fixedFont">int</span>  <b>iTickSize</b>
3176                                                 
3177                                         </dt>
3178                                         <dd>optional parameter for specifying that the<br/>element<br/>should move iTickSize pixels at a time.</dd>
3179                                 
3180                                 </dl>
3181                         
3182                         
3183                         
3184                         
3185                         
3186                         
3187                         
3188
3189                     
3190                     
3191                      
3192                     </div>                    
3193                 </div>
3194
3195             </td>
3196             <td class="msource">
3197                 
3198                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3199                 &nbsp;
3200             </td>
3201         </tr>
3202         
3203           
3204           <tr class="method-row config-row-alt0 expandable">
3205             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3206            
3207            
3208             <td class="sig">
3209                 <a id="Roo.dd.DragDrop-method-setYConstraint"   name=".setYConstraint"></a>
3210                 <div class="fixedFont">
3211                         <span class="attributes"></span><b class="itemname">setYConstraint</b>
3212                                 
3213                                  (int <B><i>iUp</i></B>, int <B><i>iDown</i></B>, int <B><i>iTickSize</i></B>) 
3214                         
3215                                 
3216                         
3217                 </div>
3218                 <div class="mdesc">
3219                 
3220                    <div class="short">By default, the element can be dragged any place on the screen.</div> 
3221                  
3222                  
3223                  
3224                     <div class="long">
3225                         
3226                                 By default, the element can be dragged any place on the screen.  Set<br/>this to limit the vertical travel of the element.  Pass in 0,0 for the<br/>parameters if you want to lock the drag to the x axis.
3227                     
3228                                 
3229                         
3230                         
3231                         
3232                         
3233                                 <dl class="detailList">
3234                                 <dt class="heading">Parameters:</dt>
3235                                 
3236                                         <dt>
3237                                                 <span class="fixedFont">int</span>  <b>iUp</b>
3238                                                 
3239                                         </dt>
3240                                         <dd>the number of pixels the element can move up</dd>
3241                                 
3242                                         <dt>
3243                                                 <span class="fixedFont">int</span>  <b>iDown</b>
3244                                                 
3245                                         </dt>
3246                                         <dd>the number of pixels the element can move down</dd>
3247                                 
3248                                         <dt>
3249                                                 <span class="fixedFont">int</span>  <b>iTickSize</b>
3250                                                 
3251                                         </dt>
3252                                         <dd>optional parameter for specifying that the<br/>element should move iTickSize pixels at a time.</dd>
3253                                 
3254                                 </dl>
3255                         
3256                         
3257                         
3258                         
3259                         
3260                         
3261                         
3262
3263                     
3264                     
3265                      
3266                     </div>                    
3267                 </div>
3268
3269             </td>
3270             <td class="msource">
3271                 
3272                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3273                 &nbsp;
3274             </td>
3275         </tr>
3276         
3277           
3278           <tr class="method-row config-row-alt1 expandable">
3279             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3280            
3281            
3282             <td class="sig">
3283                 <a id="Roo.dd.DragDrop-method-startDrag"   name=".startDrag"></a>
3284                 <div class="fixedFont">
3285                         <span class="attributes"></span><b class="itemname">startDrag</b>
3286                                 
3287                                  (int <B><i>X</i></B>, int <B><i>Y</i></B>) 
3288                         
3289                                 
3290                         
3291                 </div>
3292                 <div class="mdesc">
3293                 
3294                    <div class="short">Abstract method called after a drag/drop object is clicked<br/>and the drag or mousedown time thresholds have beeen met.</div> 
3295                  
3296                  
3297                  
3298                     <div class="long">
3299                         
3300                                 Abstract method called after a drag/drop object is clicked<br/>and the drag or mousedown time thresholds have beeen met.
3301                     
3302                                 
3303                         
3304                         
3305                         
3306                         
3307                                 <dl class="detailList">
3308                                 <dt class="heading">Parameters:</dt>
3309                                 
3310                                         <dt>
3311                                                 <span class="fixedFont">int</span>  <b>X</b>
3312                                                 
3313                                         </dt>
3314                                         <dd>click location</dd>
3315                                 
3316                                         <dt>
3317                                                 <span class="fixedFont">int</span>  <b>Y</b>
3318                                                 
3319                                         </dt>
3320                                         <dd>click location</dd>
3321                                 
3322                                 </dl>
3323                         
3324                         
3325                         
3326                         
3327                         
3328                         
3329                         
3330
3331                     
3332                     
3333                      
3334                     </div>                    
3335                 </div>
3336
3337             </td>
3338             <td class="msource">
3339                 
3340                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3341                 &nbsp;
3342             </td>
3343         </tr>
3344         
3345           
3346           <tr class="method-row config-row-alt0 expandable">
3347             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3348            
3349            
3350             <td class="sig">
3351                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
3352                 <div class="fixedFont">
3353                         <span class="attributes"></span><b class="itemname">un</b>
3354                                 
3355                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
3356                         
3357                                 
3358                         
3359                 </div>
3360                 <div class="mdesc">
3361                 
3362                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
3363                  
3364                  
3365                  
3366                     <div class="long">
3367                         
3368                                 Removes a listener (shorthand for removeListener)
3369                     
3370                                 
3371                         
3372                         
3373                         
3374                         
3375                                 <dl class="detailList">
3376                                 <dt class="heading">Parameters:</dt>
3377                                 
3378                                         <dt>
3379                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
3380                                                 
3381                                         </dt>
3382                                         <dd>The type of event to listen for</dd>
3383                                 
3384                                         <dt>
3385                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
3386                                                 
3387                                         </dt>
3388                                         <dd>The handler to remove</dd>
3389                                 
3390                                         <dt>
3391                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
3392                                                 
3393                                         </dt>
3394                                         <dd>(optional) The scope (this object) for the handler</dd>
3395                                 
3396                                 </dl>
3397                         
3398                         
3399                         
3400                         
3401                         
3402                         
3403                         
3404
3405                     
3406                     
3407                      
3408                     </div>                    
3409                 </div>
3410
3411             </td>
3412             <td class="msource">
3413                 
3414                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
3415                 &nbsp;
3416             </td>
3417         </tr>
3418         
3419           
3420           <tr class="method-row config-row-alt1 expandable">
3421             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3422            
3423            
3424             <td class="sig">
3425                 <a id="Roo.dd.DragDrop-method-unlock"   name=".unlock"></a>
3426                 <div class="fixedFont">
3427                         <span class="attributes"></span><b class="itemname">unlock</b>
3428                                 
3429                                  () 
3430                         
3431                                 
3432                         
3433                 </div>
3434                 <div class="mdesc">
3435                 
3436                    <div class="short">Unlock this instace</div> 
3437                  
3438                  
3439                  
3440                     <div class="long">
3441                         
3442                                 Unlock this instace
3443                     
3444                                 
3445                         
3446                         
3447                         
3448                         
3449                         
3450                         
3451                         
3452                         
3453                         
3454                         
3455
3456                     
3457                     
3458                      
3459                     </div>                    
3460                 </div>
3461
3462             </td>
3463             <td class="msource">
3464                 
3465                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3466                 &nbsp;
3467             </td>
3468         </tr>
3469         
3470           
3471           <tr class="method-row config-row-alt0 expandable">
3472             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3473            
3474            
3475             <td class="sig">
3476                 <a id="Roo.dd.DragDrop-method-unreg"   name=".unreg"></a>
3477                 <div class="fixedFont">
3478                         <span class="attributes"></span><b class="itemname">unreg</b>
3479                                 
3480                                  () 
3481                         
3482                                 
3483                         
3484                 </div>
3485                 <div class="mdesc">
3486                 
3487                    <div class="short">Remove all drag and drop hooks for this element</div> 
3488                  
3489                  
3490                  
3491                     <div class="long">
3492                         
3493                                 Remove all drag and drop hooks for this element
3494                     
3495                                 
3496                         
3497                         
3498                         
3499                         
3500                         
3501                         
3502                         
3503                         
3504                         
3505                         
3506
3507                     
3508                     
3509                      
3510                     </div>                    
3511                 </div>
3512
3513             </td>
3514             <td class="msource">
3515                 
3516                         <a href="./Roo.dd.DragDrop.html#constructor" roo:cls="Roo.dd.DragDrop.html#constructor">Roo.dd.DragDrop</a>
3517                 &nbsp;
3518             </td>
3519         </tr>
3520         
3521                                                        
3522     </table>
3523
3524   
3525   <!-- ============================== events summary / details ======================== -->
3526   
3527   
3528   <a id="Roo.dd.DDTarget-events"></a>
3529     
3530   
3531         
3532    
3533     
3534      <table cellspacing="0" class="member-table">
3535       <caption class="Empty">Events - Has None</caption>
3536      </table>
3537     
3538     
3539   
3540     
3541     
3542   
3543   
3544   
3545  
3546 <!-- ============================== footer ================================= -->
3547                 <div class="fineprint" style="clear:both">
3548                         
3549                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Fri Jul 13 2018 14:10:54 GMT+0800 (HKT)
3550                         Based on 
3551                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
3552                 </div>
3553         </body>
3554 </html>