sync
[roojs1] / docs / symbols / Roo.dd.DragDrop.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.DragDrop</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.DragDrop-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.dd.DragDrop-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.dd.DragDrop-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.dd.DragDrop-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 <!-- ============================== class title / details ============================ -->
46     
47     
48     <h1 class="classTitle">
49                                 
50                                 Class Roo.dd.DragDrop
51                         </h1>
52                         
53     <table cellspacing="0" class="class-summary-table">
54         
55                 <tr><td class="label">Package:</td><td class="hd-info">Roo.dd</td></tr>
56         
57         <tr><td class="label">Defined In:</td><td class="hd-info">
58                         
59                                         <a href="./src/Roo_dd_DragDrop.js.html">Roo/dd/DragDrop.js</a>.
60                         
61         </td></tr>
62         <tr><td class="label">Class:</td><td class="hd-info">DragDrop</td></tr>
63         
64         
65         <tr><td class="label">Subclasses:</td><td class="hd-info">
66                 <a href="./Roo.dd.DD.html#constructor" roo:cls="Roo.dd.DD.html#constructor">Roo.dd.DD</a>, <a href="./Roo.dd.DDProxy.html#constructor" roo:cls="Roo.dd.DDProxy.html#constructor">Roo.dd.DDProxy</a>, <a href="./Roo.dd.DDTarget.html#constructor" roo:cls="Roo.dd.DDTarget.html#constructor">Roo.dd.DDTarget</a>, <a href="./Roo.dd.DragSource.html#constructor" roo:cls="Roo.dd.DragSource.html#constructor">Roo.dd.DragSource</a>, <a href="./Roo.dd.DragZone.html#constructor" roo:cls="Roo.dd.DragZone.html#constructor">Roo.dd.DragZone</a>, <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>
67
68         
69         
70         </td></tr>
71         
72         
73         
74     </table>
75
76     
77 <!-- ============================== class summary ========================== -->                        
78     <div class="description">
79         Defines the interface and base operation of items that that can be<br/>dragged or can be drop targets.  It was designed to be extended, overriding<br/>the event handlers for startDrag, onDrag, onDragOver and onDragOut.<br/>Up to three html elements can be associated with a DragDrop instance:<br/><ul><br/><li>linked element: the element that is passed into the constructor.<br/>This is the element which defines the boundaries for interaction with<br/>other DragDrop objects.</li><br/><li>handle element(s): The drag operation only occurs if the element that<br/>was clicked matches a handle element.  By default this is the linked<br/>element, but there are times that you will want only a portion of the<br/>linked element to initiate the drag operation, and the setHandleElId()<br/>method provides a way to define this.</li><br/><li>drag element: this represents the element that would be moved along<br/>with the cursor during a drag operation.  By default, this is the linked<br/>element itself as in {<b>link</b> Roo.dd.DD}.  setDragElId() lets you define<br/>a separate element that would be moved, as in {<b>link</b> Roo.dd.DDProxy}.<br/></li><br/></ul><br/>This class should not be instantiated until the onload event to ensure that<br/>the associated elements are available.<br/>The following would define a DragDrop obj that would interact with any<br/>other DragDrop obj in the "group1" group:<br/><pre><br/> dd = new Roo.dd.DragDrop("div1", "group1");<br/></pre><br/>Since none of the event handlers have been implemented, nothing would<br/>actually happen if you were to run the code above.  Normally you would<br/>override this class or one of the default implementations, but you can<br/>also override the methods you want on an instance of the class...<br/><pre><br/> dd.onDragDrop = function(e, id) {<br/> &nbsp;&nbsp;alert("dd was dropped on " + id);<br/> }<br/></pre>
80     </div>
81
82         
83 <!-- ============================== Class comment block... ========================== -->                                       
84
85 <div class="comments">
86         <b>Class Comments / Notes</B> =>  
87         <u onclick="parent.CommentDialog.showCommentId = 'Roo.dd.DragDrop';">[Add Your comment/notes about this class]</u>
88         <br/>
89         <iframe frameborder="0"  id="comments-Roo.dd" style="border: none;width:100%;" 
90                 src="/blog.php/GtkDjsComments/Roo.dd.DragDrop.html"></iframe>
91 </div>
92         
93
94                 
95 <!-- ============================== config options ========================== -->                                               
96                  
97     
98     
99                 
100     <div class="hr"></div>
101     <a id="Roo.dd.DragDrop-configs"></a>
102                 
103     
104     
105      <table cellspacing="0" class="member-table">
106       <caption class="Empty">Config Options - Has None</caption>
107      </table>
108     
109     
110      
111                 
112   
113   
114   
115   
116   
117   
118   
119   
120   <!-- ============================== public properties ==================== -->        
121   
122   
123   
124     <a id="Roo.dd.DragDrop-props"></a>      
125     
126     
127
128     
129     
130      <table cellspacing="0" class="member-table">
131       <caption class="Empty">Public Properties - Has None</caption>
132      </table>
133     
134     
135      
136     
137   <!-- ============================== methods summary / details ======================== -->
138   
139   
140   <a id="Roo.dd.DragDrop-methods"></a>
141         <!-- constructor?? -->
142         
143         <!-- static's first 
144         
145         
146         -->
147         
148         <!-- then dynamics first -->
149         
150   
151   
152     
153     
154     
155       <table cellspacing="0" class="member-table">
156       <caption>Public Methods</caption>
157         <tr>
158             <th class="sig-header" colspan="2">Method</th>            
159             <th class="msource-header">Defined By</th>
160
161         </tr>
162         
163         
164         
165          
166         
167         
168           
169           <tr class="method-row config-row-alt0 expandable notInherited">
170             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
171            
172            
173             <td class="sig">
174                 <a id="Roo.dd-method-DragDrop"   name=".DragDrop"></a>
175                 <div class="fixedFont">
176                         <span class="attributes">new <B>Roo.dd.</B></span><b class="itemname">DragDrop</b>
177                                 
178                                  (<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>) 
179                         
180                                 
181                         
182                 </div>
183                 <div class="mdesc">
184                 
185                  
186                         <div class="short">Create a new Roo.dd.DragDrop</div> 
187                  
188                  
189                     <div class="long">
190                         
191                         
192                         
193                                 Create a new Roo.dd.DragDrop
194                         
195                         
196                                 <dl class="detailList">
197                                 <dt class="heading">Parameters:</dt>
198                                 
199                                         <dt>
200                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>id</b>
201                                                 
202                                         </dt>
203                                         <dd>of the element that is linked to this instance</dd>
204                                 
205                                         <dt>
206                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
207                                                 
208                                         </dt>
209                                         <dd>the group of related DragDrop objects</dd>
210                                 
211                                         <dt>
212                                                 <span class="fixedFont">object</span>  <b>config</b>
213                                                 
214                                         </dt>
215                                         <dd>an object containing configurable attributes<br/>               Valid properties for DragDrop:<br/>                   padding, isTarget, maintainOffset, primaryButtonOnly</dd>
216                                 
217                                 </dl>
218                         
219                         
220                         
221                         
222                         
223                         
224                         
225
226                     
227                     
228                      
229                     </div>                    
230                 </div>
231
232             </td>
233             <td class="msource">
234                 &nbsp;
235             </td>
236         </tr>
237         
238           
239           <tr class="method-row config-row-alt1 expandable notInherited">
240             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
241            
242            
243             <td class="sig">
244                 <a id="Roo.dd.DragDrop-method-addInvalidHandleClass"   name=".addInvalidHandleClass"></a>
245                 <div class="fixedFont">
246                         <span class="attributes"></span><b class="itemname">addInvalidHandleClass</b>
247                                 
248                                  (string <B><i>cssClass</i></B>) 
249                         
250                                 
251                         
252                 </div>
253                 <div class="mdesc">
254                 
255                    <div class="short">Lets you specify a css class of elements that will not initiate a drag</div> 
256                  
257                  
258                  
259                     <div class="long">
260                         
261                                 Lets you specify a css class of elements that will not initiate a drag
262                     
263                                 
264                         
265                         
266                         
267                         
268                                 <dl class="detailList">
269                                 <dt class="heading">Parameters:</dt>
270                                 
271                                         <dt>
272                                                 <span class="fixedFont">string</span>  <b>cssClass</b>
273                                                 
274                                         </dt>
275                                         <dd>the class of the elements you wish to ignore</dd>
276                                 
277                                 </dl>
278                         
279                         
280                         
281                         
282                         
283                         
284                         
285
286                     
287                     
288                      
289                     </div>                    
290                 </div>
291
292             </td>
293             <td class="msource">
294                 
295                         Roo.dd.DragDrop
296                 &nbsp;
297             </td>
298         </tr>
299         
300           
301           <tr class="method-row config-row-alt0 expandable notInherited">
302             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
303            
304            
305             <td class="sig">
306                 <a id="Roo.dd.DragDrop-method-addInvalidHandleId"   name=".addInvalidHandleId"></a>
307                 <div class="fixedFont">
308                         <span class="attributes"></span><b class="itemname">addInvalidHandleId</b>
309                                 
310                                  (string <B><i>id</i></B>) 
311                         
312                                 
313                         
314                 </div>
315                 <div class="mdesc">
316                 
317                    <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> 
318                  
319                  
320                  
321                     <div class="long">
322                         
323                                 Lets you to specify an element id for a child of a drag handle<br/>that should not initiate a drag
324                     
325                                 
326                         
327                         
328                         
329                         
330                                 <dl class="detailList">
331                                 <dt class="heading">Parameters:</dt>
332                                 
333                                         <dt>
334                                                 <span class="fixedFont">string</span>  <b>id</b>
335                                                 
336                                         </dt>
337                                         <dd>the element id of the element you wish to ignore</dd>
338                                 
339                                 </dl>
340                         
341                         
342                         
343                         
344                         
345                         
346                         
347
348                     
349                     
350                      
351                     </div>                    
352                 </div>
353
354             </td>
355             <td class="msource">
356                 
357                         Roo.dd.DragDrop
358                 &nbsp;
359             </td>
360         </tr>
361         
362           
363           <tr class="method-row config-row-alt1 expandable notInherited">
364             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
365            
366            
367             <td class="sig">
368                 <a id="Roo.dd.DragDrop-method-addInvalidHandleType"   name=".addInvalidHandleType"></a>
369                 <div class="fixedFont">
370                         <span class="attributes"></span><b class="itemname">addInvalidHandleType</b>
371                                 
372                                  (string <B><i>tagName</i></B>) 
373                         
374                                 
375                         
376                 </div>
377                 <div class="mdesc">
378                 
379                    <div class="short">Allows you to specify a tag name that should not start a drag operation<br/>when clicked.</div> 
380                  
381                  
382                  
383                     <div class="long">
384                         
385                                 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.
386                     
387                                 
388                         
389                         
390                         
391                         
392                                 <dl class="detailList">
393                                 <dt class="heading">Parameters:</dt>
394                                 
395                                         <dt>
396                                                 <span class="fixedFont">string</span>  <b>tagName</b>
397                                                 
398                                         </dt>
399                                         <dd>the type of element to exclude</dd>
400                                 
401                                 </dl>
402                         
403                         
404                         
405                         
406                         
407                         
408                         
409
410                     
411                     
412                      
413                     </div>                    
414                 </div>
415
416             </td>
417             <td class="msource">
418                 
419                         Roo.dd.DragDrop
420                 &nbsp;
421             </td>
422         </tr>
423         
424           
425           <tr class="method-row config-row-alt0 expandable notInherited">
426             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
427            
428            
429             <td class="sig">
430                 <a id="Roo.dd.DragDrop-method-addToGroup"   name=".addToGroup"></a>
431                 <div class="fixedFont">
432                         <span class="attributes"></span><b class="itemname">addToGroup</b>
433                                 
434                                  (<B><i>sGroup</i></B>) 
435                         
436                                 
437                         
438                 </div>
439                 <div class="mdesc">
440                 
441                    <div class="short">Add this instance to a group of related drag/drop objects.</div> 
442                  
443                  
444                  
445                     <div class="long">
446                         
447                                 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.
448                     
449                                 
450                         
451                         
452                         
453                         
454                                 <dl class="detailList">
455                                 <dt class="heading">Parameters:</dt>
456                                 
457                                         <dt>
458                                                  <b>sGroup</b>
459                                                 
460                                         </dt>
461                                         <dd>{string} the name of the group</dd>
462                                 
463                                 </dl>
464                         
465                         
466                         
467                         
468                         
469                         
470                         
471
472                     
473                     
474                      
475                     </div>                    
476                 </div>
477
478             </td>
479             <td class="msource">
480                 
481                         Roo.dd.DragDrop
482                 &nbsp;
483             </td>
484         </tr>
485         
486           
487           <tr class="method-row config-row-alt1 expandable notInherited">
488             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
489            
490            
491             <td class="sig">
492                 <a id="Roo.dd.DragDrop-method-applyConfig"   name=".applyConfig"></a>
493                 <div class="fixedFont">
494                         <span class="attributes"></span><b class="itemname">applyConfig</b>
495                                 
496                                  () 
497                         
498                                 
499                         
500                 </div>
501                 <div class="mdesc">
502                 
503                    <div class="short">Applies the configuration parameters that were passed into the constructor.</div> 
504                  
505                  
506                  
507                     <div class="long">
508                         
509                                 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.
510                     
511                                 
512                         
513                         
514                         
515                         
516                         
517                         
518                         
519                         
520                         
521                         
522
523                     
524                     
525                      
526                     </div>                    
527                 </div>
528
529             </td>
530             <td class="msource">
531                 
532                         Roo.dd.DragDrop
533                 &nbsp;
534             </td>
535         </tr>
536         
537           
538           <tr class="method-row config-row-alt0 expandable notInherited">
539             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
540            
541            
542             <td class="sig">
543                 <a id="Roo.dd.DragDrop-method-clearConstraints"   name=".clearConstraints"></a>
544                 <div class="fixedFont">
545                         <span class="attributes"></span><b class="itemname">clearConstraints</b>
546                                 
547                                  () 
548                         
549                                 
550                         
551                 </div>
552                 <div class="mdesc">
553                 
554                    <div class="short">Clears any constraints applied to this instance.</div> 
555                  
556                  
557                  
558                     <div class="long">
559                         
560                                 Clears any constraints applied to this instance.  Also clears ticks<br/>since they can't exist independent of a constraint at this time.
561                     
562                                 
563                         
564                         
565                         
566                         
567                         
568                         
569                         
570                         
571                         
572                         
573
574                     
575                     
576                      
577                     </div>                    
578                 </div>
579
580             </td>
581             <td class="msource">
582                 
583                         Roo.dd.DragDrop
584                 &nbsp;
585             </td>
586         </tr>
587         
588           
589           <tr class="method-row config-row-alt1 expandable notInherited">
590             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
591            
592            
593             <td class="sig">
594                 <a id="Roo.dd.DragDrop-method-clearTicks"   name=".clearTicks"></a>
595                 <div class="fixedFont">
596                         <span class="attributes"></span><b class="itemname">clearTicks</b>
597                                 
598                                  () 
599                         
600                                 
601                         
602                 </div>
603                 <div class="mdesc">
604                 
605                    <div class="short">Clears any tick interval defined for this instance</div> 
606                  
607                  
608                  
609                     <div class="long">
610                         
611                                 Clears any tick interval defined for this instance
612                     
613                                 
614                         
615                         
616                         
617                         
618                         
619                         
620                         
621                         
622                         
623                         
624
625                     
626                     
627                      
628                     </div>                    
629                 </div>
630
631             </td>
632             <td class="msource">
633                 
634                         Roo.dd.DragDrop
635                 &nbsp;
636             </td>
637         </tr>
638         
639           
640           <tr class="method-row config-row-alt0 expandable notInherited">
641             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
642            
643            
644             <td class="sig">
645                 <a id="Roo.dd.DragDrop-method-endDrag"   name=".endDrag"></a>
646                 <div class="fixedFont">
647                         <span class="attributes"></span><b class="itemname">endDrag</b>
648                                 
649                                  (Event <B><i>e</i></B>) 
650                         
651                                 
652                         
653                 </div>
654                 <div class="mdesc">
655                 
656                    <div class="short">Fired when we are done dragging the object</div> 
657                  
658                  
659                  
660                     <div class="long">
661                         
662                                 Fired when we are done dragging the object
663                     
664                                 
665                         
666                         
667                         
668                         
669                                 <dl class="detailList">
670                                 <dt class="heading">Parameters:</dt>
671                                 
672                                         <dt>
673                                                 <span class="fixedFont">Event</span>  <b>e</b>
674                                                 
675                                         </dt>
676                                         <dd>the mouseup event</dd>
677                                 
678                                 </dl>
679                         
680                         
681                         
682                         
683                         
684                         
685                         
686
687                     
688                     
689                      
690                     </div>                    
691                 </div>
692
693             </td>
694             <td class="msource">
695                 
696                         Roo.dd.DragDrop
697                 &nbsp;
698             </td>
699         </tr>
700         
701           
702           <tr class="method-row config-row-alt1 expandable notInherited">
703             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
704            
705            
706             <td class="sig">
707                 <a id="Roo.dd.DragDrop-method-function toString() {
708     [native code]
709 }"   name=".function toString() {
710     [native code]
711 }"></a>
712                 <div class="fixedFont">
713                         <span class="attributes"></span><b class="itemname">function toString() {
714     [native code]
715 }</b>
716                                 
717                                  () 
718                         
719                                 
720                                          : 
721                                         
722                                                 
723                                                 string
724                                         
725                                         
726                                         
727                                 
728                         
729                 </div>
730                 <div class="mdesc">
731                 
732                    <div class="short">toString method</div> 
733                  
734                  
735                  
736                     <div class="long">
737                         
738                                 toString method
739                     
740                                 
741                         
742                         
743                         
744                         
745                         
746                         
747                         
748                         
749                                 <dl class="detailList">
750                                 <dt class="heading">Returns:</dt>
751                                 
752                                         <dd><span class="fixedFont">string</span>  string representation of the dd obj</dd>
753                                 
754                                 </dl>
755                         
756                         
757                         
758
759                     
760                     
761                      
762                     </div>                    
763                 </div>
764
765             </td>
766             <td class="msource">
767                 
768                         Roo.dd.DragDrop
769                 &nbsp;
770             </td>
771         </tr>
772         
773           
774           <tr class="method-row config-row-alt0 expandable notInherited">
775             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
776            
777            
778             <td class="sig">
779                 <a id="Roo.dd.DragDrop-method-getDragEl"   name=".getDragEl"></a>
780                 <div class="fixedFont">
781                         <span class="attributes"></span><b class="itemname">getDragEl</b>
782                                 
783                                  () 
784                         
785                                 
786                                          : 
787                                         
788                                                 
789                                                 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a>
790                                         
791                                         
792                                         
793                                 
794                         
795                 </div>
796                 <div class="mdesc">
797                 
798                    <div class="short">Returns a reference to the actual element to drag.</div> 
799                  
800                  
801                  
802                     <div class="long">
803                         
804                                 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
805                     
806                                 
807                         
808                         
809                         
810                         
811                         
812                         
813                         
814                         
815                                 <dl class="detailList">
816                                 <dt class="heading">Returns:</dt>
817                                 
818                                         <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>
819                                 
820                                 </dl>
821                         
822                         
823                         
824
825                     
826                     
827                      
828                     </div>                    
829                 </div>
830
831             </td>
832             <td class="msource">
833                 
834                         Roo.dd.DragDrop
835                 &nbsp;
836             </td>
837         </tr>
838         
839           
840           <tr class="method-row config-row-alt1 expandable notInherited">
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-getEl"   name=".getEl"></a>
846                 <div class="fixedFont">
847                         <span class="attributes"></span><b class="itemname">getEl</b>
848                                 
849                                  () 
850                         
851                                 
852                                          : 
853                                         
854                                                 
855                                                 <a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a>
856                                         
857                                         
858                                         
859                                 
860                         
861                 </div>
862                 <div class="mdesc">
863                 
864                    <div class="short">Returns a reference to the linked element</div> 
865                  
866                  
867                  
868                     <div class="long">
869                         
870                                 Returns a reference to the linked element
871                     
872                                 
873                         
874                         
875                         
876                         
877                         
878                         
879                         
880                         
881                                 <dl class="detailList">
882                                 <dt class="heading">Returns:</dt>
883                                 
884                                         <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>
885                                 
886                                 </dl>
887                         
888                         
889                         
890
891                     
892                     
893                      
894                     </div>                    
895                 </div>
896
897             </td>
898             <td class="msource">
899                 
900                         Roo.dd.DragDrop
901                 &nbsp;
902             </td>
903         </tr>
904         
905           
906           <tr class="method-row config-row-alt0 expandable notInherited">
907             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
908            
909            
910             <td class="sig">
911                 <a id="Roo.dd.DragDrop-method-init"   name=".init"></a>
912                 <div class="fixedFont">
913                         <span class="attributes"></span><b class="itemname">init</b>
914                                 
915                                  (<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>) 
916                         
917                                 
918                         
919                 </div>
920                 <div class="mdesc">
921                 
922                    <div class="short">Sets up the DragDrop object.</div> 
923                  
924                  
925                  
926                     <div class="long">
927                         
928                                 Sets up the DragDrop object.  Must be called in the constructor of any<br/>Roo.dd.DragDrop subclass
929                     
930                                 
931                         
932                         
933                         
934                         
935                                 <dl class="detailList">
936                                 <dt class="heading">Parameters:</dt>
937                                 
938                                         <dt>
939                                                  <b>id</b>
940                                                 
941                                         </dt>
942                                         <dd>the id of the linked element</dd>
943                                 
944                                         <dt>
945                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
946                                                 
947                                         </dt>
948                                         <dd>the group of related items</dd>
949                                 
950                                         <dt>
951                                                 <span class="fixedFont">object</span>  <b>config</b>
952                                                 
953                                         </dt>
954                                         <dd>configuration attributes</dd>
955                                 
956                                 </dl>
957                         
958                         
959                         
960                         
961                         
962                         
963                         
964
965                     
966                     
967                      
968                     </div>                    
969                 </div>
970
971             </td>
972             <td class="msource">
973                 
974                         Roo.dd.DragDrop
975                 &nbsp;
976             </td>
977         </tr>
978         
979           
980           <tr class="method-row config-row-alt1 expandable notInherited">
981             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
982            
983            
984             <td class="sig">
985                 <a id="Roo.dd.DragDrop-method-initTarget"   name=".initTarget"></a>
986                 <div class="fixedFont">
987                         <span class="attributes"></span><b class="itemname">initTarget</b>
988                                 
989                                  (<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>) 
990                         
991                                 
992                         
993                 </div>
994                 <div class="mdesc">
995                 
996                    <div class="short">Initializes Targeting functionality only.</div> 
997                  
998                  
999                  
1000                     <div class="long">
1001                         
1002                                 Initializes Targeting functionality only... the object does not<br/>get a mousedown handler.
1003                     
1004                                 
1005                         
1006                         
1007                         
1008                         
1009                                 <dl class="detailList">
1010                                 <dt class="heading">Parameters:</dt>
1011                                 
1012                                         <dt>
1013                                                  <b>id</b>
1014                                                 
1015                                         </dt>
1016                                         <dd>the id of the linked element</dd>
1017                                 
1018                                         <dt>
1019                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>sGroup</b>
1020                                                 
1021                                         </dt>
1022                                         <dd>the group of related items</dd>
1023                                 
1024                                         <dt>
1025                                                 <span class="fixedFont">object</span>  <b>config</b>
1026                                                 
1027                                         </dt>
1028                                         <dd>configuration attributes</dd>
1029                                 
1030                                 </dl>
1031                         
1032                         
1033                         
1034                         
1035                         
1036                         
1037                         
1038
1039                     
1040                     
1041                      
1042                     </div>                    
1043                 </div>
1044
1045             </td>
1046             <td class="msource">
1047                 
1048                         Roo.dd.DragDrop
1049                 &nbsp;
1050             </td>
1051         </tr>
1052         
1053           
1054           <tr class="method-row config-row-alt0 expandable notInherited">
1055             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1056            
1057            
1058             <td class="sig">
1059                 <a id="Roo.dd.DragDrop-method-isLocked"   name=".isLocked"></a>
1060                 <div class="fixedFont">
1061                         <span class="attributes"></span><b class="itemname">isLocked</b>
1062                                 
1063                                  () 
1064                         
1065                                 
1066                                          : 
1067                                         
1068                                                 
1069                                                 boolean
1070                                         
1071                                         
1072                                         
1073                                 
1074                         
1075                 </div>
1076                 <div class="mdesc">
1077                 
1078                    <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> 
1079                  
1080                  
1081                  
1082                     <div class="long">
1083                         
1084                                 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.)
1085                     
1086                                 
1087                         
1088                         
1089                         
1090                         
1091                         
1092                         
1093                         
1094                         
1095                                 <dl class="detailList">
1096                                 <dt class="heading">Returns:</dt>
1097                                 
1098                                         <dd><span class="fixedFont">boolean</span>  true if this obj or all drag/drop is locked, else<br/>false</dd>
1099                                 
1100                                 </dl>
1101                         
1102                         
1103                         
1104
1105                     
1106                     
1107                      
1108                     </div>                    
1109                 </div>
1110
1111             </td>
1112             <td class="msource">
1113                 
1114                         Roo.dd.DragDrop
1115                 &nbsp;
1116             </td>
1117         </tr>
1118         
1119           
1120           <tr class="method-row config-row-alt1 expandable notInherited">
1121             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1122            
1123            
1124             <td class="sig">
1125                 <a id="Roo.dd.DragDrop-method-isTarget"   name=".isTarget"></a>
1126                 <div class="fixedFont">
1127                         <span class="attributes"></span><b class="itemname">isTarget</b>
1128                                 
1129                                  () 
1130                         
1131                                 
1132                         
1133                 </div>
1134                 <div class="mdesc">
1135                 
1136                    <div class="short">By default, all insances can be a drop target.</div> 
1137                  
1138                  
1139                  
1140                     <div class="long">
1141                         
1142                                 By default, all insances can be a drop target.  This can be disabled by<br/>setting isTarget to false.
1143                     
1144                                 
1145                         
1146                         
1147                         
1148                         
1149                         
1150                         
1151                         
1152                         
1153                         
1154                         
1155
1156                     
1157                     
1158                      
1159                     </div>                    
1160                 </div>
1161
1162             </td>
1163             <td class="msource">
1164                 
1165                         Roo.dd.DragDrop
1166                 &nbsp;
1167             </td>
1168         </tr>
1169         
1170           
1171           <tr class="method-row config-row-alt0 expandable notInherited">
1172             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1173            
1174            
1175             <td class="sig">
1176                 <a id="Roo.dd.DragDrop-method-isValidHandleChild"   name=".isValidHandleChild"></a>
1177                 <div class="fixedFont">
1178                         <span class="attributes"></span><b class="itemname">isValidHandleChild</b>
1179                                 
1180                                  (<a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a> <B><i>node</i></B>) 
1181                         
1182                                 
1183                                          : 
1184                                         
1185                                                 
1186                                                 boolean
1187                                         
1188                                         
1189                                         
1190                                 
1191                         
1192                 </div>
1193                 <div class="mdesc">
1194                 
1195                    <div class="short">Checks the tag exclusion list to see if this click should be ignored</div> 
1196                  
1197                  
1198                  
1199                     <div class="long">
1200                         
1201                                 Checks the tag exclusion list to see if this click should be ignored
1202                     
1203                                 
1204                         
1205                         
1206                         
1207                         
1208                                 <dl class="detailList">
1209                                 <dt class="heading">Parameters:</dt>
1210                                 
1211                                         <dt>
1212                                                 <span class="fixedFont"><a href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-58190037">HTMLElement</a></span>  <b>node</b>
1213                                                 
1214                                         </dt>
1215                                         <dd>the HTMLElement to evaluate</dd>
1216                                 
1217                                 </dl>
1218                         
1219                         
1220                         
1221                         
1222                         
1223                                 <dl class="detailList">
1224                                 <dt class="heading">Returns:</dt>
1225                                 
1226                                         <dd><span class="fixedFont">boolean</span>  true if this is a valid tag type, false if not</dd>
1227                                 
1228                                 </dl>
1229                         
1230                         
1231                         
1232
1233                     
1234                     
1235                      
1236                     </div>                    
1237                 </div>
1238
1239             </td>
1240             <td class="msource">
1241                 
1242                         Roo.dd.DragDrop
1243                 &nbsp;
1244             </td>
1245         </tr>
1246         
1247           
1248           <tr class="method-row config-row-alt1 expandable notInherited">
1249             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1250            
1251            
1252             <td class="sig">
1253                 <a id="Roo.dd.DragDrop-method-lock"   name=".lock"></a>
1254                 <div class="fixedFont">
1255                         <span class="attributes"></span><b class="itemname">lock</b>
1256                                 
1257                                  () 
1258                         
1259                                 
1260                         
1261                 </div>
1262                 <div class="mdesc">
1263                 
1264                    <div class="short">Lock this instance</div> 
1265                  
1266                  
1267                  
1268                     <div class="long">
1269                         
1270                                 Lock this instance
1271                     
1272                                 
1273                         
1274                         
1275                         
1276                         
1277                         
1278                         
1279                         
1280                         
1281                         
1282                         
1283
1284                     
1285                     
1286                      
1287                     </div>                    
1288                 </div>
1289
1290             </td>
1291             <td class="msource">
1292                 
1293                         Roo.dd.DragDrop
1294                 &nbsp;
1295             </td>
1296         </tr>
1297         
1298           
1299           <tr class="method-row config-row-alt0 expandable notInherited">
1300             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1301            
1302            
1303             <td class="sig">
1304                 <a id="Roo.dd.DragDrop-method-onAvailable"   name=".onAvailable"></a>
1305                 <div class="fixedFont">
1306                         <span class="attributes"></span><b class="itemname">onAvailable</b>
1307                                 
1308                                  () 
1309                         
1310                                 
1311                         
1312                 </div>
1313                 <div class="mdesc">
1314                 
1315                    <div class="short">Override the onAvailable method to do what is needed after the initial<br/>position was determined.</div> 
1316                  
1317                  
1318                  
1319                     <div class="long">
1320                         
1321                                 Override the onAvailable method to do what is needed after the initial<br/>position was determined.
1322                     
1323                                 
1324                         
1325                         
1326                         
1327                         
1328                         
1329                         
1330                         
1331                         
1332                         
1333                         
1334
1335                     
1336                     
1337                      
1338                     </div>                    
1339                 </div>
1340
1341             </td>
1342             <td class="msource">
1343                 
1344                         Roo.dd.DragDrop
1345                 &nbsp;
1346             </td>
1347         </tr>
1348         
1349           
1350           <tr class="method-row config-row-alt1 expandable notInherited">
1351             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1352            
1353            
1354             <td class="sig">
1355                 <a id="Roo.dd.DragDrop-method-onDrag"   name=".onDrag"></a>
1356                 <div class="fixedFont">
1357                         <span class="attributes"></span><b class="itemname">onDrag</b>
1358                                 
1359                                  (Event <B><i>e</i></B>) 
1360                         
1361                                 
1362                         
1363                 </div>
1364                 <div class="mdesc">
1365                 
1366                    <div class="short">Abstract method called during the onMouseMove event while dragging an<br/>object.</div> 
1367                  
1368                  
1369                  
1370                     <div class="long">
1371                         
1372                                 Abstract method called during the onMouseMove event while dragging an<br/>object.
1373                     
1374                                 
1375                         
1376                         
1377                         
1378                         
1379                                 <dl class="detailList">
1380                                 <dt class="heading">Parameters:</dt>
1381                                 
1382                                         <dt>
1383                                                 <span class="fixedFont">Event</span>  <b>e</b>
1384                                                 
1385                                         </dt>
1386                                         <dd>the mousemove event</dd>
1387                                 
1388                                 </dl>
1389                         
1390                         
1391                         
1392                         
1393                         
1394                         
1395                         
1396
1397                     
1398                     
1399                      
1400                     </div>                    
1401                 </div>
1402
1403             </td>
1404             <td class="msource">
1405                 
1406                         Roo.dd.DragDrop
1407                 &nbsp;
1408             </td>
1409         </tr>
1410         
1411           
1412           <tr class="method-row config-row-alt0 expandable notInherited">
1413             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1414            
1415            
1416             <td class="sig">
1417                 <a id="Roo.dd.DragDrop-method-onDragDrop"   name=".onDragDrop"></a>
1418                 <div class="fixedFont">
1419                         <span class="attributes"></span><b class="itemname">onDragDrop</b>
1420                                 
1421                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1422                         
1423                                 
1424                         
1425                 </div>
1426                 <div class="mdesc">
1427                 
1428                    <div class="short">Abstract method called when this item is dropped on another DragDrop<br/>obj</div> 
1429                  
1430                  
1431                  
1432                     <div class="long">
1433                         
1434                                 Abstract method called when this item is dropped on another DragDrop<br/>obj
1435                     
1436                                 
1437                         
1438                         
1439                         
1440                         
1441                                 <dl class="detailList">
1442                                 <dt class="heading">Parameters:</dt>
1443                                 
1444                                         <dt>
1445                                                 <span class="fixedFont">Event</span>  <b>e</b>
1446                                                 
1447                                         </dt>
1448                                         <dd>the mouseup event</dd>
1449                                 
1450                                         <dt>
1451                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1452                                                 
1453                                         </dt>
1454                                         <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>
1455                                 
1456                                 </dl>
1457                         
1458                         
1459                         
1460                         
1461                         
1462                         
1463                         
1464
1465                     
1466                     
1467                      
1468                     </div>                    
1469                 </div>
1470
1471             </td>
1472             <td class="msource">
1473                 
1474                         Roo.dd.DragDrop
1475                 &nbsp;
1476             </td>
1477         </tr>
1478         
1479           
1480           <tr class="method-row config-row-alt1 expandable notInherited">
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-onDragEnter"   name=".onDragEnter"></a>
1486                 <div class="fixedFont">
1487                         <span class="attributes"></span><b class="itemname">onDragEnter</b>
1488                                 
1489                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1490                         
1491                                 
1492                         
1493                 </div>
1494                 <div class="mdesc">
1495                 
1496                    <div class="short">Abstract method called when this element fist begins hovering over<br/>another DragDrop obj</div> 
1497                  
1498                  
1499                  
1500                     <div class="long">
1501                         
1502                                 Abstract method called when this element fist begins hovering over<br/>another DragDrop obj
1503                     
1504                                 
1505                         
1506                         
1507                         
1508                         
1509                                 <dl class="detailList">
1510                                 <dt class="heading">Parameters:</dt>
1511                                 
1512                                         <dt>
1513                                                 <span class="fixedFont">Event</span>  <b>e</b>
1514                                                 
1515                                         </dt>
1516                                         <dd>the mousemove event</dd>
1517                                 
1518                                         <dt>
1519                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1520                                                 
1521                                         </dt>
1522                                         <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>
1523                                 
1524                                 </dl>
1525                         
1526                         
1527                         
1528                         
1529                         
1530                         
1531                         
1532
1533                     
1534                     
1535                      
1536                     </div>                    
1537                 </div>
1538
1539             </td>
1540             <td class="msource">
1541                 
1542                         Roo.dd.DragDrop
1543                 &nbsp;
1544             </td>
1545         </tr>
1546         
1547           
1548           <tr class="method-row config-row-alt0 expandable notInherited">
1549             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1550            
1551            
1552             <td class="sig">
1553                 <a id="Roo.dd.DragDrop-method-onDragOut"   name=".onDragOut"></a>
1554                 <div class="fixedFont">
1555                         <span class="attributes"></span><b class="itemname">onDragOut</b>
1556                                 
1557                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1558                         
1559                                 
1560                         
1561                 </div>
1562                 <div class="mdesc">
1563                 
1564                    <div class="short">Abstract method called when we are no longer hovering over an element</div> 
1565                  
1566                  
1567                  
1568                     <div class="long">
1569                         
1570                                 Abstract method called when we are no longer hovering over an element
1571                     
1572                                 
1573                         
1574                         
1575                         
1576                         
1577                                 <dl class="detailList">
1578                                 <dt class="heading">Parameters:</dt>
1579                                 
1580                                         <dt>
1581                                                 <span class="fixedFont">Event</span>  <b>e</b>
1582                                                 
1583                                         </dt>
1584                                         <dd>the mousemove event</dd>
1585                                 
1586                                         <dt>
1587                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1588                                                 
1589                                         </dt>
1590                                         <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>
1591                                 
1592                                 </dl>
1593                         
1594                         
1595                         
1596                         
1597                         
1598                         
1599                         
1600
1601                     
1602                     
1603                      
1604                     </div>                    
1605                 </div>
1606
1607             </td>
1608             <td class="msource">
1609                 
1610                         Roo.dd.DragDrop
1611                 &nbsp;
1612             </td>
1613         </tr>
1614         
1615           
1616           <tr class="method-row config-row-alt1 expandable notInherited">
1617             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1618            
1619            
1620             <td class="sig">
1621                 <a id="Roo.dd.DragDrop-method-onDragOver"   name=".onDragOver"></a>
1622                 <div class="fixedFont">
1623                         <span class="attributes"></span><b class="itemname">onDragOver</b>
1624                                 
1625                                  (Event <B><i>e</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[] <B><i>id</i></B>) 
1626                         
1627                                 
1628                         
1629                 </div>
1630                 <div class="mdesc">
1631                 
1632                    <div class="short">Abstract method called when this element is hovering over another<br/>DragDrop obj</div> 
1633                  
1634                  
1635                  
1636                     <div class="long">
1637                         
1638                                 Abstract method called when this element is hovering over another<br/>DragDrop obj
1639                     
1640                                 
1641                         
1642                         
1643                         
1644                         
1645                                 <dl class="detailList">
1646                                 <dt class="heading">Parameters:</dt>
1647                                 
1648                                         <dt>
1649                                                 <span class="fixedFont">Event</span>  <b>e</b>
1650                                                 
1651                                         </dt>
1652                                         <dd>the mousemove event</dd>
1653                                 
1654                                         <dt>
1655                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DragDrop[]</span>  <b>id</b>
1656                                                 
1657                                         </dt>
1658                                         <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>
1659                                 
1660                                 </dl>
1661                         
1662                         
1663                         
1664                         
1665                         
1666                         
1667                         
1668
1669                     
1670                     
1671                      
1672                     </div>                    
1673                 </div>
1674
1675             </td>
1676             <td class="msource">
1677                 
1678                         Roo.dd.DragDrop
1679                 &nbsp;
1680             </td>
1681         </tr>
1682         
1683           
1684           <tr class="method-row config-row-alt0 expandable notInherited">
1685             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1686            
1687            
1688             <td class="sig">
1689                 <a id="Roo.dd.DragDrop-method-onInvalidDrop"   name=".onInvalidDrop"></a>
1690                 <div class="fixedFont">
1691                         <span class="attributes"></span><b class="itemname">onInvalidDrop</b>
1692                                 
1693                                  (Event <B><i>e</i></B>) 
1694                         
1695                                 
1696                         
1697                 </div>
1698                 <div class="mdesc">
1699                 
1700                    <div class="short">Abstract method called when this item is dropped on an area with no<br/>drop target</div> 
1701                  
1702                  
1703                  
1704                     <div class="long">
1705                         
1706                                 Abstract method called when this item is dropped on an area with no<br/>drop target
1707                     
1708                                 
1709                         
1710                         
1711                         
1712                         
1713                                 <dl class="detailList">
1714                                 <dt class="heading">Parameters:</dt>
1715                                 
1716                                         <dt>
1717                                                 <span class="fixedFont">Event</span>  <b>e</b>
1718                                                 
1719                                         </dt>
1720                                         <dd>the mouseup event</dd>
1721                                 
1722                                 </dl>
1723                         
1724                         
1725                         
1726                         
1727                         
1728                         
1729                         
1730
1731                     
1732                     
1733                      
1734                     </div>                    
1735                 </div>
1736
1737             </td>
1738             <td class="msource">
1739                 
1740                         Roo.dd.DragDrop
1741                 &nbsp;
1742             </td>
1743         </tr>
1744         
1745           
1746           <tr class="method-row config-row-alt1 expandable notInherited">
1747             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1748            
1749            
1750             <td class="sig">
1751                 <a id="Roo.dd.DragDrop-method-onMouseDown"   name=".onMouseDown"></a>
1752                 <div class="fixedFont">
1753                         <span class="attributes"></span><b class="itemname">onMouseDown</b>
1754                                 
1755                                  (Event <B><i>e</i></B>) 
1756                         
1757                                 
1758                         
1759                 </div>
1760                 <div class="mdesc">
1761                 
1762                    <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div> 
1763                  
1764                  
1765                  
1766                     <div class="long">
1767                         
1768                                 Event handler that fires when a drag/drop obj gets a mousedown
1769                     
1770                                 
1771                         
1772                         
1773                         
1774                         
1775                                 <dl class="detailList">
1776                                 <dt class="heading">Parameters:</dt>
1777                                 
1778                                         <dt>
1779                                                 <span class="fixedFont">Event</span>  <b>e</b>
1780                                                 
1781                                         </dt>
1782                                         <dd>the mousedown event</dd>
1783                                 
1784                                 </dl>
1785                         
1786                         
1787                         
1788                         
1789                         
1790                         
1791                         
1792
1793                     
1794                     
1795                      
1796                     </div>                    
1797                 </div>
1798
1799             </td>
1800             <td class="msource">
1801                 
1802                         Roo.dd.DragDrop
1803                 &nbsp;
1804             </td>
1805         </tr>
1806         
1807           
1808           <tr class="method-row config-row-alt0 expandable notInherited">
1809             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1810            
1811            
1812             <td class="sig">
1813                 <a id="Roo.dd.DragDrop-method-onMouseUp"   name=".onMouseUp"></a>
1814                 <div class="fixedFont">
1815                         <span class="attributes"></span><b class="itemname">onMouseUp</b>
1816                                 
1817                                  (Event <B><i>e</i></B>) 
1818                         
1819                                 
1820                         
1821                 </div>
1822                 <div class="mdesc">
1823                 
1824                    <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div> 
1825                  
1826                  
1827                  
1828                     <div class="long">
1829                         
1830                                 Event handler that fires when a drag/drop obj gets a mouseup
1831                     
1832                                 
1833                         
1834                         
1835                         
1836                         
1837                                 <dl class="detailList">
1838                                 <dt class="heading">Parameters:</dt>
1839                                 
1840                                         <dt>
1841                                                 <span class="fixedFont">Event</span>  <b>e</b>
1842                                                 
1843                                         </dt>
1844                                         <dd>the mouseup event</dd>
1845                                 
1846                                 </dl>
1847                         
1848                         
1849                         
1850                         
1851                         
1852                         
1853                         
1854
1855                     
1856                     
1857                      
1858                     </div>                    
1859                 </div>
1860
1861             </td>
1862             <td class="msource">
1863                 
1864                         Roo.dd.DragDrop
1865                 &nbsp;
1866             </td>
1867         </tr>
1868         
1869           
1870           <tr class="method-row config-row-alt1 expandable notInherited">
1871             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1872            
1873            
1874             <td class="sig">
1875                 <a id="Roo.dd.DragDrop-method-padding"   name=".padding"></a>
1876                 <div class="fixedFont">
1877                         <span class="attributes"></span><b class="itemname">padding</b>
1878                                 
1879                                  () 
1880                         
1881                                 
1882                         
1883                 </div>
1884                 <div class="mdesc">
1885                 
1886                    <div class="short">The padding configured for this drag and drop object for calculating<br/>the drop zone intersection with this object.</div> 
1887                  
1888                  
1889                  
1890                     <div class="long">
1891                         
1892                                 The padding configured for this drag and drop object for calculating<br/>the drop zone intersection with this object.
1893                     
1894                                 
1895                         
1896                         
1897                         
1898                         
1899                         
1900                         
1901                         
1902                         
1903                         
1904                         
1905
1906                     
1907                     
1908                      
1909                     </div>                    
1910                 </div>
1911
1912             </td>
1913             <td class="msource">
1914                 
1915                         Roo.dd.DragDrop
1916                 &nbsp;
1917             </td>
1918         </tr>
1919         
1920           
1921           <tr class="method-row config-row-alt0 expandable notInherited">
1922             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1923            
1924            
1925             <td class="sig">
1926                 <a id="Roo.dd.DragDrop-method-removeFromGroup"   name=".removeFromGroup"></a>
1927                 <div class="fixedFont">
1928                         <span class="attributes"></span><b class="itemname">removeFromGroup</b>
1929                                 
1930                                  (string <B><i>sGroup</i></B>) 
1931                         
1932                                 
1933                         
1934                 </div>
1935                 <div class="mdesc">
1936                 
1937                    <div class="short">Remove's this instance from the supplied interaction group</div> 
1938                  
1939                  
1940                  
1941                     <div class="long">
1942                         
1943                                 Remove's this instance from the supplied interaction group
1944                     
1945                                 
1946                         
1947                         
1948                         
1949                         
1950                                 <dl class="detailList">
1951                                 <dt class="heading">Parameters:</dt>
1952                                 
1953                                         <dt>
1954                                                 <span class="fixedFont">string</span>  <b>sGroup</b>
1955                                                 
1956                                         </dt>
1957                                         <dd>The group to drop</dd>
1958                                 
1959                                 </dl>
1960                         
1961                         
1962                         
1963                         
1964                         
1965                         
1966                         
1967
1968                     
1969                     
1970                      
1971                     </div>                    
1972                 </div>
1973
1974             </td>
1975             <td class="msource">
1976                 
1977                         Roo.dd.DragDrop
1978                 &nbsp;
1979             </td>
1980         </tr>
1981         
1982           
1983           <tr class="method-row config-row-alt1 expandable notInherited">
1984             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1985            
1986            
1987             <td class="sig">
1988                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleClass"   name=".removeInvalidHandleClass"></a>
1989                 <div class="fixedFont">
1990                         <span class="attributes"></span><b class="itemname">removeInvalidHandleClass</b>
1991                                 
1992                                  (string <B><i>cssClass</i></B>) 
1993                         
1994                                 
1995                         
1996                 </div>
1997                 <div class="mdesc">
1998                 
1999                    <div class="short">Unsets an invalid css class</div> 
2000                  
2001                  
2002                  
2003                     <div class="long">
2004                         
2005                                 Unsets an invalid css class
2006                     
2007                                 
2008                         
2009                         
2010                         
2011                         
2012                                 <dl class="detailList">
2013                                 <dt class="heading">Parameters:</dt>
2014                                 
2015                                         <dt>
2016                                                 <span class="fixedFont">string</span>  <b>cssClass</b>
2017                                                 
2018                                         </dt>
2019                                         <dd>the class of the element(s) you wish to<br/>re-enable</dd>
2020                                 
2021                                 </dl>
2022                         
2023                         
2024                         
2025                         
2026                         
2027                         
2028                         
2029
2030                     
2031                     
2032                      
2033                     </div>                    
2034                 </div>
2035
2036             </td>
2037             <td class="msource">
2038                 
2039                         Roo.dd.DragDrop
2040                 &nbsp;
2041             </td>
2042         </tr>
2043         
2044           
2045           <tr class="method-row config-row-alt0 expandable notInherited">
2046             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2047            
2048            
2049             <td class="sig">
2050                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleId"   name=".removeInvalidHandleId"></a>
2051                 <div class="fixedFont">
2052                         <span class="attributes"></span><b class="itemname">removeInvalidHandleId</b>
2053                                 
2054                                  (string <B><i>id</i></B>) 
2055                         
2056                                 
2057                         
2058                 </div>
2059                 <div class="mdesc">
2060                 
2061                    <div class="short">Unsets an invalid handle id</div> 
2062                  
2063                  
2064                  
2065                     <div class="long">
2066                         
2067                                 Unsets an invalid handle id
2068                     
2069                                 
2070                         
2071                         
2072                         
2073                         
2074                                 <dl class="detailList">
2075                                 <dt class="heading">Parameters:</dt>
2076                                 
2077                                         <dt>
2078                                                 <span class="fixedFont">string</span>  <b>id</b>
2079                                                 
2080                                         </dt>
2081                                         <dd>the id of the element to re-enable</dd>
2082                                 
2083                                 </dl>
2084                         
2085                         
2086                         
2087                         
2088                         
2089                         
2090                         
2091
2092                     
2093                     
2094                      
2095                     </div>                    
2096                 </div>
2097
2098             </td>
2099             <td class="msource">
2100                 
2101                         Roo.dd.DragDrop
2102                 &nbsp;
2103             </td>
2104         </tr>
2105         
2106           
2107           <tr class="method-row config-row-alt1 expandable notInherited">
2108             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2109            
2110            
2111             <td class="sig">
2112                 <a id="Roo.dd.DragDrop-method-removeInvalidHandleType"   name=".removeInvalidHandleType"></a>
2113                 <div class="fixedFont">
2114                         <span class="attributes"></span><b class="itemname">removeInvalidHandleType</b>
2115                                 
2116                                  (string <B><i>tagName</i></B>) 
2117                         
2118                                 
2119                         
2120                 </div>
2121                 <div class="mdesc">
2122                 
2123                    <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div> 
2124                  
2125                  
2126                  
2127                     <div class="long">
2128                         
2129                                 Unsets an excluded tag name set by addInvalidHandleType
2130                     
2131                                 
2132                         
2133                         
2134                         
2135                         
2136                                 <dl class="detailList">
2137                                 <dt class="heading">Parameters:</dt>
2138                                 
2139                                         <dt>
2140                                                 <span class="fixedFont">string</span>  <b>tagName</b>
2141                                                 
2142                                         </dt>
2143                                         <dd>the type of element to unexclude</dd>
2144                                 
2145                                 </dl>
2146                         
2147                         
2148                         
2149                         
2150                         
2151                         
2152                         
2153
2154                     
2155                     
2156                      
2157                     </div>                    
2158                 </div>
2159
2160             </td>
2161             <td class="msource">
2162                 
2163                         Roo.dd.DragDrop
2164                 &nbsp;
2165             </td>
2166         </tr>
2167         
2168           
2169           <tr class="method-row config-row-alt0 expandable notInherited">
2170             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2171            
2172            
2173             <td class="sig">
2174                 <a id="Roo.dd.DragDrop-method-resetConstraints"   name=".resetConstraints"></a>
2175                 <div class="fixedFont">
2176                         <span class="attributes"></span><b class="itemname">resetConstraints</b>
2177                                 
2178                                  (boolean <B><i>maintainOffset</i></B>) 
2179                         
2180                                 
2181                         
2182                 </div>
2183                 <div class="mdesc">
2184                 
2185                    <div class="short">resetConstraints must be called if you manually reposition a dd element.</div> 
2186                  
2187                  
2188                  
2189                     <div class="long">
2190                         
2191                                 resetConstraints must be called if you manually reposition a dd element.
2192                     
2193                                 
2194                         
2195                         
2196                         
2197                         
2198                                 <dl class="detailList">
2199                                 <dt class="heading">Parameters:</dt>
2200                                 
2201                                         <dt>
2202                                                 <span class="fixedFont">boolean</span>  <b>maintainOffset</b>
2203                                                 
2204                                         </dt>
2205                                         <dd></dd>
2206                                 
2207                                 </dl>
2208                         
2209                         
2210                         
2211                         
2212                         
2213                         
2214                         
2215
2216                     
2217                     
2218                      
2219                     </div>                    
2220                 </div>
2221
2222             </td>
2223             <td class="msource">
2224                 
2225                         Roo.dd.DragDrop
2226                 &nbsp;
2227             </td>
2228         </tr>
2229         
2230           
2231           <tr class="method-row config-row-alt1 expandable notInherited">
2232             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2233            
2234            
2235             <td class="sig">
2236                 <a id="Roo.dd.DragDrop-method-setDragElId"   name=".setDragElId"></a>
2237                 <div class="fixedFont">
2238                         <span class="attributes"></span><b class="itemname">setDragElId</b>
2239                                 
2240                                  (<B><i>id</i></B>) 
2241                         
2242                                 
2243                         
2244                 </div>
2245                 <div class="mdesc">
2246                 
2247                    <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> 
2248                  
2249                  
2250                  
2251                     <div class="long">
2252                         
2253                                 Allows you to specify that an element other than the linked element<br/>will be moved with the cursor during a drag
2254                     
2255                                 
2256                         
2257                         
2258                         
2259                         
2260                                 <dl class="detailList">
2261                                 <dt class="heading">Parameters:</dt>
2262                                 
2263                                         <dt>
2264                                                  <b>id</b>
2265                                                 
2266                                         </dt>
2267                                         <dd>{string} the id of the element that will be used to initiate the drag</dd>
2268                                 
2269                                 </dl>
2270                         
2271                         
2272                         
2273                         
2274                         
2275                         
2276                         
2277
2278                     
2279                     
2280                      
2281                     </div>                    
2282                 </div>
2283
2284             </td>
2285             <td class="msource">
2286                 
2287                         Roo.dd.DragDrop
2288                 &nbsp;
2289             </td>
2290         </tr>
2291         
2292           
2293           <tr class="method-row config-row-alt0 expandable notInherited">
2294             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2295            
2296            
2297             <td class="sig">
2298                 <a id="Roo.dd.DragDrop-method-setHandleElId"   name=".setHandleElId"></a>
2299                 <div class="fixedFont">
2300                         <span class="attributes"></span><b class="itemname">setHandleElId</b>
2301                                 
2302                                  (<B><i>id</i></B>) 
2303                         
2304                                 
2305                         
2306                 </div>
2307                 <div class="mdesc">
2308                 
2309                    <div class="short">Allows you to specify a child of the linked element that should be<br/>used to initiate the drag operation.</div> 
2310                  
2311                  
2312                  
2313                     <div class="long">
2314                         
2315                                 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.
2316                     
2317                                 
2318                         
2319                         
2320                         
2321                         
2322                                 <dl class="detailList">
2323                                 <dt class="heading">Parameters:</dt>
2324                                 
2325                                         <dt>
2326                                                  <b>id</b>
2327                                                 
2328                                         </dt>
2329                                         <dd>{string} the id of the element that will be used to<br/>initiate the drag.</dd>
2330                                 
2331                                 </dl>
2332                         
2333                         
2334                         
2335                         
2336                         
2337                         
2338                         
2339
2340                     
2341                     
2342                      
2343                     </div>                    
2344                 </div>
2345
2346             </td>
2347             <td class="msource">
2348                 
2349                         Roo.dd.DragDrop
2350                 &nbsp;
2351             </td>
2352         </tr>
2353         
2354           
2355           <tr class="method-row config-row-alt1 expandable notInherited">
2356             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2357            
2358            
2359             <td class="sig">
2360                 <a id="Roo.dd.DragDrop-method-setInitPosition"   name=".setInitPosition"></a>
2361                 <div class="fixedFont">
2362                         <span class="attributes"></span><b class="itemname">setInitPosition</b>
2363                                 
2364                                  (int <B><i>diffX</i></B>, int <B><i>diffY</i></B>) 
2365                         
2366                                 
2367                         
2368                 </div>
2369                 <div class="mdesc">
2370                 
2371                    <div class="short">Stores the initial placement of the linked element.</div> 
2372                  
2373                  
2374                  
2375                     <div class="long">
2376                         
2377                                 Stores the initial placement of the linked element.
2378                     
2379                                 
2380                         
2381                         
2382                         
2383                         
2384                                 <dl class="detailList">
2385                                 <dt class="heading">Parameters:</dt>
2386                                 
2387                                         <dt>
2388                                                 <span class="fixedFont">int</span>  <b>diffX</b>
2389                                                 
2390                                         </dt>
2391                                         <dd>the X offset, default 0</dd>
2392                                 
2393                                         <dt>
2394                                                 <span class="fixedFont">int</span>  <b>diffY</b>
2395                                                 
2396                                         </dt>
2397                                         <dd>the Y offset, default 0</dd>
2398                                 
2399                                 </dl>
2400                         
2401                         
2402                         
2403                         
2404                         
2405                         
2406                         
2407
2408                     
2409                     
2410                      
2411                     </div>                    
2412                 </div>
2413
2414             </td>
2415             <td class="msource">
2416                 
2417                         Roo.dd.DragDrop
2418                 &nbsp;
2419             </td>
2420         </tr>
2421         
2422           
2423           <tr class="method-row config-row-alt0 expandable notInherited">
2424             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2425            
2426            
2427             <td class="sig">
2428                 <a id="Roo.dd.DragDrop-method-setOuterHandleElId"   name=".setOuterHandleElId"></a>
2429                 <div class="fixedFont">
2430                         <span class="attributes"></span><b class="itemname">setOuterHandleElId</b>
2431                                 
2432                                  (<B><i>id</i></B>) 
2433                         
2434                                 
2435                         
2436                 </div>
2437                 <div class="mdesc">
2438                 
2439                    <div class="short">Allows you to set an element outside of the linked element as a drag<br/>handle</div> 
2440                  
2441                  
2442                  
2443                     <div class="long">
2444                         
2445                                 Allows you to set an element outside of the linked element as a drag<br/>handle
2446                     
2447                                 
2448                         
2449                         
2450                         
2451                         
2452                                 <dl class="detailList">
2453                                 <dt class="heading">Parameters:</dt>
2454                                 
2455                                         <dt>
2456                                                  <b>id</b>
2457                                                 
2458                                         </dt>
2459                                         <dd>the id of the element that will be used to initiate the drag</dd>
2460                                 
2461                                 </dl>
2462                         
2463                         
2464                         
2465                         
2466                         
2467                         
2468                         
2469
2470                     
2471                     
2472                      
2473                     </div>                    
2474                 </div>
2475
2476             </td>
2477             <td class="msource">
2478                 
2479                         Roo.dd.DragDrop
2480                 &nbsp;
2481             </td>
2482         </tr>
2483         
2484           
2485           <tr class="method-row config-row-alt1 expandable notInherited">
2486             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2487            
2488            
2489             <td class="sig">
2490                 <a id="Roo.dd.DragDrop-method-setPadding"   name=".setPadding"></a>
2491                 <div class="fixedFont">
2492                         <span class="attributes"></span><b class="itemname">setPadding</b>
2493                                 
2494                                  (int <B><i>iTop</i></B>, int <B><i>iRight</i></B>, int <B><i>iBot</i></B>, int <B><i>iLeft</i></B>) 
2495                         
2496                                 
2497                         
2498                 </div>
2499                 <div class="mdesc">
2500                 
2501                    <div class="short">Configures the padding for the target zone in px.</div> 
2502                  
2503                  
2504                  
2505                     <div class="long">
2506                         
2507                                 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.
2508                     
2509                                 
2510                         
2511                         
2512                         
2513                         
2514                                 <dl class="detailList">
2515                                 <dt class="heading">Parameters:</dt>
2516                                 
2517                                         <dt>
2518                                                 <span class="fixedFont">int</span>  <b>iTop</b>
2519                                                 
2520                                         </dt>
2521                                         <dd>Top pad</dd>
2522                                 
2523                                         <dt>
2524                                                 <span class="fixedFont">int</span>  <b>iRight</b>
2525                                                 
2526                                         </dt>
2527                                         <dd>Right pad</dd>
2528                                 
2529                                         <dt>
2530                                                 <span class="fixedFont">int</span>  <b>iBot</b>
2531                                                 
2532                                         </dt>
2533                                         <dd>Bot pad</dd>
2534                                 
2535                                         <dt>
2536                                                 <span class="fixedFont">int</span>  <b>iLeft</b>
2537                                                 
2538                                         </dt>
2539                                         <dd>Left pad</dd>
2540                                 
2541                                 </dl>
2542                         
2543                         
2544                         
2545                         
2546                         
2547                         
2548                         
2549
2550                     
2551                     
2552                      
2553                     </div>                    
2554                 </div>
2555
2556             </td>
2557             <td class="msource">
2558                 
2559                         Roo.dd.DragDrop
2560                 &nbsp;
2561             </td>
2562         </tr>
2563         
2564           
2565           <tr class="method-row config-row-alt0 expandable notInherited">
2566             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2567            
2568            
2569             <td class="sig">
2570                 <a id="Roo.dd.DragDrop-method-setXConstraint"   name=".setXConstraint"></a>
2571                 <div class="fixedFont">
2572                         <span class="attributes"></span><b class="itemname">setXConstraint</b>
2573                                 
2574                                  (int <B><i>iLeft</i></B>, int <B><i>iRight</i></B>, int <B><i>iTickSize</i></B>) 
2575                         
2576                                 
2577                         
2578                 </div>
2579                 <div class="mdesc">
2580                 
2581                    <div class="short">By default, the element can be dragged any place on the screen.</div> 
2582                  
2583                  
2584                  
2585                     <div class="long">
2586                         
2587                                 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.
2588                     
2589                                 
2590                         
2591                         
2592                         
2593                         
2594                                 <dl class="detailList">
2595                                 <dt class="heading">Parameters:</dt>
2596                                 
2597                                         <dt>
2598                                                 <span class="fixedFont">int</span>  <b>iLeft</b>
2599                                                 
2600                                         </dt>
2601                                         <dd>the number of pixels the element can move to the left</dd>
2602                                 
2603                                         <dt>
2604                                                 <span class="fixedFont">int</span>  <b>iRight</b>
2605                                                 
2606                                         </dt>
2607                                         <dd>the number of pixels the element can move to the<br/>right</dd>
2608                                 
2609                                         <dt>
2610                                                 <span class="fixedFont">int</span>  <b>iTickSize</b>
2611                                                 
2612                                         </dt>
2613                                         <dd>optional parameter for specifying that the<br/>element<br/>should move iTickSize pixels at a time.</dd>
2614                                 
2615                                 </dl>
2616                         
2617                         
2618                         
2619                         
2620                         
2621                         
2622                         
2623
2624                     
2625                     
2626                      
2627                     </div>                    
2628                 </div>
2629
2630             </td>
2631             <td class="msource">
2632                 
2633                         Roo.dd.DragDrop
2634                 &nbsp;
2635             </td>
2636         </tr>
2637         
2638           
2639           <tr class="method-row config-row-alt1 expandable notInherited">
2640             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2641            
2642            
2643             <td class="sig">
2644                 <a id="Roo.dd.DragDrop-method-setYConstraint"   name=".setYConstraint"></a>
2645                 <div class="fixedFont">
2646                         <span class="attributes"></span><b class="itemname">setYConstraint</b>
2647                                 
2648                                  (int <B><i>iUp</i></B>, int <B><i>iDown</i></B>, int <B><i>iTickSize</i></B>) 
2649                         
2650                                 
2651                         
2652                 </div>
2653                 <div class="mdesc">
2654                 
2655                    <div class="short">By default, the element can be dragged any place on the screen.</div> 
2656                  
2657                  
2658                  
2659                     <div class="long">
2660                         
2661                                 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.
2662                     
2663                                 
2664                         
2665                         
2666                         
2667                         
2668                                 <dl class="detailList">
2669                                 <dt class="heading">Parameters:</dt>
2670                                 
2671                                         <dt>
2672                                                 <span class="fixedFont">int</span>  <b>iUp</b>
2673                                                 
2674                                         </dt>
2675                                         <dd>the number of pixels the element can move up</dd>
2676                                 
2677                                         <dt>
2678                                                 <span class="fixedFont">int</span>  <b>iDown</b>
2679                                                 
2680                                         </dt>
2681                                         <dd>the number of pixels the element can move down</dd>
2682                                 
2683                                         <dt>
2684                                                 <span class="fixedFont">int</span>  <b>iTickSize</b>
2685                                                 
2686                                         </dt>
2687                                         <dd>optional parameter for specifying that the<br/>element should move iTickSize pixels at a time.</dd>
2688                                 
2689                                 </dl>
2690                         
2691                         
2692                         
2693                         
2694                         
2695                         
2696                         
2697
2698                     
2699                     
2700                      
2701                     </div>                    
2702                 </div>
2703
2704             </td>
2705             <td class="msource">
2706                 
2707                         Roo.dd.DragDrop
2708                 &nbsp;
2709             </td>
2710         </tr>
2711         
2712           
2713           <tr class="method-row config-row-alt0 expandable notInherited">
2714             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2715            
2716            
2717             <td class="sig">
2718                 <a id="Roo.dd.DragDrop-method-startDrag"   name=".startDrag"></a>
2719                 <div class="fixedFont">
2720                         <span class="attributes"></span><b class="itemname">startDrag</b>
2721                                 
2722                                  (int <B><i>X</i></B>, int <B><i>Y</i></B>) 
2723                         
2724                                 
2725                         
2726                 </div>
2727                 <div class="mdesc">
2728                 
2729                    <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> 
2730                  
2731                  
2732                  
2733                     <div class="long">
2734                         
2735                                 Abstract method called after a drag/drop object is clicked<br/>and the drag or mousedown time thresholds have beeen met.
2736                     
2737                                 
2738                         
2739                         
2740                         
2741                         
2742                                 <dl class="detailList">
2743                                 <dt class="heading">Parameters:</dt>
2744                                 
2745                                         <dt>
2746                                                 <span class="fixedFont">int</span>  <b>X</b>
2747                                                 
2748                                         </dt>
2749                                         <dd>click location</dd>
2750                                 
2751                                         <dt>
2752                                                 <span class="fixedFont">int</span>  <b>Y</b>
2753                                                 
2754                                         </dt>
2755                                         <dd>click location</dd>
2756                                 
2757                                 </dl>
2758                         
2759                         
2760                         
2761                         
2762                         
2763                         
2764                         
2765
2766                     
2767                     
2768                      
2769                     </div>                    
2770                 </div>
2771
2772             </td>
2773             <td class="msource">
2774                 
2775                         Roo.dd.DragDrop
2776                 &nbsp;
2777             </td>
2778         </tr>
2779         
2780           
2781           <tr class="method-row config-row-alt1 expandable notInherited">
2782             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2783            
2784            
2785             <td class="sig">
2786                 <a id="Roo.dd.DragDrop-method-unlock"   name=".unlock"></a>
2787                 <div class="fixedFont">
2788                         <span class="attributes"></span><b class="itemname">unlock</b>
2789                                 
2790                                  () 
2791                         
2792                                 
2793                         
2794                 </div>
2795                 <div class="mdesc">
2796                 
2797                    <div class="short">Unlock this instace</div> 
2798                  
2799                  
2800                  
2801                     <div class="long">
2802                         
2803                                 Unlock this instace
2804                     
2805                                 
2806                         
2807                         
2808                         
2809                         
2810                         
2811                         
2812                         
2813                         
2814                         
2815                         
2816
2817                     
2818                     
2819                      
2820                     </div>                    
2821                 </div>
2822
2823             </td>
2824             <td class="msource">
2825                 
2826                         Roo.dd.DragDrop
2827                 &nbsp;
2828             </td>
2829         </tr>
2830         
2831           
2832           <tr class="method-row config-row-alt0 expandable notInherited">
2833             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2834            
2835            
2836             <td class="sig">
2837                 <a id="Roo.dd.DragDrop-method-unreg"   name=".unreg"></a>
2838                 <div class="fixedFont">
2839                         <span class="attributes"></span><b class="itemname">unreg</b>
2840                                 
2841                                  () 
2842                         
2843                                 
2844                         
2845                 </div>
2846                 <div class="mdesc">
2847                 
2848                    <div class="short">Remove all drag and drop hooks for this element</div> 
2849                  
2850                  
2851                  
2852                     <div class="long">
2853                         
2854                                 Remove all drag and drop hooks for this element
2855                     
2856                                 
2857                         
2858                         
2859                         
2860                         
2861                         
2862                         
2863                         
2864                         
2865                         
2866                         
2867
2868                     
2869                     
2870                      
2871                     </div>                    
2872                 </div>
2873
2874             </td>
2875             <td class="msource">
2876                 
2877                         Roo.dd.DragDrop
2878                 &nbsp;
2879             </td>
2880         </tr>
2881         
2882                                                        
2883     </table>
2884
2885   
2886   <!-- ============================== events summary / details ======================== -->
2887   
2888   
2889   <a id="Roo.dd.DragDrop-events"></a>
2890     
2891   
2892         
2893    
2894     
2895      <table cellspacing="0" class="member-table">
2896       <caption class="Empty">Events - Has None</caption>
2897      </table>
2898     
2899     
2900   
2901     
2902     
2903   
2904   
2905   
2906  
2907 <!-- ============================== footer ================================= -->
2908                 <div class="fineprint" style="clear:both">
2909                         
2910                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Tue Jul 27 2010 11:05:07 GMT+0800 (HKT)
2911                         Based on 
2912                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
2913                 </div>
2914         </body>
2915 </html>