|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
5 <title>API: dd DD.Drag (YUI Library)</title> |
|
6 |
|
7 <link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
8 <link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
9 |
|
10 <script type="text/javascript" src="assets/api-js"></script> |
|
11 <script type="text/javascript" src="assets/ac-js"></script> |
|
12 </head> |
|
13 |
|
14 <body id="yahoo-com"> |
|
15 |
|
16 <div id="doc3" class="yui-t2"> |
|
17 <div id="hd"> |
|
18 <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
19 <h3>dd <span class="subtitle">3.0.0</span></h3> |
|
20 <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
21 > <a href="./module_dd.html" title="dd">dd</a> |
|
22 > DD.Drag |
|
23 |
|
24 <form onsubmit="return false"> |
|
25 <div id="propertysearch"> |
|
26 Search: <input autocomplete="off" id="searchinput" /> |
|
27 <div id="searchresults"> |
|
28 |
|
29 </div> |
|
30 </div> |
|
31 </form> |
|
32 </div> |
|
33 |
|
34 <div id="bd"> |
|
35 <div id="yui-main"> |
|
36 <div class="yui-b"> |
|
37 <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
38 <fieldset> |
|
39 <legend>Filters</legend> |
|
40 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
41 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
42 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
43 </fieldset> |
|
44 </form> |
|
45 |
|
46 <h2> |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 Class <b property="yui:name">DD.Drag</b> |
|
52 <span class="extends"> |
|
53 - extends <a href="Base.html" title="Base">Base</a> |
|
54 </span> |
|
55 |
|
56 </h2> |
|
57 <!-- class tree goes here --> |
|
58 |
|
59 <dl class="subclasses" rel="yui:subclasses"> |
|
60 <dt>Known Subclasses:</dt> |
|
61 <dd> |
|
62 <span rel="yui:subclass" resource="Plugin.Drag.html"> |
|
63 <a href="Plugin.Drag.html" property="yui:name" title="Plugin.Drag">Plugin.Drag</a> |
|
64 </span> |
|
65 </dd> |
|
66 </dl> |
|
67 |
|
68 |
|
69 |
|
70 <div class="summary description" property="yui:description"> |
|
71 This class provides the ability to drag a Node. |
|
72 </div> |
|
73 |
|
74 <div class="section constructor details" rel="yui:constructor" resource="#constructor"> |
|
75 <h3 id="constructor">Constructor</h3> |
|
76 <div class="content"> |
|
77 <div class="detail"> |
|
78 <strong property="yui:name">DD.Drag</strong> |
|
79 <code> |
|
80 ( |
|
81 ) |
|
82 </code> |
|
83 <div class="description"> |
|
84 |
|
85 |
|
86 </div> |
|
87 </div> |
|
88 </div> |
|
89 </div> |
|
90 |
|
91 <div rel="yui:properties" resource="#properties"> |
|
92 <div class="section field details"> |
|
93 <h3 id="properties">Properties</h3> |
|
94 <div class="content"> |
|
95 <div class="private" rel="yui:property" resource="#property__clickTimeout"> |
|
96 <h4><a name="property__clickTimeout" property="yui:name">_clickTimeout</a> |
|
97 - <code>private <span property="yui:type">{Boolean}</span></code> |
|
98 </h4> |
|
99 <div class="detail"> |
|
100 <div class="description" property="yui:description"> |
|
101 Holder for the setTimeout call |
|
102 </div> |
|
103 </div> |
|
104 |
|
105 |
|
106 |
|
107 |
|
108 <hr /> |
|
109 </div> |
|
110 <div class="private" rel="yui:property" resource="#property__dragThreshMet"> |
|
111 <h4><a name="property__dragThreshMet" property="yui:name">_dragThreshMet</a> |
|
112 - <code>private <span property="yui:type">{Boolean}</span></code> |
|
113 </h4> |
|
114 <div class="detail"> |
|
115 <div class="description" property="yui:description"> |
|
116 Private flag to see if the drag threshhold was met |
|
117 </div> |
|
118 </div> |
|
119 |
|
120 |
|
121 |
|
122 |
|
123 <hr /> |
|
124 </div> |
|
125 <div class="private" rel="yui:property" resource="#property__endTime"> |
|
126 <h4><a name="property__endTime" property="yui:name">_endTime</a> |
|
127 - <code>private <span property="yui:type">Date</span></code> |
|
128 </h4> |
|
129 <div class="detail"> |
|
130 <div class="description" property="yui:description"> |
|
131 The getTime of the mouseup event. Not used, just here in case someone wants/needs to use it. |
|
132 </div> |
|
133 </div> |
|
134 |
|
135 |
|
136 |
|
137 |
|
138 <hr /> |
|
139 </div> |
|
140 <div class="private" rel="yui:property" resource="#property__ev_md"> |
|
141 <h4><a name="property__ev_md" property="yui:name">_ev_md</a> |
|
142 - <code>private <span property="yui:type">{Event.Facade}</span></code> |
|
143 </h4> |
|
144 <div class="detail"> |
|
145 <div class="description" property="yui:description"> |
|
146 A private reference to the mousedown DOM event |
|
147 </div> |
|
148 </div> |
|
149 |
|
150 |
|
151 |
|
152 |
|
153 <hr /> |
|
154 </div> |
|
155 <div class="private" rel="yui:property" resource="#property__fromTimeout"> |
|
156 <h4><a name="property__fromTimeout" property="yui:name">_fromTimeout</a> |
|
157 - <code>private <span property="yui:type">{Boolean}</span></code> |
|
158 </h4> |
|
159 <div class="detail"> |
|
160 <div class="description" property="yui:description"> |
|
161 Flag to determine if the drag operation came from a timeout |
|
162 </div> |
|
163 </div> |
|
164 |
|
165 |
|
166 |
|
167 |
|
168 <hr /> |
|
169 </div> |
|
170 <div class="private" rel="yui:property" resource="#property__groups"> |
|
171 <h4><a name="property__groups" property="yui:name">_groups</a> |
|
172 - <code>private <span property="yui:type">{Array}</span></code> |
|
173 </h4> |
|
174 <div class="detail"> |
|
175 <div class="description" property="yui:description"> |
|
176 Storage Array for the groups this drag belongs to. |
|
177 </div> |
|
178 </div> |
|
179 |
|
180 |
|
181 |
|
182 |
|
183 <hr /> |
|
184 </div> |
|
185 <div class="private" rel="yui:property" resource="#property__handles"> |
|
186 <h4><a name="property__handles" property="yui:name">_handles</a> |
|
187 - <code>private <span property="yui:type">{Object}</span></code> |
|
188 </h4> |
|
189 <div class="detail"> |
|
190 <div class="description" property="yui:description"> |
|
191 A private hash of the valid drag handles |
|
192 </div> |
|
193 </div> |
|
194 |
|
195 |
|
196 |
|
197 |
|
198 <hr /> |
|
199 </div> |
|
200 <div class="private" rel="yui:property" resource="#property__ieSelectBack"> |
|
201 <h4><a name="property__ieSelectBack" property="yui:name">_ieSelectBack</a> |
|
202 - <code>private <span property="yui:type">object</span></code> |
|
203 </h4> |
|
204 <div class="detail"> |
|
205 <div class="description" property="yui:description"> |
|
206 We will hold a copy of the current "onselectstart" method on this property, and reset it after we are done using it. |
|
207 </div> |
|
208 </div> |
|
209 |
|
210 |
|
211 |
|
212 |
|
213 <hr /> |
|
214 </div> |
|
215 <div class="private" rel="yui:property" resource="#property__invalids"> |
|
216 <h4><a name="property__invalids" property="yui:name">_invalids</a> |
|
217 - <code>private <span property="yui:type">{Object}</span></code> |
|
218 </h4> |
|
219 <div class="detail"> |
|
220 <div class="description" property="yui:description"> |
|
221 A private hash of the invalid selector strings |
|
222 </div> |
|
223 </div> |
|
224 |
|
225 |
|
226 |
|
227 |
|
228 <hr /> |
|
229 </div> |
|
230 <div class="private" rel="yui:property" resource="#property__invalidsDefault"> |
|
231 <h4><a name="property__invalidsDefault" property="yui:name">_invalidsDefault</a> |
|
232 - <code>private <span property="yui:type">{Object}</span></code> |
|
233 </h4> |
|
234 <div class="detail"> |
|
235 <div class="description" property="yui:description"> |
|
236 A private hash of the default invalid selector strings: {'textarea': true, 'input': true, 'a': true, 'button': true, 'select': true} |
|
237 </div> |
|
238 </div> |
|
239 |
|
240 |
|
241 |
|
242 |
|
243 <hr /> |
|
244 </div> |
|
245 <div class="private" rel="yui:property" resource="#property__startTime"> |
|
246 <h4><a name="property__startTime" property="yui:name">_startTime</a> |
|
247 - <code>private <span property="yui:type">Date</span></code> |
|
248 </h4> |
|
249 <div class="detail"> |
|
250 <div class="description" property="yui:description"> |
|
251 The getTime of the mousedown event. Not used, just here in case someone wants/needs to use it. |
|
252 </div> |
|
253 </div> |
|
254 |
|
255 |
|
256 |
|
257 |
|
258 <hr /> |
|
259 </div> |
|
260 <div class="" rel="yui:property" resource="#property_actXY"> |
|
261 <h4><a name="property_actXY" property="yui:name">actXY</a> |
|
262 - <code><span property="yui:type">{Array}</span></code> |
|
263 </h4> |
|
264 <div class="detail"> |
|
265 <div class="description" property="yui:description"> |
|
266 The xy that the node will be set to. Changing this will alter the position as it's dragged. |
|
267 </div> |
|
268 </div> |
|
269 |
|
270 |
|
271 |
|
272 |
|
273 <hr /> |
|
274 </div> |
|
275 <div class="" rel="yui:property" resource="#property_deltaXY"> |
|
276 <h4><a name="property_deltaXY" property="yui:name">deltaXY</a> |
|
277 - <code><span property="yui:type">{Array}</span></code> |
|
278 </h4> |
|
279 <div class="detail"> |
|
280 <div class="description" property="yui:description"> |
|
281 The offset of the mouse position to the element's position |
|
282 </div> |
|
283 </div> |
|
284 |
|
285 |
|
286 |
|
287 |
|
288 <hr /> |
|
289 </div> |
|
290 <div class="" rel="yui:property" resource="#property_lastXY"> |
|
291 <h4><a name="property_lastXY" property="yui:name">lastXY</a> |
|
292 - <code><span property="yui:type">{Array}</span></code> |
|
293 </h4> |
|
294 <div class="detail"> |
|
295 <div class="description" property="yui:description"> |
|
296 The position of the element as it's moving (for offset calculations) |
|
297 </div> |
|
298 </div> |
|
299 |
|
300 |
|
301 |
|
302 |
|
303 <hr /> |
|
304 </div> |
|
305 <div class="" rel="yui:property" resource="#property_mouseXY"> |
|
306 <h4><a name="property_mouseXY" property="yui:name">mouseXY</a> |
|
307 - <code><span property="yui:type">{Array}</span></code> |
|
308 </h4> |
|
309 <div class="detail"> |
|
310 <div class="description" property="yui:description"> |
|
311 The XY coords of the mousemove |
|
312 </div> |
|
313 </div> |
|
314 |
|
315 |
|
316 |
|
317 |
|
318 <hr /> |
|
319 </div> |
|
320 <div class="" rel="yui:property" resource="#property_nodeXY"> |
|
321 <h4><a name="property_nodeXY" property="yui:name">nodeXY</a> |
|
322 - <code><span property="yui:type">{Array}</span></code> |
|
323 </h4> |
|
324 <div class="detail"> |
|
325 <div class="description" property="yui:description"> |
|
326 The initial element position |
|
327 </div> |
|
328 </div> |
|
329 |
|
330 |
|
331 |
|
332 |
|
333 <hr /> |
|
334 </div> |
|
335 <div class="" rel="yui:property" resource="#property_realXY"> |
|
336 <h4><a name="property_realXY" property="yui:name">realXY</a> |
|
337 - <code><span property="yui:type">{Array}</span></code> |
|
338 </h4> |
|
339 <div class="detail"> |
|
340 <div class="description" property="yui:description"> |
|
341 The real xy position of the node. |
|
342 </div> |
|
343 </div> |
|
344 |
|
345 |
|
346 |
|
347 |
|
348 <hr /> |
|
349 </div> |
|
350 <div class="" rel="yui:property" resource="#property_region"> |
|
351 <h4><a name="property_region" property="yui:name">region</a> |
|
352 - <code><span property="yui:type">Object</span></code> |
|
353 </h4> |
|
354 <div class="detail"> |
|
355 <div class="description" property="yui:description"> |
|
356 A region object associated with this drag, used for checking regions while dragging. |
|
357 </div> |
|
358 </div> |
|
359 |
|
360 |
|
361 |
|
362 |
|
363 <hr /> |
|
364 </div> |
|
365 <div class="" rel="yui:property" resource="#property_startXY"> |
|
366 <h4><a name="property_startXY" property="yui:name">startXY</a> |
|
367 - <code><span property="yui:type">{Array}</span></code> |
|
368 </h4> |
|
369 <div class="detail"> |
|
370 <div class="description" property="yui:description"> |
|
371 The initial mouse position |
|
372 </div> |
|
373 </div> |
|
374 |
|
375 |
|
376 |
|
377 |
|
378 <hr /> |
|
379 </div> |
|
380 <div class="" rel="yui:property" resource="#property_target"> |
|
381 <h4><a name="property_target" property="yui:name">target</a> |
|
382 - <code><span property="yui:type">{Object}</span></code> |
|
383 </h4> |
|
384 <div class="detail"> |
|
385 <div class="description" property="yui:description"> |
|
386 This will be a reference to the Drop instance associated with this drag if the target: true config attribute is set.. |
|
387 </div> |
|
388 </div> |
|
389 |
|
390 |
|
391 |
|
392 |
|
393 <hr /> |
|
394 </div> |
|
395 </div> |
|
396 </div> |
|
397 |
|
398 <div rel="yui:inheritance"> |
|
399 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
400 <h4>Properties inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
401 <div class="content" rel="yui:properties"> |
|
402 <code> |
|
403 |
|
404 </code> |
|
405 </div> |
|
406 </div> |
|
407 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
408 <h4>Properties inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
409 <div class="content" rel="yui:properties"> |
|
410 <code> |
|
411 |
|
412 <span rel="yui:property" resource="Base.html#property_name"> |
|
413 <a class=" deprecated" href="Base.html#property_name" property="yui:name" title="name">name</a> |
|
414 </span> |
|
415 |
|
416 </code> |
|
417 </div> |
|
418 </div> |
|
419 </div> |
|
420 </div> |
|
421 |
|
422 <div rel="yui:methods" resource="#methods"> |
|
423 <div class="section method details"> |
|
424 <h3 id="methods">Methods</h3> |
|
425 <div class="content"> |
|
426 <div class="private" rel="yui:method" resource="#method__align"> |
|
427 <h4> |
|
428 <a name="method__align">_align</a></h4> |
|
429 <div class="detail" > |
|
430 <code> |
|
431 private |
|
432 |
|
433 |
|
434 void |
|
435 <strong property="yui:name">_align</strong> |
|
436 ( |
|
437 |
|
438 |
|
439 xy |
|
440 |
|
441 |
|
442 ) |
|
443 </code> |
|
444 |
|
445 <div class="description" property="yui:description"> |
|
446 Calculates the offsets and set's the XY that the element will move to. |
|
447 </div> |
|
448 |
|
449 <div class="description"> |
|
450 |
|
451 <dl rel="yui:parameters"> |
|
452 <dt>Parameters:</dt> |
|
453 <dd rel="yui:parameter"> |
|
454 <code><span property="yui:name">xy</span> |
|
455 <<span property="yui:type">Array</span>> |
|
456 </code> |
|
457 <span property="yui:description"> The xy coords to align with.</span> |
|
458 </dd> |
|
459 </dl> |
|
460 |
|
461 |
|
462 |
|
463 |
|
464 |
|
465 </div> |
|
466 |
|
467 </div> |
|
468 <hr /> |
|
469 </div> |
|
470 <div class="private" rel="yui:method" resource="#method__alignNode"> |
|
471 <h4> |
|
472 <a name="method__alignNode">_alignNode</a></h4> |
|
473 <div class="detail" > |
|
474 <code> |
|
475 private |
|
476 |
|
477 |
|
478 void |
|
479 <strong property="yui:name">_alignNode</strong> |
|
480 ( |
|
481 |
|
482 |
|
483 eXY |
|
484 |
|
485 |
|
486 ) |
|
487 </code> |
|
488 |
|
489 <div class="description" property="yui:description"> |
|
490 This method performs the alignment before the element move. |
|
491 </div> |
|
492 |
|
493 <div class="description"> |
|
494 |
|
495 <dl rel="yui:parameters"> |
|
496 <dt>Parameters:</dt> |
|
497 <dd rel="yui:parameter"> |
|
498 <code><span property="yui:name">eXY</span> |
|
499 <<span property="yui:type">Array</span>> |
|
500 </code> |
|
501 <span property="yui:description"> The XY to move the element to, usually comes from the mousemove DOM event.</span> |
|
502 </dd> |
|
503 </dl> |
|
504 |
|
505 |
|
506 |
|
507 |
|
508 |
|
509 </div> |
|
510 |
|
511 </div> |
|
512 <hr /> |
|
513 </div> |
|
514 <div class="private" rel="yui:method" resource="#method__createEvents"> |
|
515 <h4> |
|
516 <a name="method__createEvents">_createEvents</a></h4> |
|
517 <div class="detail" > |
|
518 <code> |
|
519 private |
|
520 |
|
521 |
|
522 void |
|
523 <strong property="yui:name">_createEvents</strong> |
|
524 ( |
|
525 ) |
|
526 </code> |
|
527 |
|
528 <div class="description" property="yui:description"> |
|
529 This method creates all the events for this Event Target and publishes them so we get Event Bubbling. |
|
530 </div> |
|
531 |
|
532 <div class="description"> |
|
533 |
|
534 |
|
535 |
|
536 |
|
537 |
|
538 |
|
539 </div> |
|
540 |
|
541 </div> |
|
542 <hr /> |
|
543 </div> |
|
544 <div class="private" rel="yui:method" resource="#method__defAlignFn"> |
|
545 <h4> |
|
546 <a name="method__defAlignFn">_defAlignFn</a></h4> |
|
547 <div class="detail" > |
|
548 <code> |
|
549 private |
|
550 |
|
551 |
|
552 void |
|
553 <strong property="yui:name">_defAlignFn</strong> |
|
554 ( |
|
555 |
|
556 |
|
557 e |
|
558 |
|
559 |
|
560 ) |
|
561 </code> |
|
562 |
|
563 <div class="description" property="yui:description"> |
|
564 Calculates the offsets and set's the XY that the element will move to. |
|
565 </div> |
|
566 |
|
567 <div class="description"> |
|
568 |
|
569 <dl rel="yui:parameters"> |
|
570 <dt>Parameters:</dt> |
|
571 <dd rel="yui:parameter"> |
|
572 <code><span property="yui:name">e</span> |
|
573 <<span property="yui:type">Event.Facade</span>> |
|
574 </code> |
|
575 <span property="yui:description"> The drag:align event.</span> |
|
576 </dd> |
|
577 </dl> |
|
578 |
|
579 |
|
580 |
|
581 |
|
582 |
|
583 </div> |
|
584 |
|
585 </div> |
|
586 <hr /> |
|
587 </div> |
|
588 <div class="private" rel="yui:method" resource="#method__defDragFn"> |
|
589 <h4> |
|
590 <a name="method__defDragFn">_defDragFn</a></h4> |
|
591 <div class="detail" > |
|
592 <code> |
|
593 private |
|
594 |
|
595 |
|
596 void |
|
597 <strong property="yui:name">_defDragFn</strong> |
|
598 ( |
|
599 |
|
600 |
|
601 ev |
|
602 |
|
603 |
|
604 ) |
|
605 </code> |
|
606 |
|
607 <div class="description" property="yui:description"> |
|
608 Default function for drag:drag. Fired from _moveNode. |
|
609 </div> |
|
610 |
|
611 <div class="description"> |
|
612 |
|
613 <dl rel="yui:parameters"> |
|
614 <dt>Parameters:</dt> |
|
615 <dd rel="yui:parameter"> |
|
616 <code><span property="yui:name">ev</span> |
|
617 <<span property="yui:type">Event.Facade</span>> |
|
618 </code> |
|
619 <span property="yui:description"> The drag:drag event</span> |
|
620 </dd> |
|
621 </dl> |
|
622 |
|
623 |
|
624 |
|
625 |
|
626 |
|
627 </div> |
|
628 |
|
629 </div> |
|
630 <hr /> |
|
631 </div> |
|
632 <div class="private" rel="yui:method" resource="#method__defMouseDownFn"> |
|
633 <h4> |
|
634 <a name="method__defMouseDownFn">_defMouseDownFn</a></h4> |
|
635 <div class="detail" > |
|
636 <code> |
|
637 private |
|
638 |
|
639 |
|
640 void |
|
641 <strong property="yui:name">_defMouseDownFn</strong> |
|
642 ( |
|
643 ) |
|
644 </code> |
|
645 |
|
646 <div class="description" property="yui:description"> |
|
647 Handler for the mousedown DOM event |
|
648 </div> |
|
649 |
|
650 <div class="description"> |
|
651 |
|
652 |
|
653 |
|
654 |
|
655 |
|
656 |
|
657 </div> |
|
658 |
|
659 </div> |
|
660 <hr /> |
|
661 </div> |
|
662 <div class="private" rel="yui:method" resource="#method__fixDragStart"> |
|
663 <h4> |
|
664 <a name="method__fixDragStart">_fixDragStart</a></h4> |
|
665 <div class="detail" > |
|
666 <code> |
|
667 private |
|
668 |
|
669 |
|
670 void |
|
671 <strong property="yui:name">_fixDragStart</strong> |
|
672 ( |
|
673 ) |
|
674 </code> |
|
675 |
|
676 <div class="description" property="yui:description"> |
|
677 The function we use as the ondragstart handler when we start a drag in Internet Explorer. This keeps IE from blowing up on images as drag handles. |
|
678 </div> |
|
679 |
|
680 <div class="description"> |
|
681 |
|
682 |
|
683 |
|
684 |
|
685 |
|
686 |
|
687 </div> |
|
688 |
|
689 </div> |
|
690 <hr /> |
|
691 </div> |
|
692 <div class="private" rel="yui:method" resource="#method__fixIEMouseDown"> |
|
693 <h4> |
|
694 <a name="method__fixIEMouseDown">_fixIEMouseDown</a></h4> |
|
695 <div class="detail" > |
|
696 <code> |
|
697 private |
|
698 |
|
699 |
|
700 void |
|
701 <strong property="yui:name">_fixIEMouseDown</strong> |
|
702 ( |
|
703 ) |
|
704 </code> |
|
705 |
|
706 <div class="description" property="yui:description"> |
|
707 This method copies the onselectstart listner on the document to the _ieSelectFix property |
|
708 </div> |
|
709 |
|
710 <div class="description"> |
|
711 |
|
712 |
|
713 |
|
714 |
|
715 |
|
716 |
|
717 </div> |
|
718 |
|
719 </div> |
|
720 <hr /> |
|
721 </div> |
|
722 <div class="private" rel="yui:method" resource="#method__fixIEMouseUp"> |
|
723 <h4> |
|
724 <a name="method__fixIEMouseUp">_fixIEMouseUp</a></h4> |
|
725 <div class="detail" > |
|
726 <code> |
|
727 private |
|
728 |
|
729 |
|
730 void |
|
731 <strong property="yui:name">_fixIEMouseUp</strong> |
|
732 ( |
|
733 ) |
|
734 </code> |
|
735 |
|
736 <div class="description" property="yui:description"> |
|
737 This method copies the _ieSelectFix property back to the onselectstart listner on the document. |
|
738 </div> |
|
739 |
|
740 <div class="description"> |
|
741 |
|
742 |
|
743 |
|
744 |
|
745 |
|
746 |
|
747 </div> |
|
748 |
|
749 </div> |
|
750 <hr /> |
|
751 </div> |
|
752 <div class="private" rel="yui:method" resource="#method__handleMouseDownEvent"> |
|
753 <h4> |
|
754 <a name="method__handleMouseDownEvent">_handleMouseDownEvent</a></h4> |
|
755 <div class="detail" > |
|
756 <code> |
|
757 private |
|
758 |
|
759 |
|
760 void |
|
761 <strong property="yui:name">_handleMouseDownEvent</strong> |
|
762 ( |
|
763 ) |
|
764 </code> |
|
765 |
|
766 <div class="description" property="yui:description"> |
|
767 Handler for the mousedown DOM event |
|
768 </div> |
|
769 |
|
770 <div class="description"> |
|
771 |
|
772 |
|
773 |
|
774 |
|
775 |
|
776 |
|
777 </div> |
|
778 |
|
779 </div> |
|
780 <hr /> |
|
781 </div> |
|
782 <div class="private" rel="yui:method" resource="#method__handleMouseUp"> |
|
783 <h4> |
|
784 <a name="method__handleMouseUp">_handleMouseUp</a></h4> |
|
785 <div class="detail" > |
|
786 <code> |
|
787 private |
|
788 |
|
789 |
|
790 void |
|
791 <strong property="yui:name">_handleMouseUp</strong> |
|
792 ( |
|
793 ) |
|
794 </code> |
|
795 |
|
796 <div class="description" property="yui:description"> |
|
797 Handler for the mouseup DOM event |
|
798 </div> |
|
799 |
|
800 <div class="description"> |
|
801 |
|
802 |
|
803 |
|
804 |
|
805 |
|
806 |
|
807 </div> |
|
808 |
|
809 </div> |
|
810 <hr /> |
|
811 </div> |
|
812 <div class="private" rel="yui:method" resource="#method__handleTarget"> |
|
813 <h4> |
|
814 <a name="method__handleTarget">_handleTarget</a></h4> |
|
815 <div class="detail" > |
|
816 <code> |
|
817 private |
|
818 |
|
819 |
|
820 Boolean/Object |
|
821 <strong property="yui:name">_handleTarget</strong> |
|
822 ( |
|
823 ) |
|
824 </code> |
|
825 |
|
826 <div class="description" property="yui:description"> |
|
827 Attribute handler for the target config attribute. |
|
828 </div> |
|
829 |
|
830 <div class="description"> |
|
831 |
|
832 |
|
833 |
|
834 |
|
835 |
|
836 |
|
837 </div> |
|
838 |
|
839 </div> |
|
840 <hr /> |
|
841 </div> |
|
842 <div class="private" rel="yui:method" resource="#method__ieSelectFix"> |
|
843 <h4> |
|
844 <a name="method__ieSelectFix">_ieSelectFix</a></h4> |
|
845 <div class="detail" > |
|
846 <code> |
|
847 private |
|
848 |
|
849 |
|
850 void |
|
851 <strong property="yui:name">_ieSelectFix</strong> |
|
852 ( |
|
853 ) |
|
854 </code> |
|
855 |
|
856 <div class="description" property="yui:description"> |
|
857 The function we use as the onselectstart handler when we start a drag in Internet Explorer |
|
858 </div> |
|
859 |
|
860 <div class="description"> |
|
861 |
|
862 |
|
863 |
|
864 |
|
865 |
|
866 |
|
867 </div> |
|
868 |
|
869 </div> |
|
870 <hr /> |
|
871 </div> |
|
872 <div class="private" rel="yui:method" resource="#method__move"> |
|
873 <h4> |
|
874 <a name="method__move">_move</a></h4> |
|
875 <div class="detail" > |
|
876 <code> |
|
877 private |
|
878 |
|
879 |
|
880 void |
|
881 <strong property="yui:name">_move</strong> |
|
882 ( |
|
883 |
|
884 |
|
885 ev |
|
886 |
|
887 |
|
888 ) |
|
889 </code> |
|
890 |
|
891 <div class="description" property="yui:description"> |
|
892 Fired from DragDropMgr (DDM) on mousemove. |
|
893 </div> |
|
894 |
|
895 <div class="description"> |
|
896 |
|
897 <dl rel="yui:parameters"> |
|
898 <dt>Parameters:</dt> |
|
899 <dd rel="yui:parameter"> |
|
900 <code><span property="yui:name">ev</span> |
|
901 <<span property="yui:type">Event.Facade</span>> |
|
902 </code> |
|
903 <span property="yui:description"> The mousemove DOM event</span> |
|
904 </dd> |
|
905 </dl> |
|
906 |
|
907 |
|
908 |
|
909 |
|
910 |
|
911 </div> |
|
912 |
|
913 </div> |
|
914 <hr /> |
|
915 </div> |
|
916 <div class="private" rel="yui:method" resource="#method__moveNode"> |
|
917 <h4> |
|
918 <a name="method__moveNode">_moveNode</a></h4> |
|
919 <div class="detail" > |
|
920 <code> |
|
921 private |
|
922 |
|
923 |
|
924 void |
|
925 <strong property="yui:name">_moveNode</strong> |
|
926 ( |
|
927 ) |
|
928 </code> |
|
929 |
|
930 <div class="description" property="yui:description"> |
|
931 This method performs the actual element move. |
|
932 </div> |
|
933 |
|
934 <div class="description"> |
|
935 |
|
936 |
|
937 |
|
938 |
|
939 |
|
940 |
|
941 </div> |
|
942 |
|
943 </div> |
|
944 <hr /> |
|
945 </div> |
|
946 <div class="private" rel="yui:method" resource="#method__prep"> |
|
947 <h4> |
|
948 <a name="method__prep">_prep</a></h4> |
|
949 <div class="detail" > |
|
950 <code> |
|
951 private |
|
952 |
|
953 |
|
954 void |
|
955 <strong property="yui:name">_prep</strong> |
|
956 ( |
|
957 ) |
|
958 </code> |
|
959 |
|
960 <div class="description" property="yui:description"> |
|
961 Attach event listners and add classname |
|
962 </div> |
|
963 |
|
964 <div class="description"> |
|
965 |
|
966 |
|
967 |
|
968 |
|
969 |
|
970 |
|
971 </div> |
|
972 |
|
973 </div> |
|
974 <hr /> |
|
975 </div> |
|
976 <div class="private" rel="yui:method" resource="#method__prevEndFn"> |
|
977 <h4> |
|
978 <a name="method__prevEndFn">_prevEndFn</a></h4> |
|
979 <div class="detail" > |
|
980 <code> |
|
981 private |
|
982 |
|
983 |
|
984 void |
|
985 <strong property="yui:name">_prevEndFn</strong> |
|
986 ( |
|
987 ) |
|
988 </code> |
|
989 |
|
990 <div class="description" property="yui:description"> |
|
991 Handler for preventing the drag:end event. It will reset the node back to it's start position |
|
992 </div> |
|
993 |
|
994 <div class="description"> |
|
995 |
|
996 |
|
997 |
|
998 |
|
999 |
|
1000 |
|
1001 </div> |
|
1002 |
|
1003 </div> |
|
1004 <hr /> |
|
1005 </div> |
|
1006 <div class="private" rel="yui:method" resource="#method__setStartPosition"> |
|
1007 <h4> |
|
1008 <a name="method__setStartPosition">_setStartPosition</a></h4> |
|
1009 <div class="detail" > |
|
1010 <code> |
|
1011 private |
|
1012 |
|
1013 |
|
1014 void |
|
1015 <strong property="yui:name">_setStartPosition</strong> |
|
1016 ( |
|
1017 |
|
1018 |
|
1019 xy |
|
1020 |
|
1021 |
|
1022 ) |
|
1023 </code> |
|
1024 |
|
1025 <div class="description" property="yui:description"> |
|
1026 Sets the current position of the Element and calculates the offset |
|
1027 </div> |
|
1028 |
|
1029 <div class="description"> |
|
1030 |
|
1031 <dl rel="yui:parameters"> |
|
1032 <dt>Parameters:</dt> |
|
1033 <dd rel="yui:parameter"> |
|
1034 <code><span property="yui:name">xy</span> |
|
1035 <<span property="yui:type">Array</span>> |
|
1036 </code> |
|
1037 <span property="yui:description"> The XY coords to set the position to.</span> |
|
1038 </dd> |
|
1039 </dl> |
|
1040 |
|
1041 |
|
1042 |
|
1043 |
|
1044 |
|
1045 </div> |
|
1046 |
|
1047 </div> |
|
1048 <hr /> |
|
1049 </div> |
|
1050 <div class="private" rel="yui:method" resource="#method__timeoutCheck"> |
|
1051 <h4> |
|
1052 <a name="method__timeoutCheck">_timeoutCheck</a></h4> |
|
1053 <div class="detail" > |
|
1054 <code> |
|
1055 private |
|
1056 |
|
1057 |
|
1058 void |
|
1059 <strong property="yui:name">_timeoutCheck</strong> |
|
1060 ( |
|
1061 ) |
|
1062 </code> |
|
1063 |
|
1064 <div class="description" property="yui:description"> |
|
1065 The method passed to setTimeout to determine if the clickTimeThreshold was met. |
|
1066 </div> |
|
1067 |
|
1068 <div class="description"> |
|
1069 |
|
1070 |
|
1071 |
|
1072 |
|
1073 |
|
1074 |
|
1075 </div> |
|
1076 |
|
1077 </div> |
|
1078 <hr /> |
|
1079 </div> |
|
1080 <div class="private" rel="yui:method" resource="#method__unprep"> |
|
1081 <h4> |
|
1082 <a name="method__unprep">_unprep</a></h4> |
|
1083 <div class="detail" > |
|
1084 <code> |
|
1085 private |
|
1086 |
|
1087 |
|
1088 void |
|
1089 <strong property="yui:name">_unprep</strong> |
|
1090 ( |
|
1091 ) |
|
1092 </code> |
|
1093 |
|
1094 <div class="description" property="yui:description"> |
|
1095 Detach event listeners and remove classname |
|
1096 </div> |
|
1097 |
|
1098 <div class="description"> |
|
1099 |
|
1100 |
|
1101 |
|
1102 |
|
1103 |
|
1104 |
|
1105 </div> |
|
1106 |
|
1107 </div> |
|
1108 <hr /> |
|
1109 </div> |
|
1110 <div class="" rel="yui:method" resource="#method_addHandle"> |
|
1111 <h4> |
|
1112 <a name="method_addHandle">addHandle</a></h4> |
|
1113 <div class="detail" > |
|
1114 <code> |
|
1115 |
|
1116 |
|
1117 |
|
1118 Self |
|
1119 <strong property="yui:name">addHandle</strong> |
|
1120 ( |
|
1121 |
|
1122 |
|
1123 str |
|
1124 |
|
1125 |
|
1126 ) |
|
1127 </code> |
|
1128 |
|
1129 <div class="description" property="yui:description"> |
|
1130 Add a handle to a drag element. Drag only initiates when a mousedown happens on this element. |
|
1131 </div> |
|
1132 |
|
1133 <div class="description"> |
|
1134 |
|
1135 <dl rel="yui:parameters"> |
|
1136 <dt>Parameters:</dt> |
|
1137 <dd rel="yui:parameter"> |
|
1138 <code><span property="yui:name">str</span> |
|
1139 <<span property="yui:type">String</span>> |
|
1140 </code> |
|
1141 <span property="yui:description"> The selector to test for a valid handle. Must be a child of the element.</span> |
|
1142 </dd> |
|
1143 </dl> |
|
1144 |
|
1145 |
|
1146 <div class="chainable"> |
|
1147 <strong>Chainable:</strong> This method is chainable. |
|
1148 </div> |
|
1149 |
|
1150 |
|
1151 |
|
1152 </div> |
|
1153 |
|
1154 </div> |
|
1155 <hr /> |
|
1156 </div> |
|
1157 <div class="" rel="yui:method" resource="#method_addInvalid"> |
|
1158 <h4> |
|
1159 <a name="method_addInvalid">addInvalid</a></h4> |
|
1160 <div class="detail" > |
|
1161 <code> |
|
1162 |
|
1163 |
|
1164 |
|
1165 Self |
|
1166 <strong property="yui:name">addInvalid</strong> |
|
1167 ( |
|
1168 |
|
1169 |
|
1170 str |
|
1171 |
|
1172 |
|
1173 ) |
|
1174 </code> |
|
1175 |
|
1176 <div class="description" property="yui:description"> |
|
1177 Add a selector string to test the handle against. If the test passes the drag operation will not continue. |
|
1178 </div> |
|
1179 |
|
1180 <div class="description"> |
|
1181 |
|
1182 <dl rel="yui:parameters"> |
|
1183 <dt>Parameters:</dt> |
|
1184 <dd rel="yui:parameter"> |
|
1185 <code><span property="yui:name">str</span> |
|
1186 <<span property="yui:type">String</span>> |
|
1187 </code> |
|
1188 <span property="yui:description"> The selector to test against to determine if this is an invalid drag handle.</span> |
|
1189 </dd> |
|
1190 </dl> |
|
1191 |
|
1192 |
|
1193 <div class="chainable"> |
|
1194 <strong>Chainable:</strong> This method is chainable. |
|
1195 </div> |
|
1196 |
|
1197 |
|
1198 |
|
1199 </div> |
|
1200 |
|
1201 </div> |
|
1202 <hr /> |
|
1203 </div> |
|
1204 <div class="" rel="yui:method" resource="#method_addToGroup"> |
|
1205 <h4> |
|
1206 <a name="method_addToGroup">addToGroup</a></h4> |
|
1207 <div class="detail" > |
|
1208 <code> |
|
1209 |
|
1210 |
|
1211 |
|
1212 Self |
|
1213 <strong property="yui:name">addToGroup</strong> |
|
1214 ( |
|
1215 |
|
1216 |
|
1217 g |
|
1218 |
|
1219 |
|
1220 ) |
|
1221 </code> |
|
1222 |
|
1223 <div class="description" property="yui:description"> |
|
1224 Add this Drag instance to a group, this should be used for on-the-fly group additions. |
|
1225 </div> |
|
1226 |
|
1227 <div class="description"> |
|
1228 |
|
1229 <dl rel="yui:parameters"> |
|
1230 <dt>Parameters:</dt> |
|
1231 <dd rel="yui:parameter"> |
|
1232 <code><span property="yui:name">g</span> |
|
1233 <<span property="yui:type">String</span>> |
|
1234 </code> |
|
1235 <span property="yui:description"> The group to add this Drag Instance to.</span> |
|
1236 </dd> |
|
1237 </dl> |
|
1238 |
|
1239 |
|
1240 <div class="chainable"> |
|
1241 <strong>Chainable:</strong> This method is chainable. |
|
1242 </div> |
|
1243 |
|
1244 |
|
1245 |
|
1246 </div> |
|
1247 |
|
1248 </div> |
|
1249 <hr /> |
|
1250 </div> |
|
1251 <div class="private" rel="yui:method" resource="#method_destructor"> |
|
1252 <h4> |
|
1253 <a name="method_destructor">destructor</a></h4> |
|
1254 <div class="detail" > |
|
1255 <code> |
|
1256 private |
|
1257 |
|
1258 |
|
1259 void |
|
1260 <strong property="yui:name">destructor</strong> |
|
1261 ( |
|
1262 ) |
|
1263 </code> |
|
1264 |
|
1265 <div class="description" property="yui:description"> |
|
1266 Lifecycle destructor, unreg the drag from the DDM and remove listeners |
|
1267 </div> |
|
1268 |
|
1269 <div class="description"> |
|
1270 |
|
1271 |
|
1272 |
|
1273 |
|
1274 |
|
1275 |
|
1276 </div> |
|
1277 |
|
1278 </div> |
|
1279 <hr /> |
|
1280 </div> |
|
1281 <div class="" rel="yui:method" resource="#method_end"> |
|
1282 <h4> |
|
1283 <a name="method_end">end</a></h4> |
|
1284 <div class="detail" > |
|
1285 <code> |
|
1286 |
|
1287 |
|
1288 |
|
1289 Self |
|
1290 <strong property="yui:name">end</strong> |
|
1291 ( |
|
1292 ) |
|
1293 </code> |
|
1294 |
|
1295 <div class="description" property="yui:description"> |
|
1296 Ends the drag operation |
|
1297 </div> |
|
1298 |
|
1299 <div class="description"> |
|
1300 |
|
1301 |
|
1302 |
|
1303 <div class="chainable"> |
|
1304 <strong>Chainable:</strong> This method is chainable. |
|
1305 </div> |
|
1306 |
|
1307 |
|
1308 |
|
1309 </div> |
|
1310 |
|
1311 </div> |
|
1312 <hr /> |
|
1313 </div> |
|
1314 <div class="private" rel="yui:method" resource="#method_initializer"> |
|
1315 <h4> |
|
1316 <a name="method_initializer">initializer</a></h4> |
|
1317 <div class="detail" > |
|
1318 <code> |
|
1319 private |
|
1320 |
|
1321 |
|
1322 void |
|
1323 <strong property="yui:name">initializer</strong> |
|
1324 ( |
|
1325 ) |
|
1326 </code> |
|
1327 |
|
1328 <div class="description" property="yui:description"> |
|
1329 Internal init handler |
|
1330 </div> |
|
1331 |
|
1332 <div class="description"> |
|
1333 |
|
1334 |
|
1335 |
|
1336 |
|
1337 |
|
1338 |
|
1339 </div> |
|
1340 |
|
1341 </div> |
|
1342 <hr /> |
|
1343 </div> |
|
1344 <div class="" rel="yui:method" resource="#method_removeFromGroup"> |
|
1345 <h4> |
|
1346 <a name="method_removeFromGroup">removeFromGroup</a></h4> |
|
1347 <div class="detail" > |
|
1348 <code> |
|
1349 |
|
1350 |
|
1351 |
|
1352 Self |
|
1353 <strong property="yui:name">removeFromGroup</strong> |
|
1354 ( |
|
1355 |
|
1356 |
|
1357 g |
|
1358 |
|
1359 |
|
1360 ) |
|
1361 </code> |
|
1362 |
|
1363 <div class="description" property="yui:description"> |
|
1364 Remove this Drag instance from a group, this should be used for on-the-fly group removals. |
|
1365 </div> |
|
1366 |
|
1367 <div class="description"> |
|
1368 |
|
1369 <dl rel="yui:parameters"> |
|
1370 <dt>Parameters:</dt> |
|
1371 <dd rel="yui:parameter"> |
|
1372 <code><span property="yui:name">g</span> |
|
1373 <<span property="yui:type">String</span>> |
|
1374 </code> |
|
1375 <span property="yui:description"> The group to remove this Drag Instance from.</span> |
|
1376 </dd> |
|
1377 </dl> |
|
1378 |
|
1379 |
|
1380 <div class="chainable"> |
|
1381 <strong>Chainable:</strong> This method is chainable. |
|
1382 </div> |
|
1383 |
|
1384 |
|
1385 |
|
1386 </div> |
|
1387 |
|
1388 </div> |
|
1389 <hr /> |
|
1390 </div> |
|
1391 <div class="" rel="yui:method" resource="#method_removeHandle"> |
|
1392 <h4> |
|
1393 <a name="method_removeHandle">removeHandle</a></h4> |
|
1394 <div class="detail" > |
|
1395 <code> |
|
1396 |
|
1397 |
|
1398 |
|
1399 Self |
|
1400 <strong property="yui:name">removeHandle</strong> |
|
1401 ( |
|
1402 |
|
1403 |
|
1404 str |
|
1405 |
|
1406 |
|
1407 ) |
|
1408 </code> |
|
1409 |
|
1410 <div class="description" property="yui:description"> |
|
1411 Remove a Selector added by addHandle |
|
1412 </div> |
|
1413 |
|
1414 <div class="description"> |
|
1415 |
|
1416 <dl rel="yui:parameters"> |
|
1417 <dt>Parameters:</dt> |
|
1418 <dd rel="yui:parameter"> |
|
1419 <code><span property="yui:name">str</span> |
|
1420 <<span property="yui:type">String</span>> |
|
1421 </code> |
|
1422 <span property="yui:description"> The selector for the handle to be removed.</span> |
|
1423 </dd> |
|
1424 </dl> |
|
1425 |
|
1426 |
|
1427 <div class="chainable"> |
|
1428 <strong>Chainable:</strong> This method is chainable. |
|
1429 </div> |
|
1430 |
|
1431 |
|
1432 |
|
1433 </div> |
|
1434 |
|
1435 </div> |
|
1436 <hr /> |
|
1437 </div> |
|
1438 <div class="" rel="yui:method" resource="#method_removeInvalid"> |
|
1439 <h4> |
|
1440 <a name="method_removeInvalid">removeInvalid</a></h4> |
|
1441 <div class="detail" > |
|
1442 <code> |
|
1443 |
|
1444 |
|
1445 |
|
1446 Self |
|
1447 <strong property="yui:name">removeInvalid</strong> |
|
1448 ( |
|
1449 |
|
1450 |
|
1451 str |
|
1452 |
|
1453 |
|
1454 ) |
|
1455 </code> |
|
1456 |
|
1457 <div class="description" property="yui:description"> |
|
1458 Remove an invalid handle added by addInvalid |
|
1459 </div> |
|
1460 |
|
1461 <div class="description"> |
|
1462 |
|
1463 <dl rel="yui:parameters"> |
|
1464 <dt>Parameters:</dt> |
|
1465 <dd rel="yui:parameter"> |
|
1466 <code><span property="yui:name">str</span> |
|
1467 <<span property="yui:type">String</span>> |
|
1468 </code> |
|
1469 <span property="yui:description"> The invalid handle to remove from the internal list.</span> |
|
1470 </dd> |
|
1471 </dl> |
|
1472 |
|
1473 |
|
1474 <div class="chainable"> |
|
1475 <strong>Chainable:</strong> This method is chainable. |
|
1476 </div> |
|
1477 |
|
1478 |
|
1479 |
|
1480 </div> |
|
1481 |
|
1482 </div> |
|
1483 <hr /> |
|
1484 </div> |
|
1485 <div class="" rel="yui:method" resource="#method_start"> |
|
1486 <h4> |
|
1487 <a name="method_start">start</a></h4> |
|
1488 <div class="detail" > |
|
1489 <code> |
|
1490 |
|
1491 |
|
1492 |
|
1493 Self |
|
1494 <strong property="yui:name">start</strong> |
|
1495 ( |
|
1496 ) |
|
1497 </code> |
|
1498 |
|
1499 <div class="description" property="yui:description"> |
|
1500 Starts the drag operation |
|
1501 </div> |
|
1502 |
|
1503 <div class="description"> |
|
1504 |
|
1505 |
|
1506 |
|
1507 <div class="chainable"> |
|
1508 <strong>Chainable:</strong> This method is chainable. |
|
1509 </div> |
|
1510 |
|
1511 |
|
1512 |
|
1513 </div> |
|
1514 |
|
1515 </div> |
|
1516 <hr /> |
|
1517 </div> |
|
1518 <div class="" rel="yui:method" resource="#method_stopDrag"> |
|
1519 <h4> |
|
1520 <a name="method_stopDrag">stopDrag</a></h4> |
|
1521 <div class="detail" > |
|
1522 <code> |
|
1523 |
|
1524 |
|
1525 |
|
1526 Self |
|
1527 <strong property="yui:name">stopDrag</strong> |
|
1528 ( |
|
1529 ) |
|
1530 </code> |
|
1531 |
|
1532 <div class="description" property="yui:description"> |
|
1533 Method will forcefully stop a drag operation. For example calling this from inside an ESC keypress handler will stop this drag. |
|
1534 </div> |
|
1535 |
|
1536 <div class="description"> |
|
1537 |
|
1538 |
|
1539 |
|
1540 <div class="chainable"> |
|
1541 <strong>Chainable:</strong> This method is chainable. |
|
1542 </div> |
|
1543 |
|
1544 |
|
1545 |
|
1546 </div> |
|
1547 |
|
1548 </div> |
|
1549 <hr /> |
|
1550 </div> |
|
1551 <div class="" rel="yui:method" resource="#method_validClick"> |
|
1552 <h4> |
|
1553 <a name="method_validClick">validClick</a></h4> |
|
1554 <div class="detail" > |
|
1555 <code> |
|
1556 |
|
1557 |
|
1558 |
|
1559 Boolean |
|
1560 <strong property="yui:name">validClick</strong> |
|
1561 ( |
|
1562 ) |
|
1563 </code> |
|
1564 |
|
1565 <div class="description" property="yui:description"> |
|
1566 Method first checks to see if we have handles, if so it validates the click against the handle. Then if it finds a valid handle, it checks it against the invalid handles list. Returns true if a good handle was used, false otherwise. |
|
1567 </div> |
|
1568 |
|
1569 <div class="description"> |
|
1570 |
|
1571 |
|
1572 |
|
1573 |
|
1574 |
|
1575 |
|
1576 </div> |
|
1577 |
|
1578 </div> |
|
1579 <hr /> |
|
1580 </div> |
|
1581 </div> |
|
1582 </div> |
|
1583 |
|
1584 <div rel="yui:inheritance"> |
|
1585 <div class="section field inheritance" rel="yui:superclass" resource="EventTarget.html"> |
|
1586 <h4>Methods inherited from <a href="EventTarget.html" property="yui:name" title="EventTarget">EventTarget</a>:</h4> |
|
1587 <div class="content" rel="yui:methods"> |
|
1588 <code> |
|
1589 <span rel="yui:method" resource="EventTarget.html#method__getType"> |
|
1590 <a class="private" href="EventTarget.html#method__getType" property="yui:name" title="_getType">_getType</a><span class="private">,</span> |
|
1591 </span> |
|
1592 <span rel="yui:method" resource="EventTarget.html#method__parseType"> |
|
1593 <a class="private" href="EventTarget.html#method__parseType" property="yui:name" title="_parseType">_parseType</a><span class="private">,</span> |
|
1594 </span> |
|
1595 <span rel="yui:method" resource="EventTarget.html#method_addTarget"> |
|
1596 <a class="" href="EventTarget.html#method_addTarget" property="yui:name" title="addTarget">addTarget</a><span class="">,</span> |
|
1597 </span> |
|
1598 <span rel="yui:method" resource="EventTarget.html#method_after"> |
|
1599 <a class="" href="EventTarget.html#method_after" property="yui:name" title="after">after</a><span class="">,</span> |
|
1600 </span> |
|
1601 <span rel="yui:method" resource="EventTarget.html#method_before"> |
|
1602 <a class=" deprecated" href="EventTarget.html#method_before" property="yui:name" title="before">before</a><span class=" deprecated">,</span> |
|
1603 </span> |
|
1604 <span rel="yui:method" resource="EventTarget.html#method_bubble"> |
|
1605 <a class="" href="EventTarget.html#method_bubble" property="yui:name" title="bubble">bubble</a><span class="">,</span> |
|
1606 </span> |
|
1607 <span rel="yui:method" resource="EventTarget.html#method_detach"> |
|
1608 <a class="" href="EventTarget.html#method_detach" property="yui:name" title="detach">detach</a><span class="">,</span> |
|
1609 </span> |
|
1610 <span rel="yui:method" resource="EventTarget.html#method_detachAll"> |
|
1611 <a class="" href="EventTarget.html#method_detachAll" property="yui:name" title="detachAll">detachAll</a><span class="">,</span> |
|
1612 </span> |
|
1613 <span rel="yui:method" resource="EventTarget.html#method_fire"> |
|
1614 <a class="" href="EventTarget.html#method_fire" property="yui:name" title="fire">fire</a><span class="">,</span> |
|
1615 </span> |
|
1616 <span rel="yui:method" resource="EventTarget.html#method_getEvent"> |
|
1617 <a class="" href="EventTarget.html#method_getEvent" property="yui:name" title="getEvent">getEvent</a><span class="">,</span> |
|
1618 </span> |
|
1619 <span rel="yui:method" resource="EventTarget.html#method_on"> |
|
1620 <a class="" href="EventTarget.html#method_on" property="yui:name" title="on">on</a><span class="">,</span> |
|
1621 </span> |
|
1622 <span rel="yui:method" resource="EventTarget.html#method_publish"> |
|
1623 <a class="" href="EventTarget.html#method_publish" property="yui:name" title="publish">publish</a><span class="">,</span> |
|
1624 </span> |
|
1625 <span rel="yui:method" resource="EventTarget.html#method_removeTarget"> |
|
1626 <a class="" href="EventTarget.html#method_removeTarget" property="yui:name" title="removeTarget">removeTarget</a><span class="">,</span> |
|
1627 </span> |
|
1628 <span rel="yui:method" resource="EventTarget.html#method_subscribe"> |
|
1629 <a class=" deprecated" href="EventTarget.html#method_subscribe" property="yui:name" title="subscribe">subscribe</a><span class=" deprecated">,</span> |
|
1630 </span> |
|
1631 <span rel="yui:method" resource="EventTarget.html#method_unsubscribe"> |
|
1632 <a class=" deprecated" href="EventTarget.html#method_unsubscribe" property="yui:name" title="unsubscribe">unsubscribe</a><span class=" deprecated">,</span> |
|
1633 </span> |
|
1634 <span rel="yui:method" resource="EventTarget.html#method_unsubscribeAll"> |
|
1635 <a class=" deprecated" href="EventTarget.html#method_unsubscribeAll" property="yui:name" title="unsubscribeAll">unsubscribeAll</a> |
|
1636 </span> |
|
1637 </code> |
|
1638 </div> |
|
1639 </div> |
|
1640 <div class="section field inheritance" rel="yui:superclass" resource="Attribute.html"> |
|
1641 <h4>Methods inherited from <a href="Attribute.html" property="yui:name" title="Attribute">Attribute</a>:</h4> |
|
1642 <div class="content" rel="yui:methods"> |
|
1643 <code> |
|
1644 <span rel="yui:method" resource="Attribute.html#method__addAttrs"> |
|
1645 <a class="private" href="Attribute.html#method__addAttrs" property="yui:name" title="_addAttrs">_addAttrs</a><span class="private">,</span> |
|
1646 </span> |
|
1647 <span rel="yui:method" resource="Attribute.html#method__addLazyAttr"> |
|
1648 <a class="private" href="Attribute.html#method__addLazyAttr" property="yui:name" title="_addLazyAttr">_addLazyAttr</a><span class="private">,</span> |
|
1649 </span> |
|
1650 <span rel="yui:method" resource="Attribute.html#method__defAttrChangeFn"> |
|
1651 <a class="private" href="Attribute.html#method__defAttrChangeFn" property="yui:name" title="_defAttrChangeFn">_defAttrChangeFn</a><span class="private">,</span> |
|
1652 </span> |
|
1653 <span rel="yui:method" resource="Attribute.html#method__fireAttrChange"> |
|
1654 <a class="private" href="Attribute.html#method__fireAttrChange" property="yui:name" title="_fireAttrChange">_fireAttrChange</a><span class="private">,</span> |
|
1655 </span> |
|
1656 <span rel="yui:method" resource="Attribute.html#method__getAttr"> |
|
1657 <a class="protected" href="Attribute.html#method__getAttr" property="yui:name" title="_getAttr">_getAttr</a><span class="protected">,</span> |
|
1658 </span> |
|
1659 <span rel="yui:method" resource="Attribute.html#method__getAttrInitVal"> |
|
1660 <a class="private" href="Attribute.html#method__getAttrInitVal" property="yui:name" title="_getAttrInitVal">_getAttrInitVal</a><span class="private">,</span> |
|
1661 </span> |
|
1662 <span rel="yui:method" resource="Attribute.html#method__getAttrs"> |
|
1663 <a class="protected" href="Attribute.html#method__getAttrs" property="yui:name" title="_getAttrs">_getAttrs</a><span class="protected">,</span> |
|
1664 </span> |
|
1665 <span rel="yui:method" resource="Attribute.html#method__getStateVal"> |
|
1666 <a class="private" href="Attribute.html#method__getStateVal" property="yui:name" title="_getStateVal">_getStateVal</a><span class="private">,</span> |
|
1667 </span> |
|
1668 <span rel="yui:method" resource="Attribute.html#method__isLazyAttr"> |
|
1669 <a class="private" href="Attribute.html#method__isLazyAttr" property="yui:name" title="_isLazyAttr">_isLazyAttr</a><span class="private">,</span> |
|
1670 </span> |
|
1671 <span rel="yui:method" resource="Attribute.html#method__normAttrVals"> |
|
1672 <a class="private" href="Attribute.html#method__normAttrVals" property="yui:name" title="_normAttrVals">_normAttrVals</a><span class="private">,</span> |
|
1673 </span> |
|
1674 <span rel="yui:method" resource="Attribute.html#method__protectAttrs"> |
|
1675 <a class="protected" href="Attribute.html#method__protectAttrs" property="yui:name" title="_protectAttrs">_protectAttrs</a><span class="protected">,</span> |
|
1676 </span> |
|
1677 <span rel="yui:method" resource="Attribute.html#method__set"> |
|
1678 <a class="protected" href="Attribute.html#method__set" property="yui:name" title="_set">_set</a><span class="protected">,</span> |
|
1679 </span> |
|
1680 <span rel="yui:method" resource="Attribute.html#method__setAttr"> |
|
1681 <a class="protected" href="Attribute.html#method__setAttr" property="yui:name" title="_setAttr">_setAttr</a><span class="protected">,</span> |
|
1682 </span> |
|
1683 <span rel="yui:method" resource="Attribute.html#method__setAttrs"> |
|
1684 <a class="protected" href="Attribute.html#method__setAttrs" property="yui:name" title="_setAttrs">_setAttrs</a><span class="protected">,</span> |
|
1685 </span> |
|
1686 <span rel="yui:method" resource="Attribute.html#method__setAttrVal"> |
|
1687 <a class="private" href="Attribute.html#method__setAttrVal" property="yui:name" title="_setAttrVal">_setAttrVal</a><span class="private">,</span> |
|
1688 </span> |
|
1689 <span rel="yui:method" resource="Attribute.html#method__setStateVal"> |
|
1690 <a class="private" href="Attribute.html#method__setStateVal" property="yui:name" title="_setStateVal">_setStateVal</a><span class="private">,</span> |
|
1691 </span> |
|
1692 <span rel="yui:method" resource="Attribute.html#method_addAttr"> |
|
1693 <a class="" href="Attribute.html#method_addAttr" property="yui:name" title="addAttr">addAttr</a><span class="">,</span> |
|
1694 </span> |
|
1695 <span rel="yui:method" resource="Attribute.html#method_addAttrs"> |
|
1696 <a class="" href="Attribute.html#method_addAttrs" property="yui:name" title="addAttrs">addAttrs</a><span class="">,</span> |
|
1697 </span> |
|
1698 <span rel="yui:method" resource="Attribute.html#method_attrAdded"> |
|
1699 <a class="" href="Attribute.html#method_attrAdded" property="yui:name" title="attrAdded">attrAdded</a><span class="">,</span> |
|
1700 </span> |
|
1701 <span rel="yui:method" resource="Attribute.html#method_get"> |
|
1702 <a class="" href="Attribute.html#method_get" property="yui:name" title="get">get</a><span class="">,</span> |
|
1703 </span> |
|
1704 <span rel="yui:method" resource="Attribute.html#method_getAttrs"> |
|
1705 <a class="" href="Attribute.html#method_getAttrs" property="yui:name" title="getAttrs">getAttrs</a><span class="">,</span> |
|
1706 </span> |
|
1707 <span rel="yui:method" resource="Attribute.html#method_modifyAttr"> |
|
1708 <a class="" href="Attribute.html#method_modifyAttr" property="yui:name" title="modifyAttr">modifyAttr</a><span class="">,</span> |
|
1709 </span> |
|
1710 <span rel="yui:method" resource="Attribute.html#method_removeAttr"> |
|
1711 <a class="" href="Attribute.html#method_removeAttr" property="yui:name" title="removeAttr">removeAttr</a><span class="">,</span> |
|
1712 </span> |
|
1713 <span rel="yui:method" resource="Attribute.html#method_reset"> |
|
1714 <a class="" href="Attribute.html#method_reset" property="yui:name" title="reset">reset</a><span class="">,</span> |
|
1715 </span> |
|
1716 <span rel="yui:method" resource="Attribute.html#method_set"> |
|
1717 <a class="" href="Attribute.html#method_set" property="yui:name" title="set">set</a><span class="">,</span> |
|
1718 </span> |
|
1719 <span rel="yui:method" resource="Attribute.html#method_setAttrs"> |
|
1720 <a class="" href="Attribute.html#method_setAttrs" property="yui:name" title="setAttrs">setAttrs</a> |
|
1721 </span> |
|
1722 </code> |
|
1723 </div> |
|
1724 </div> |
|
1725 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
1726 <h4>Methods inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
1727 <div class="content" rel="yui:methods"> |
|
1728 <code> |
|
1729 <span rel="yui:method" resource="Base.html#method__aggregateAttrs"> |
|
1730 <a class="private" href="Base.html#method__aggregateAttrs" property="yui:name" title="_aggregateAttrs">_aggregateAttrs</a><span class="private">,</span> |
|
1731 </span> |
|
1732 <span rel="yui:method" resource="Base.html#method__defDestroyFn"> |
|
1733 <a class="protected" href="Base.html#method__defDestroyFn" property="yui:name" title="_defDestroyFn">_defDestroyFn</a><span class="protected">,</span> |
|
1734 </span> |
|
1735 <span rel="yui:method" resource="Base.html#method__defInitFn"> |
|
1736 <a class="protected" href="Base.html#method__defInitFn" property="yui:name" title="_defInitFn">_defInitFn</a><span class="protected">,</span> |
|
1737 </span> |
|
1738 <span rel="yui:method" resource="Base.html#method__destroyHierarchy"> |
|
1739 <a class="private" href="Base.html#method__destroyHierarchy" property="yui:name" title="_destroyHierarchy">_destroyHierarchy</a><span class="private">,</span> |
|
1740 </span> |
|
1741 <span rel="yui:method" resource="Base.html#method__filterAttrCfs"> |
|
1742 <a class="private" href="Base.html#method__filterAttrCfs" property="yui:name" title="_filterAttrCfs">_filterAttrCfs</a><span class="private">,</span> |
|
1743 </span> |
|
1744 <span rel="yui:method" resource="Base.html#method__getAttrCfgs"> |
|
1745 <a class="protected" href="Base.html#method__getAttrCfgs" property="yui:name" title="_getAttrCfgs">_getAttrCfgs</a><span class="protected">,</span> |
|
1746 </span> |
|
1747 <span rel="yui:method" resource="Base.html#method__getClasses"> |
|
1748 <a class="protected" href="Base.html#method__getClasses" property="yui:name" title="_getClasses">_getClasses</a><span class="protected">,</span> |
|
1749 </span> |
|
1750 <span rel="yui:method" resource="Base.html#method__initHierarchy"> |
|
1751 <a class="private" href="Base.html#method__initHierarchy" property="yui:name" title="_initHierarchy">_initHierarchy</a><span class="private">,</span> |
|
1752 </span> |
|
1753 <span rel="yui:method" resource="Base.html#method__initHierarchyData"> |
|
1754 <a class="private" href="Base.html#method__initHierarchyData" property="yui:name" title="_initHierarchyData">_initHierarchyData</a><span class="private">,</span> |
|
1755 </span> |
|
1756 <span rel="yui:method" resource="Base.html#method_destroy"> |
|
1757 <a class="" href="Base.html#method_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
1758 </span> |
|
1759 <span rel="yui:method" resource="Base.html#method_init"> |
|
1760 <a class="" href="Base.html#method_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
1761 </span> |
|
1762 <span rel="yui:method" resource="Base.html#method_toString"> |
|
1763 <a class="" href="Base.html#method_toString" property="yui:name" title="toString">toString</a> |
|
1764 </span> |
|
1765 </code> |
|
1766 </div> |
|
1767 </div> |
|
1768 </div> |
|
1769 </div> |
|
1770 |
|
1771 <div rel="yui:events" resource="#events"> |
|
1772 <div class="section method details"> |
|
1773 <h3 id="events">Events</h3> |
|
1774 <div class="content"> |
|
1775 <div class="" rel="yui:event" resource="#event_activeHandleChange"> |
|
1776 <h4> |
|
1777 <a name="event_activeHandleChange">activeHandleChange</a></h4> |
|
1778 <div class="detail"> |
|
1779 <code> |
|
1780 |
|
1781 |
|
1782 |
|
1783 <strong property="yui:name">activeHandleChange</strong> |
|
1784 |
|
1785 ( |
|
1786 |
|
1787 |
|
1788 event |
|
1789 |
|
1790 |
|
1791 ) |
|
1792 |
|
1793 </code> |
|
1794 |
|
1795 <div class="description" property="yui:description"> |
|
1796 Fires when the value for the configuration attribute 'activeHandle' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1797 </div> |
|
1798 |
|
1799 <div class="description"> |
|
1800 |
|
1801 |
|
1802 <dl rel="yui:parameters"> |
|
1803 <dt>Parameters:</dt> |
|
1804 <dd rel="yui:parameter"> |
|
1805 <code><span property="yui:name">event</span> |
|
1806 <<span property="yui:type">Event.Facade</span>> |
|
1807 </code> |
|
1808 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1809 </dd> |
|
1810 |
|
1811 </dl> |
|
1812 |
|
1813 |
|
1814 </div> |
|
1815 |
|
1816 </div> |
|
1817 <hr /> |
|
1818 </div> |
|
1819 <div class="" rel="yui:event" resource="#event_bubblesChange"> |
|
1820 <h4> |
|
1821 <a name="event_bubblesChange">bubblesChange</a></h4> |
|
1822 <div class="detail"> |
|
1823 <code> |
|
1824 |
|
1825 |
|
1826 |
|
1827 <strong property="yui:name">bubblesChange</strong> |
|
1828 |
|
1829 ( |
|
1830 |
|
1831 |
|
1832 event |
|
1833 |
|
1834 |
|
1835 ) |
|
1836 |
|
1837 </code> |
|
1838 |
|
1839 <div class="description" property="yui:description"> |
|
1840 Fires when the value for the configuration attribute 'bubbles' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1841 </div> |
|
1842 |
|
1843 <div class="description"> |
|
1844 |
|
1845 |
|
1846 <dl rel="yui:parameters"> |
|
1847 <dt>Parameters:</dt> |
|
1848 <dd rel="yui:parameter"> |
|
1849 <code><span property="yui:name">event</span> |
|
1850 <<span property="yui:type">Event.Facade</span>> |
|
1851 </code> |
|
1852 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1853 </dd> |
|
1854 |
|
1855 </dl> |
|
1856 |
|
1857 |
|
1858 </div> |
|
1859 |
|
1860 </div> |
|
1861 <hr /> |
|
1862 </div> |
|
1863 <div class="" rel="yui:event" resource="#event_clickPixelThreshChange"> |
|
1864 <h4> |
|
1865 <a name="event_clickPixelThreshChange">clickPixelThreshChange</a></h4> |
|
1866 <div class="detail"> |
|
1867 <code> |
|
1868 |
|
1869 |
|
1870 |
|
1871 <strong property="yui:name">clickPixelThreshChange</strong> |
|
1872 |
|
1873 ( |
|
1874 |
|
1875 |
|
1876 event |
|
1877 |
|
1878 |
|
1879 ) |
|
1880 |
|
1881 </code> |
|
1882 |
|
1883 <div class="description" property="yui:description"> |
|
1884 Fires when the value for the configuration attribute 'clickPixelThresh' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1885 </div> |
|
1886 |
|
1887 <div class="description"> |
|
1888 |
|
1889 |
|
1890 <dl rel="yui:parameters"> |
|
1891 <dt>Parameters:</dt> |
|
1892 <dd rel="yui:parameter"> |
|
1893 <code><span property="yui:name">event</span> |
|
1894 <<span property="yui:type">Event.Facade</span>> |
|
1895 </code> |
|
1896 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1897 </dd> |
|
1898 |
|
1899 </dl> |
|
1900 |
|
1901 |
|
1902 </div> |
|
1903 |
|
1904 </div> |
|
1905 <hr /> |
|
1906 </div> |
|
1907 <div class="" rel="yui:event" resource="#event_clickTimeThreshChange"> |
|
1908 <h4> |
|
1909 <a name="event_clickTimeThreshChange">clickTimeThreshChange</a></h4> |
|
1910 <div class="detail"> |
|
1911 <code> |
|
1912 |
|
1913 |
|
1914 |
|
1915 <strong property="yui:name">clickTimeThreshChange</strong> |
|
1916 |
|
1917 ( |
|
1918 |
|
1919 |
|
1920 event |
|
1921 |
|
1922 |
|
1923 ) |
|
1924 |
|
1925 </code> |
|
1926 |
|
1927 <div class="description" property="yui:description"> |
|
1928 Fires when the value for the configuration attribute 'clickTimeThresh' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1929 </div> |
|
1930 |
|
1931 <div class="description"> |
|
1932 |
|
1933 |
|
1934 <dl rel="yui:parameters"> |
|
1935 <dt>Parameters:</dt> |
|
1936 <dd rel="yui:parameter"> |
|
1937 <code><span property="yui:name">event</span> |
|
1938 <<span property="yui:type">Event.Facade</span>> |
|
1939 </code> |
|
1940 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1941 </dd> |
|
1942 |
|
1943 </dl> |
|
1944 |
|
1945 |
|
1946 </div> |
|
1947 |
|
1948 </div> |
|
1949 <hr /> |
|
1950 </div> |
|
1951 <div class="" rel="yui:event" resource="#event_dataChange"> |
|
1952 <h4> |
|
1953 <a name="event_dataChange">dataChange</a></h4> |
|
1954 <div class="detail"> |
|
1955 <code> |
|
1956 |
|
1957 |
|
1958 |
|
1959 <strong property="yui:name">dataChange</strong> |
|
1960 |
|
1961 ( |
|
1962 |
|
1963 |
|
1964 event |
|
1965 |
|
1966 |
|
1967 ) |
|
1968 |
|
1969 </code> |
|
1970 |
|
1971 <div class="description" property="yui:description"> |
|
1972 Fires when the value for the configuration attribute 'data' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
1973 </div> |
|
1974 |
|
1975 <div class="description"> |
|
1976 |
|
1977 |
|
1978 <dl rel="yui:parameters"> |
|
1979 <dt>Parameters:</dt> |
|
1980 <dd rel="yui:parameter"> |
|
1981 <code><span property="yui:name">event</span> |
|
1982 <<span property="yui:type">Event.Facade</span>> |
|
1983 </code> |
|
1984 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
1985 </dd> |
|
1986 |
|
1987 </dl> |
|
1988 |
|
1989 |
|
1990 </div> |
|
1991 |
|
1992 </div> |
|
1993 <hr /> |
|
1994 </div> |
|
1995 <div class="" rel="yui:event" resource="#event_drag:addHandle"> |
|
1996 <h4> |
|
1997 <a name="event_drag:addHandle">drag:addHandle</a></h4> |
|
1998 <div class="detail"> |
|
1999 <code> |
|
2000 |
|
2001 |
|
2002 |
|
2003 <strong property="yui:name">drag:addHandle</strong> |
|
2004 |
|
2005 ( |
|
2006 ) |
|
2007 |
|
2008 </code> |
|
2009 |
|
2010 <div class="description" property="yui:description"> |
|
2011 Fires after a handle is added. |
|
2012 </div> |
|
2013 |
|
2014 <div class="description"> |
|
2015 |
|
2016 |
|
2017 |
|
2018 <div class="bubbles"> |
|
2019 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2020 </div> |
|
2021 |
|
2022 </div> |
|
2023 |
|
2024 </div> |
|
2025 <hr /> |
|
2026 </div> |
|
2027 <div class="" rel="yui:event" resource="#event_drag:addInvalid"> |
|
2028 <h4> |
|
2029 <a name="event_drag:addInvalid">drag:addInvalid</a></h4> |
|
2030 <div class="detail"> |
|
2031 <code> |
|
2032 |
|
2033 |
|
2034 |
|
2035 <strong property="yui:name">drag:addInvalid</strong> |
|
2036 |
|
2037 ( |
|
2038 ) |
|
2039 |
|
2040 </code> |
|
2041 |
|
2042 <div class="description" property="yui:description"> |
|
2043 Fires after an invalid selector is added. |
|
2044 </div> |
|
2045 |
|
2046 <div class="description"> |
|
2047 |
|
2048 |
|
2049 |
|
2050 <div class="bubbles"> |
|
2051 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2052 </div> |
|
2053 |
|
2054 </div> |
|
2055 |
|
2056 </div> |
|
2057 <hr /> |
|
2058 </div> |
|
2059 <div class="" rel="yui:event" resource="#event_drag:afterMouseDown"> |
|
2060 <h4> |
|
2061 <a name="event_drag:afterMouseDown">drag:afterMouseDown</a></h4> |
|
2062 <div class="detail"> |
|
2063 <code> |
|
2064 |
|
2065 |
|
2066 |
|
2067 <strong property="yui:name">drag:afterMouseDown</strong> |
|
2068 |
|
2069 ( |
|
2070 |
|
2071 |
|
2072 ev |
|
2073 |
|
2074 |
|
2075 ) |
|
2076 |
|
2077 </code> |
|
2078 |
|
2079 <div class="description" property="yui:description"> |
|
2080 Fires after the mousedown event has been cleared. |
|
2081 </div> |
|
2082 |
|
2083 <div class="description"> |
|
2084 |
|
2085 |
|
2086 <dl rel="yui:parameters"> |
|
2087 <dt>Parameters:</dt> |
|
2088 <dd rel="yui:parameter"> |
|
2089 <code><span property="yui:name">ev</span> |
|
2090 <<span property="yui:type">Event.Facade</span>> |
|
2091 </code> |
|
2092 <span property="yui:description"> The mousedown event.</span> |
|
2093 </dd> |
|
2094 |
|
2095 </dl> |
|
2096 |
|
2097 <div class="bubbles"> |
|
2098 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2099 </div> |
|
2100 |
|
2101 </div> |
|
2102 |
|
2103 </div> |
|
2104 <hr /> |
|
2105 </div> |
|
2106 <div class="" rel="yui:event" resource="#event_drag:align"> |
|
2107 <h4> |
|
2108 <a name="event_drag:align">drag:align</a></h4> |
|
2109 <div class="detail"> |
|
2110 <code> |
|
2111 |
|
2112 |
|
2113 |
|
2114 <strong property="yui:name">drag:align</strong> |
|
2115 |
|
2116 ( |
|
2117 ) |
|
2118 |
|
2119 </code> |
|
2120 |
|
2121 <div class="description" property="yui:description"> |
|
2122 Fires when this node is aligned. |
|
2123 </div> |
|
2124 |
|
2125 <div class="description"> |
|
2126 |
|
2127 |
|
2128 |
|
2129 <div class="bubbles"> |
|
2130 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2131 </div> |
|
2132 <div class="preventable"> |
|
2133 <strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defAlignFn. |
|
2134 </div> |
|
2135 |
|
2136 </div> |
|
2137 |
|
2138 </div> |
|
2139 <hr /> |
|
2140 </div> |
|
2141 <div class="" rel="yui:event" resource="#event_drag:drag"> |
|
2142 <h4> |
|
2143 <a name="event_drag:drag">drag:drag</a></h4> |
|
2144 <div class="detail"> |
|
2145 <code> |
|
2146 |
|
2147 |
|
2148 |
|
2149 <strong property="yui:name">drag:drag</strong> |
|
2150 |
|
2151 ( |
|
2152 ) |
|
2153 |
|
2154 </code> |
|
2155 |
|
2156 <div class="description" property="yui:description"> |
|
2157 Fires every mousemove during a drag operation. |
|
2158 </div> |
|
2159 |
|
2160 <div class="description"> |
|
2161 |
|
2162 |
|
2163 |
|
2164 <div class="bubbles"> |
|
2165 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2166 </div> |
|
2167 |
|
2168 </div> |
|
2169 |
|
2170 </div> |
|
2171 <hr /> |
|
2172 </div> |
|
2173 <div class="" rel="yui:event" resource="#event_drag:drophit"> |
|
2174 <h4> |
|
2175 <a name="event_drag:drophit">drag:drophit</a></h4> |
|
2176 <div class="detail"> |
|
2177 <code> |
|
2178 |
|
2179 |
|
2180 |
|
2181 <strong property="yui:name">drag:drophit</strong> |
|
2182 |
|
2183 ( |
|
2184 ) |
|
2185 |
|
2186 </code> |
|
2187 |
|
2188 <div class="description" property="yui:description"> |
|
2189 Fires when this node is dropped on a valid Drop Target. (Fired from dd-ddm-drop) |
|
2190 </div> |
|
2191 |
|
2192 <div class="description"> |
|
2193 |
|
2194 |
|
2195 |
|
2196 <div class="bubbles"> |
|
2197 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2198 </div> |
|
2199 |
|
2200 </div> |
|
2201 |
|
2202 </div> |
|
2203 <hr /> |
|
2204 </div> |
|
2205 <div class="" rel="yui:event" resource="#event_drag:dropmiss"> |
|
2206 <h4> |
|
2207 <a name="event_drag:dropmiss">drag:dropmiss</a></h4> |
|
2208 <div class="detail"> |
|
2209 <code> |
|
2210 |
|
2211 |
|
2212 |
|
2213 <strong property="yui:name">drag:dropmiss</strong> |
|
2214 |
|
2215 ( |
|
2216 ) |
|
2217 |
|
2218 </code> |
|
2219 |
|
2220 <div class="description" property="yui:description"> |
|
2221 Fires when this node is dropped on an invalid Drop Target. (Fired from dd-ddm-drop) |
|
2222 </div> |
|
2223 |
|
2224 <div class="description"> |
|
2225 |
|
2226 |
|
2227 |
|
2228 <div class="bubbles"> |
|
2229 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2230 </div> |
|
2231 |
|
2232 </div> |
|
2233 |
|
2234 </div> |
|
2235 <hr /> |
|
2236 </div> |
|
2237 <div class="" rel="yui:event" resource="#event_drag:end"> |
|
2238 <h4> |
|
2239 <a name="event_drag:end">drag:end</a></h4> |
|
2240 <div class="detail"> |
|
2241 <code> |
|
2242 |
|
2243 |
|
2244 |
|
2245 <strong property="yui:name">drag:end</strong> |
|
2246 |
|
2247 ( |
|
2248 ) |
|
2249 |
|
2250 </code> |
|
2251 |
|
2252 <div class="description" property="yui:description"> |
|
2253 Fires at the end of a drag operation. |
|
2254 </div> |
|
2255 |
|
2256 <div class="description"> |
|
2257 |
|
2258 |
|
2259 |
|
2260 <div class="bubbles"> |
|
2261 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2262 </div> |
|
2263 |
|
2264 </div> |
|
2265 |
|
2266 </div> |
|
2267 <hr /> |
|
2268 </div> |
|
2269 <div class="" rel="yui:event" resource="#event_drag:enter"> |
|
2270 <h4> |
|
2271 <a name="event_drag:enter">drag:enter</a></h4> |
|
2272 <div class="detail"> |
|
2273 <code> |
|
2274 |
|
2275 |
|
2276 |
|
2277 <strong property="yui:name">drag:enter</strong> |
|
2278 |
|
2279 ( |
|
2280 ) |
|
2281 |
|
2282 </code> |
|
2283 |
|
2284 <div class="description" property="yui:description"> |
|
2285 Fires when this node enters a Drop Target. (Fired from dd-drop) |
|
2286 </div> |
|
2287 |
|
2288 <div class="description"> |
|
2289 |
|
2290 |
|
2291 |
|
2292 <div class="bubbles"> |
|
2293 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2294 </div> |
|
2295 |
|
2296 </div> |
|
2297 |
|
2298 </div> |
|
2299 <hr /> |
|
2300 </div> |
|
2301 <div class="" rel="yui:event" resource="#event_drag:exit"> |
|
2302 <h4> |
|
2303 <a name="event_drag:exit">drag:exit</a></h4> |
|
2304 <div class="detail"> |
|
2305 <code> |
|
2306 |
|
2307 |
|
2308 |
|
2309 <strong property="yui:name">drag:exit</strong> |
|
2310 |
|
2311 ( |
|
2312 ) |
|
2313 |
|
2314 </code> |
|
2315 |
|
2316 <div class="description" property="yui:description"> |
|
2317 Fires when this node exits a Drop Target. (Fired from dd-drop) |
|
2318 </div> |
|
2319 |
|
2320 <div class="description"> |
|
2321 |
|
2322 |
|
2323 |
|
2324 <div class="bubbles"> |
|
2325 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2326 </div> |
|
2327 |
|
2328 </div> |
|
2329 |
|
2330 </div> |
|
2331 <hr /> |
|
2332 </div> |
|
2333 <div class="" rel="yui:event" resource="#event_drag:mouseDown"> |
|
2334 <h4> |
|
2335 <a name="event_drag:mouseDown">drag:mouseDown</a></h4> |
|
2336 <div class="detail"> |
|
2337 <code> |
|
2338 |
|
2339 |
|
2340 |
|
2341 <strong property="yui:name">drag:mouseDown</strong> |
|
2342 |
|
2343 ( |
|
2344 |
|
2345 |
|
2346 ev |
|
2347 |
|
2348 |
|
2349 ) |
|
2350 |
|
2351 </code> |
|
2352 |
|
2353 <div class="description" property="yui:description"> |
|
2354 Handles the mousedown DOM event, checks to see if you have a valid handle then starts the drag timers. |
|
2355 </div> |
|
2356 |
|
2357 <div class="description"> |
|
2358 |
|
2359 |
|
2360 <dl rel="yui:parameters"> |
|
2361 <dt>Parameters:</dt> |
|
2362 <dd rel="yui:parameter"> |
|
2363 <code><span property="yui:name">ev</span> |
|
2364 <<span property="yui:type">Event.Facade</span>> |
|
2365 </code> |
|
2366 <span property="yui:description"> The mousedown event.</span> |
|
2367 </dd> |
|
2368 |
|
2369 </dl> |
|
2370 |
|
2371 <div class="bubbles"> |
|
2372 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2373 </div> |
|
2374 <div class="preventable"> |
|
2375 <strong>Preventable:</strong> This event is preventable by method e.preventDefault(). The default function executed by this event is _defMouseDownFn. |
|
2376 </div> |
|
2377 |
|
2378 </div> |
|
2379 |
|
2380 </div> |
|
2381 <hr /> |
|
2382 </div> |
|
2383 <div class="" rel="yui:event" resource="#event_drag:over"> |
|
2384 <h4> |
|
2385 <a name="event_drag:over">drag:over</a></h4> |
|
2386 <div class="detail"> |
|
2387 <code> |
|
2388 |
|
2389 |
|
2390 |
|
2391 <strong property="yui:name">drag:over</strong> |
|
2392 |
|
2393 ( |
|
2394 ) |
|
2395 |
|
2396 </code> |
|
2397 |
|
2398 <div class="description" property="yui:description"> |
|
2399 Fires when this node is over a Drop Target. (Fired from dd-drop) |
|
2400 </div> |
|
2401 |
|
2402 <div class="description"> |
|
2403 |
|
2404 |
|
2405 |
|
2406 <div class="bubbles"> |
|
2407 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2408 </div> |
|
2409 |
|
2410 </div> |
|
2411 |
|
2412 </div> |
|
2413 <hr /> |
|
2414 </div> |
|
2415 <div class="" rel="yui:event" resource="#event_drag:removeHandle"> |
|
2416 <h4> |
|
2417 <a name="event_drag:removeHandle">drag:removeHandle</a></h4> |
|
2418 <div class="detail"> |
|
2419 <code> |
|
2420 |
|
2421 |
|
2422 |
|
2423 <strong property="yui:name">drag:removeHandle</strong> |
|
2424 |
|
2425 ( |
|
2426 ) |
|
2427 |
|
2428 </code> |
|
2429 |
|
2430 <div class="description" property="yui:description"> |
|
2431 Fires after a handle is removed. |
|
2432 </div> |
|
2433 |
|
2434 <div class="description"> |
|
2435 |
|
2436 |
|
2437 |
|
2438 <div class="bubbles"> |
|
2439 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2440 </div> |
|
2441 |
|
2442 </div> |
|
2443 |
|
2444 </div> |
|
2445 <hr /> |
|
2446 </div> |
|
2447 <div class="" rel="yui:event" resource="#event_drag:removeInvalid"> |
|
2448 <h4> |
|
2449 <a name="event_drag:removeInvalid">drag:removeInvalid</a></h4> |
|
2450 <div class="detail"> |
|
2451 <code> |
|
2452 |
|
2453 |
|
2454 |
|
2455 <strong property="yui:name">drag:removeInvalid</strong> |
|
2456 |
|
2457 ( |
|
2458 ) |
|
2459 |
|
2460 </code> |
|
2461 |
|
2462 <div class="description" property="yui:description"> |
|
2463 Fires after an invalid selector is removed. |
|
2464 </div> |
|
2465 |
|
2466 <div class="description"> |
|
2467 |
|
2468 |
|
2469 |
|
2470 <div class="bubbles"> |
|
2471 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2472 </div> |
|
2473 |
|
2474 </div> |
|
2475 |
|
2476 </div> |
|
2477 <hr /> |
|
2478 </div> |
|
2479 <div class="" rel="yui:event" resource="#event_drag:start"> |
|
2480 <h4> |
|
2481 <a name="event_drag:start">drag:start</a></h4> |
|
2482 <div class="detail"> |
|
2483 <code> |
|
2484 |
|
2485 |
|
2486 |
|
2487 <strong property="yui:name">drag:start</strong> |
|
2488 |
|
2489 ( |
|
2490 ) |
|
2491 |
|
2492 </code> |
|
2493 |
|
2494 <div class="description" property="yui:description"> |
|
2495 Fires at the start of a drag operation. |
|
2496 </div> |
|
2497 |
|
2498 <div class="description"> |
|
2499 |
|
2500 |
|
2501 |
|
2502 <div class="bubbles"> |
|
2503 <strong>Bubbles:</strong> This event bubbles to <a href="DDM.html" title="DDM">DDM</a>. |
|
2504 </div> |
|
2505 |
|
2506 </div> |
|
2507 |
|
2508 </div> |
|
2509 <hr /> |
|
2510 </div> |
|
2511 <div class="" rel="yui:event" resource="#event_draggingChange"> |
|
2512 <h4> |
|
2513 <a name="event_draggingChange">draggingChange</a></h4> |
|
2514 <div class="detail"> |
|
2515 <code> |
|
2516 |
|
2517 |
|
2518 |
|
2519 <strong property="yui:name">draggingChange</strong> |
|
2520 |
|
2521 ( |
|
2522 |
|
2523 |
|
2524 event |
|
2525 |
|
2526 |
|
2527 ) |
|
2528 |
|
2529 </code> |
|
2530 |
|
2531 <div class="description" property="yui:description"> |
|
2532 Fires when the value for the configuration attribute 'dragging' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2533 </div> |
|
2534 |
|
2535 <div class="description"> |
|
2536 |
|
2537 |
|
2538 <dl rel="yui:parameters"> |
|
2539 <dt>Parameters:</dt> |
|
2540 <dd rel="yui:parameter"> |
|
2541 <code><span property="yui:name">event</span> |
|
2542 <<span property="yui:type">Event.Facade</span>> |
|
2543 </code> |
|
2544 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2545 </dd> |
|
2546 |
|
2547 </dl> |
|
2548 |
|
2549 |
|
2550 </div> |
|
2551 |
|
2552 </div> |
|
2553 <hr /> |
|
2554 </div> |
|
2555 <div class="" rel="yui:event" resource="#event_dragModeChange"> |
|
2556 <h4> |
|
2557 <a name="event_dragModeChange">dragModeChange</a></h4> |
|
2558 <div class="detail"> |
|
2559 <code> |
|
2560 |
|
2561 |
|
2562 |
|
2563 <strong property="yui:name">dragModeChange</strong> |
|
2564 |
|
2565 ( |
|
2566 |
|
2567 |
|
2568 event |
|
2569 |
|
2570 |
|
2571 ) |
|
2572 |
|
2573 </code> |
|
2574 |
|
2575 <div class="description" property="yui:description"> |
|
2576 Fires when the value for the configuration attribute 'dragMode' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2577 </div> |
|
2578 |
|
2579 <div class="description"> |
|
2580 |
|
2581 |
|
2582 <dl rel="yui:parameters"> |
|
2583 <dt>Parameters:</dt> |
|
2584 <dd rel="yui:parameter"> |
|
2585 <code><span property="yui:name">event</span> |
|
2586 <<span property="yui:type">Event.Facade</span>> |
|
2587 </code> |
|
2588 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2589 </dd> |
|
2590 |
|
2591 </dl> |
|
2592 |
|
2593 |
|
2594 </div> |
|
2595 |
|
2596 </div> |
|
2597 <hr /> |
|
2598 </div> |
|
2599 <div class="" rel="yui:event" resource="#event_dragNodeChange"> |
|
2600 <h4> |
|
2601 <a name="event_dragNodeChange">dragNodeChange</a></h4> |
|
2602 <div class="detail"> |
|
2603 <code> |
|
2604 |
|
2605 |
|
2606 |
|
2607 <strong property="yui:name">dragNodeChange</strong> |
|
2608 |
|
2609 ( |
|
2610 |
|
2611 |
|
2612 event |
|
2613 |
|
2614 |
|
2615 ) |
|
2616 |
|
2617 </code> |
|
2618 |
|
2619 <div class="description" property="yui:description"> |
|
2620 Fires when the value for the configuration attribute 'dragNode' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2621 </div> |
|
2622 |
|
2623 <div class="description"> |
|
2624 |
|
2625 |
|
2626 <dl rel="yui:parameters"> |
|
2627 <dt>Parameters:</dt> |
|
2628 <dd rel="yui:parameter"> |
|
2629 <code><span property="yui:name">event</span> |
|
2630 <<span property="yui:type">Event.Facade</span>> |
|
2631 </code> |
|
2632 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2633 </dd> |
|
2634 |
|
2635 </dl> |
|
2636 |
|
2637 |
|
2638 </div> |
|
2639 |
|
2640 </div> |
|
2641 <hr /> |
|
2642 </div> |
|
2643 <div class="" rel="yui:event" resource="#event_groupsChange"> |
|
2644 <h4> |
|
2645 <a name="event_groupsChange">groupsChange</a></h4> |
|
2646 <div class="detail"> |
|
2647 <code> |
|
2648 |
|
2649 |
|
2650 |
|
2651 <strong property="yui:name">groupsChange</strong> |
|
2652 |
|
2653 ( |
|
2654 |
|
2655 |
|
2656 event |
|
2657 |
|
2658 |
|
2659 ) |
|
2660 |
|
2661 </code> |
|
2662 |
|
2663 <div class="description" property="yui:description"> |
|
2664 Fires when the value for the configuration attribute 'groups' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2665 </div> |
|
2666 |
|
2667 <div class="description"> |
|
2668 |
|
2669 |
|
2670 <dl rel="yui:parameters"> |
|
2671 <dt>Parameters:</dt> |
|
2672 <dd rel="yui:parameter"> |
|
2673 <code><span property="yui:name">event</span> |
|
2674 <<span property="yui:type">Event.Facade</span>> |
|
2675 </code> |
|
2676 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2677 </dd> |
|
2678 |
|
2679 </dl> |
|
2680 |
|
2681 |
|
2682 </div> |
|
2683 |
|
2684 </div> |
|
2685 <hr /> |
|
2686 </div> |
|
2687 <div class="" rel="yui:event" resource="#event_handlesChange"> |
|
2688 <h4> |
|
2689 <a name="event_handlesChange">handlesChange</a></h4> |
|
2690 <div class="detail"> |
|
2691 <code> |
|
2692 |
|
2693 |
|
2694 |
|
2695 <strong property="yui:name">handlesChange</strong> |
|
2696 |
|
2697 ( |
|
2698 |
|
2699 |
|
2700 event |
|
2701 |
|
2702 |
|
2703 ) |
|
2704 |
|
2705 </code> |
|
2706 |
|
2707 <div class="description" property="yui:description"> |
|
2708 Fires when the value for the configuration attribute 'handles' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2709 </div> |
|
2710 |
|
2711 <div class="description"> |
|
2712 |
|
2713 |
|
2714 <dl rel="yui:parameters"> |
|
2715 <dt>Parameters:</dt> |
|
2716 <dd rel="yui:parameter"> |
|
2717 <code><span property="yui:name">event</span> |
|
2718 <<span property="yui:type">Event.Facade</span>> |
|
2719 </code> |
|
2720 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2721 </dd> |
|
2722 |
|
2723 </dl> |
|
2724 |
|
2725 |
|
2726 </div> |
|
2727 |
|
2728 </div> |
|
2729 <hr /> |
|
2730 </div> |
|
2731 <div class="" rel="yui:event" resource="#event_lockChange"> |
|
2732 <h4> |
|
2733 <a name="event_lockChange">lockChange</a></h4> |
|
2734 <div class="detail"> |
|
2735 <code> |
|
2736 |
|
2737 |
|
2738 |
|
2739 <strong property="yui:name">lockChange</strong> |
|
2740 |
|
2741 ( |
|
2742 |
|
2743 |
|
2744 event |
|
2745 |
|
2746 |
|
2747 ) |
|
2748 |
|
2749 </code> |
|
2750 |
|
2751 <div class="description" property="yui:description"> |
|
2752 Fires when the value for the configuration attribute 'lock' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2753 </div> |
|
2754 |
|
2755 <div class="description"> |
|
2756 |
|
2757 |
|
2758 <dl rel="yui:parameters"> |
|
2759 <dt>Parameters:</dt> |
|
2760 <dd rel="yui:parameter"> |
|
2761 <code><span property="yui:name">event</span> |
|
2762 <<span property="yui:type">Event.Facade</span>> |
|
2763 </code> |
|
2764 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2765 </dd> |
|
2766 |
|
2767 </dl> |
|
2768 |
|
2769 |
|
2770 </div> |
|
2771 |
|
2772 </div> |
|
2773 <hr /> |
|
2774 </div> |
|
2775 <div class="" rel="yui:event" resource="#event_moveChange"> |
|
2776 <h4> |
|
2777 <a name="event_moveChange">moveChange</a></h4> |
|
2778 <div class="detail"> |
|
2779 <code> |
|
2780 |
|
2781 |
|
2782 |
|
2783 <strong property="yui:name">moveChange</strong> |
|
2784 |
|
2785 ( |
|
2786 |
|
2787 |
|
2788 event |
|
2789 |
|
2790 |
|
2791 ) |
|
2792 |
|
2793 </code> |
|
2794 |
|
2795 <div class="description" property="yui:description"> |
|
2796 Fires when the value for the configuration attribute 'move' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2797 </div> |
|
2798 |
|
2799 <div class="description"> |
|
2800 |
|
2801 |
|
2802 <dl rel="yui:parameters"> |
|
2803 <dt>Parameters:</dt> |
|
2804 <dd rel="yui:parameter"> |
|
2805 <code><span property="yui:name">event</span> |
|
2806 <<span property="yui:type">Event.Facade</span>> |
|
2807 </code> |
|
2808 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2809 </dd> |
|
2810 |
|
2811 </dl> |
|
2812 |
|
2813 |
|
2814 </div> |
|
2815 |
|
2816 </div> |
|
2817 <hr /> |
|
2818 </div> |
|
2819 <div class="" rel="yui:event" resource="#event_nodeChange"> |
|
2820 <h4> |
|
2821 <a name="event_nodeChange">nodeChange</a></h4> |
|
2822 <div class="detail"> |
|
2823 <code> |
|
2824 |
|
2825 |
|
2826 |
|
2827 <strong property="yui:name">nodeChange</strong> |
|
2828 |
|
2829 ( |
|
2830 |
|
2831 |
|
2832 event |
|
2833 |
|
2834 |
|
2835 ) |
|
2836 |
|
2837 </code> |
|
2838 |
|
2839 <div class="description" property="yui:description"> |
|
2840 Fires when the value for the configuration attribute 'node' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2841 </div> |
|
2842 |
|
2843 <div class="description"> |
|
2844 |
|
2845 |
|
2846 <dl rel="yui:parameters"> |
|
2847 <dt>Parameters:</dt> |
|
2848 <dd rel="yui:parameter"> |
|
2849 <code><span property="yui:name">event</span> |
|
2850 <<span property="yui:type">Event.Facade</span>> |
|
2851 </code> |
|
2852 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2853 </dd> |
|
2854 |
|
2855 </dl> |
|
2856 |
|
2857 |
|
2858 </div> |
|
2859 |
|
2860 </div> |
|
2861 <hr /> |
|
2862 </div> |
|
2863 <div class="" rel="yui:event" resource="#event_offsetNodeChange"> |
|
2864 <h4> |
|
2865 <a name="event_offsetNodeChange">offsetNodeChange</a></h4> |
|
2866 <div class="detail"> |
|
2867 <code> |
|
2868 |
|
2869 |
|
2870 |
|
2871 <strong property="yui:name">offsetNodeChange</strong> |
|
2872 |
|
2873 ( |
|
2874 |
|
2875 |
|
2876 event |
|
2877 |
|
2878 |
|
2879 ) |
|
2880 |
|
2881 </code> |
|
2882 |
|
2883 <div class="description" property="yui:description"> |
|
2884 Fires when the value for the configuration attribute 'offsetNode' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2885 </div> |
|
2886 |
|
2887 <div class="description"> |
|
2888 |
|
2889 |
|
2890 <dl rel="yui:parameters"> |
|
2891 <dt>Parameters:</dt> |
|
2892 <dd rel="yui:parameter"> |
|
2893 <code><span property="yui:name">event</span> |
|
2894 <<span property="yui:type">Event.Facade</span>> |
|
2895 </code> |
|
2896 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2897 </dd> |
|
2898 |
|
2899 </dl> |
|
2900 |
|
2901 |
|
2902 </div> |
|
2903 |
|
2904 </div> |
|
2905 <hr /> |
|
2906 </div> |
|
2907 <div class="" rel="yui:event" resource="#event_primaryButtonOnlyChange"> |
|
2908 <h4> |
|
2909 <a name="event_primaryButtonOnlyChange">primaryButtonOnlyChange</a></h4> |
|
2910 <div class="detail"> |
|
2911 <code> |
|
2912 |
|
2913 |
|
2914 |
|
2915 <strong property="yui:name">primaryButtonOnlyChange</strong> |
|
2916 |
|
2917 ( |
|
2918 |
|
2919 |
|
2920 event |
|
2921 |
|
2922 |
|
2923 ) |
|
2924 |
|
2925 </code> |
|
2926 |
|
2927 <div class="description" property="yui:description"> |
|
2928 Fires when the value for the configuration attribute 'primaryButtonOnly' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2929 </div> |
|
2930 |
|
2931 <div class="description"> |
|
2932 |
|
2933 |
|
2934 <dl rel="yui:parameters"> |
|
2935 <dt>Parameters:</dt> |
|
2936 <dd rel="yui:parameter"> |
|
2937 <code><span property="yui:name">event</span> |
|
2938 <<span property="yui:type">Event.Facade</span>> |
|
2939 </code> |
|
2940 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2941 </dd> |
|
2942 |
|
2943 </dl> |
|
2944 |
|
2945 |
|
2946 </div> |
|
2947 |
|
2948 </div> |
|
2949 <hr /> |
|
2950 </div> |
|
2951 <div class="" rel="yui:event" resource="#event_targetChange"> |
|
2952 <h4> |
|
2953 <a name="event_targetChange">targetChange</a></h4> |
|
2954 <div class="detail"> |
|
2955 <code> |
|
2956 |
|
2957 |
|
2958 |
|
2959 <strong property="yui:name">targetChange</strong> |
|
2960 |
|
2961 ( |
|
2962 |
|
2963 |
|
2964 event |
|
2965 |
|
2966 |
|
2967 ) |
|
2968 |
|
2969 </code> |
|
2970 |
|
2971 <div class="description" property="yui:description"> |
|
2972 Fires when the value for the configuration attribute 'target' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
2973 </div> |
|
2974 |
|
2975 <div class="description"> |
|
2976 |
|
2977 |
|
2978 <dl rel="yui:parameters"> |
|
2979 <dt>Parameters:</dt> |
|
2980 <dd rel="yui:parameter"> |
|
2981 <code><span property="yui:name">event</span> |
|
2982 <<span property="yui:type">Event.Facade</span>> |
|
2983 </code> |
|
2984 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
2985 </dd> |
|
2986 |
|
2987 </dl> |
|
2988 |
|
2989 |
|
2990 </div> |
|
2991 |
|
2992 </div> |
|
2993 <hr /> |
|
2994 </div> |
|
2995 <div class="" rel="yui:event" resource="#event_useShimChange"> |
|
2996 <h4> |
|
2997 <a name="event_useShimChange">useShimChange</a></h4> |
|
2998 <div class="detail"> |
|
2999 <code> |
|
3000 |
|
3001 |
|
3002 |
|
3003 <strong property="yui:name">useShimChange</strong> |
|
3004 |
|
3005 ( |
|
3006 |
|
3007 |
|
3008 event |
|
3009 |
|
3010 |
|
3011 ) |
|
3012 |
|
3013 </code> |
|
3014 |
|
3015 <div class="description" property="yui:description"> |
|
3016 Fires when the value for the configuration attribute 'useShim' is changed. You can listen for the event using the <a href="Attribute.html#method_on">on</a> method if you wish to be notified before the attribute's value has changed, or using the <a href="Event.Target.html#method_after">after</a> method if you wish to be notified after the attribute's value has changed. |
|
3017 </div> |
|
3018 |
|
3019 <div class="description"> |
|
3020 |
|
3021 |
|
3022 <dl rel="yui:parameters"> |
|
3023 <dt>Parameters:</dt> |
|
3024 <dd rel="yui:parameter"> |
|
3025 <code><span property="yui:name">event</span> |
|
3026 <<span property="yui:type">Event.Facade</span>> |
|
3027 </code> |
|
3028 <span property="yui:description">An Event Facade object with the following attribute specific properties added: <dl> <dt>prevVal</dt> <dd>The value of the attribute, prior to it being set</dd> <dt>newVal</dt> <dd>The value the attribute is to be set to</dd> <dt>attrName</dt> <dd>The name of the attribute being set</dd> <dt>subAttrName</dt> <dd>If setting a property within the attribute's value, the name of the sub-attribute property being set</dd> </dl></span> |
|
3029 </dd> |
|
3030 |
|
3031 </dl> |
|
3032 |
|
3033 |
|
3034 </div> |
|
3035 |
|
3036 </div> |
|
3037 <hr /> |
|
3038 </div> |
|
3039 </div> |
|
3040 </div> |
|
3041 |
|
3042 |
|
3043 <div rel="yui:inheritance"> |
|
3044 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
3045 <h4>Events inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
3046 <div class="content" rel="yui:events"> |
|
3047 <code> |
|
3048 <span rel="yui:event" resource="Base.html#event_destroy"> |
|
3049 <a class="" href="Base.html#event_destroy" property="yui:name" title="destroy">destroy</a><span class="">,</span> |
|
3050 </span> |
|
3051 <span rel="yui:event" resource="Base.html#event_destroyedChange"> |
|
3052 <a class="" href="Base.html#event_destroyedChange" property="yui:name" title="destroyedChange">destroyedChange</a><span class="">,</span> |
|
3053 </span> |
|
3054 <span rel="yui:event" resource="Base.html#event_init"> |
|
3055 <a class="" href="Base.html#event_init" property="yui:name" title="init">init</a><span class="">,</span> |
|
3056 </span> |
|
3057 <span rel="yui:event" resource="Base.html#event_initializedChange"> |
|
3058 <a class="" href="Base.html#event_initializedChange" property="yui:name" title="initializedChange">initializedChange</a><span class="">,</span> |
|
3059 </span> |
|
3060 |
|
3061 </code> |
|
3062 </div> |
|
3063 </div> |
|
3064 </div> |
|
3065 </div> |
|
3066 |
|
3067 <div rel="yui:attributes" resource="#configattributes"> |
|
3068 <div class="section field details"> |
|
3069 <h3 id="configattributes">Configuration Attributes</h3> |
|
3070 <div class="content"> |
|
3071 <div class="" rel="yui:attribute" resource="#config_activeHandle"> |
|
3072 <h4><a name="config_activeHandle">activeHandle</a> |
|
3073 <code>- <span property="yui:type">Node</span></code> |
|
3074 </h4> |
|
3075 <div class="detail"> |
|
3076 <div class="description" property="yui:description"> |
|
3077 This config option is set by Drag to inform you of which handle fired the drag event (in the case that there are several handles): default false. |
|
3078 </div> |
|
3079 </div> |
|
3080 |
|
3081 |
|
3082 |
|
3083 <hr /> |
|
3084 </div> |
|
3085 <div class="" rel="yui:attribute" resource="#config_bubbles"> |
|
3086 <h4><a name="config_bubbles">bubbles</a> |
|
3087 <code>- <span property="yui:type">Object</span></code> |
|
3088 </h4> |
|
3089 <div class="detail"> |
|
3090 <div class="description" property="yui:description"> |
|
3091 Controls the default bubble parent for this Drag instance. Default: Y.DD.DDM. Set to false to disable bubbling. |
|
3092 </div> |
|
3093 </div> |
|
3094 |
|
3095 |
|
3096 |
|
3097 <hr /> |
|
3098 </div> |
|
3099 <div class="" rel="yui:attribute" resource="#config_clickPixelThresh"> |
|
3100 <h4><a name="config_clickPixelThresh">clickPixelThresh</a> |
|
3101 <code>- <span property="yui:type">Number</span></code> |
|
3102 </h4> |
|
3103 <div class="detail"> |
|
3104 <div class="description" property="yui:description"> |
|
3105 The number of pixels to move to start a drag operation, default is 3. |
|
3106 </div> |
|
3107 </div> |
|
3108 |
|
3109 |
|
3110 |
|
3111 <hr /> |
|
3112 </div> |
|
3113 <div class="" rel="yui:attribute" resource="#config_clickTimeThresh"> |
|
3114 <h4><a name="config_clickTimeThresh">clickTimeThresh</a> |
|
3115 <code>- <span property="yui:type">Number</span></code> |
|
3116 </h4> |
|
3117 <div class="detail"> |
|
3118 <div class="description" property="yui:description"> |
|
3119 The number of milliseconds a mousedown has to pass to start a drag operation, default is 1000. |
|
3120 </div> |
|
3121 </div> |
|
3122 |
|
3123 |
|
3124 |
|
3125 <hr /> |
|
3126 </div> |
|
3127 <div class="" rel="yui:attribute" resource="#config_data"> |
|
3128 <h4><a name="config_data">data</a> |
|
3129 <code>- <span property="yui:type">Mixed</span></code> |
|
3130 </h4> |
|
3131 <div class="detail"> |
|
3132 <div class="description" property="yui:description"> |
|
3133 A payload holder to store arbitrary data about this drag object, can be used to store any value. |
|
3134 </div> |
|
3135 </div> |
|
3136 |
|
3137 |
|
3138 |
|
3139 <hr /> |
|
3140 </div> |
|
3141 <div class="" rel="yui:attribute" resource="#config_dragging"> |
|
3142 <h4><a name="config_dragging">dragging</a> |
|
3143 <code>- <span property="yui:type">Boolean</span></code> |
|
3144 </h4> |
|
3145 <div class="detail"> |
|
3146 <div class="description" property="yui:description"> |
|
3147 This attribute is not meant to be used by the implementor, it is meant to be used as an Event tracker so you can listen for it to change. |
|
3148 </div> |
|
3149 </div> |
|
3150 |
|
3151 |
|
3152 |
|
3153 <hr /> |
|
3154 </div> |
|
3155 <div class="" rel="yui:attribute" resource="#config_dragMode"> |
|
3156 <h4><a name="config_dragMode">dragMode</a> |
|
3157 <code>- <span property="yui:type">String</span></code> |
|
3158 </h4> |
|
3159 <div class="detail"> |
|
3160 <div class="description" property="yui:description"> |
|
3161 This attribute only works if the dd-drop module is active. It will set the dragMode (point, intersect, strict) of this Drag instance. |
|
3162 </div> |
|
3163 </div> |
|
3164 |
|
3165 |
|
3166 |
|
3167 <hr /> |
|
3168 </div> |
|
3169 <div class="" rel="yui:attribute" resource="#config_dragNode"> |
|
3170 <h4><a name="config_dragNode">dragNode</a> |
|
3171 <code>- <span property="yui:type">Node</span></code> |
|
3172 </h4> |
|
3173 <div class="detail"> |
|
3174 <div class="description" property="yui:description"> |
|
3175 Y.Node instanace to use as the draggable element, defaults to node |
|
3176 </div> |
|
3177 </div> |
|
3178 |
|
3179 |
|
3180 |
|
3181 <hr /> |
|
3182 </div> |
|
3183 <div class="" rel="yui:attribute" resource="#config_groups"> |
|
3184 <h4><a name="config_groups">groups</a> |
|
3185 <code>- <span property="yui:type">Array</span></code> |
|
3186 </h4> |
|
3187 <div class="detail"> |
|
3188 <div class="description" property="yui:description"> |
|
3189 Array of groups to add this drag into. |
|
3190 </div> |
|
3191 </div> |
|
3192 |
|
3193 |
|
3194 |
|
3195 <hr /> |
|
3196 </div> |
|
3197 <div class="" rel="yui:attribute" resource="#config_handles"> |
|
3198 <h4><a name="config_handles">handles</a> |
|
3199 <code>- <span property="yui:type">Array</span></code> |
|
3200 </h4> |
|
3201 <div class="detail"> |
|
3202 <div class="description" property="yui:description"> |
|
3203 Array of valid handles to add. Adding something here will set all handles, even if previously added with addHandle |
|
3204 </div> |
|
3205 </div> |
|
3206 |
|
3207 |
|
3208 |
|
3209 <hr /> |
|
3210 </div> |
|
3211 <div class="" rel="yui:attribute" resource="#config_lock"> |
|
3212 <h4><a name="config_lock">lock</a> |
|
3213 <code>- <span property="yui:type">Boolean</span></code> |
|
3214 </h4> |
|
3215 <div class="detail"> |
|
3216 <div class="description" property="yui:description"> |
|
3217 Set to lock this drag element so that it can't be dragged: default false. |
|
3218 </div> |
|
3219 </div> |
|
3220 |
|
3221 |
|
3222 |
|
3223 <hr /> |
|
3224 </div> |
|
3225 <div class="" rel="yui:attribute" resource="#config_move"> |
|
3226 <h4><a name="config_move">move</a> |
|
3227 <code>- <span property="yui:type">Boolean</span></code> |
|
3228 </h4> |
|
3229 <div class="detail"> |
|
3230 <div class="description" property="yui:description"> |
|
3231 If this is false, the drag element will not move with the cursor: default true. Can be used to "resize" the element. |
|
3232 </div> |
|
3233 </div> |
|
3234 |
|
3235 |
|
3236 |
|
3237 <hr /> |
|
3238 </div> |
|
3239 <div class="" rel="yui:attribute" resource="#config_node"> |
|
3240 <h4><a name="config_node">node</a> |
|
3241 <code>- <span property="yui:type">Node</span></code> |
|
3242 </h4> |
|
3243 <div class="detail"> |
|
3244 <div class="description" property="yui:description"> |
|
3245 Y.Node instanace to use as the element to initiate a drag operation |
|
3246 </div> |
|
3247 </div> |
|
3248 |
|
3249 |
|
3250 |
|
3251 <hr /> |
|
3252 </div> |
|
3253 <div class="" rel="yui:attribute" resource="#config_offsetNode"> |
|
3254 <h4><a name="config_offsetNode">offsetNode</a> |
|
3255 <code>- <span property="yui:type">Boolean</span></code> |
|
3256 </h4> |
|
3257 <div class="detail"> |
|
3258 <div class="description" property="yui:description"> |
|
3259 Offset the drag element by the difference in cursor position: default true |
|
3260 </div> |
|
3261 </div> |
|
3262 |
|
3263 |
|
3264 |
|
3265 <hr /> |
|
3266 </div> |
|
3267 <div class="" rel="yui:attribute" resource="#config_primaryButtonOnly"> |
|
3268 <h4><a name="config_primaryButtonOnly">primaryButtonOnly</a> |
|
3269 <code>- <span property="yui:type">Boolean</span></code> |
|
3270 </h4> |
|
3271 <div class="detail"> |
|
3272 <div class="description" property="yui:description"> |
|
3273 By default a drag operation will only begin if the mousedown occurred with the primary mouse button. Setting this to false will allow for all mousedown events to trigger a drag. |
|
3274 </div> |
|
3275 </div> |
|
3276 |
|
3277 |
|
3278 |
|
3279 <hr /> |
|
3280 </div> |
|
3281 <div class="" rel="yui:attribute" resource="#config_target"> |
|
3282 <h4><a name="config_target">target</a> |
|
3283 <code>- <span property="yui:type">Boolean</span></code> |
|
3284 </h4> |
|
3285 <div class="detail"> |
|
3286 <div class="description" property="yui:description"> |
|
3287 This attribute only works if the dd-drop module has been loaded. It will make this node a drop target as well as draggable. |
|
3288 </div> |
|
3289 </div> |
|
3290 |
|
3291 |
|
3292 |
|
3293 <hr /> |
|
3294 </div> |
|
3295 <div class="" rel="yui:attribute" resource="#config_useShim"> |
|
3296 <h4><a name="config_useShim">useShim</a> |
|
3297 <code>- <span property="yui:type">Boolean</span></code> |
|
3298 </h4> |
|
3299 <div class="detail"> |
|
3300 <div class="description" property="yui:description"> |
|
3301 Use the protective shim on all drag operations: default true. Only works with dd-ddm, not dd-ddm-base. |
|
3302 </div> |
|
3303 </div> |
|
3304 |
|
3305 |
|
3306 |
|
3307 <hr /> |
|
3308 </div> |
|
3309 |
|
3310 </div> |
|
3311 </div> |
|
3312 |
|
3313 <div rel="yui:inheritance"> |
|
3314 <div class="section field inheritance" rel="yui:superclass" resource="Base.html"> |
|
3315 <h4>Configuration attributes inherited from <a href="Base.html" property="yui:name" title="Base">Base</a>:</h4> |
|
3316 <div class="content" rel="yui:attributes"> |
|
3317 <code> |
|
3318 <span rel="yui:attribute" resource="Base.html#config_destroyed"> |
|
3319 <a class="" href="Base.html#config_destroyed" property="yui:name" title="destroyed">destroyed</a><span class="">,</span> |
|
3320 </span> |
|
3321 <span rel="yui:attribute" resource="Base.html#config_initialized"> |
|
3322 <a class="" href="Base.html#config_initialized" property="yui:name" title="initialized">initialized</a><span class="">,</span> |
|
3323 </span> |
|
3324 |
|
3325 </code> |
|
3326 </div> |
|
3327 </div> |
|
3328 </div> |
|
3329 </div> |
|
3330 |
|
3331 </div> |
|
3332 </div> |
|
3333 <div class="yui-b"> |
|
3334 <div class="nav"> |
|
3335 |
|
3336 <div id="moduleList" class="module"> |
|
3337 <h4>Modules</h4> |
|
3338 <ul class="content"> |
|
3339 <li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
3340 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li> |
|
3341 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
3342 <li class=""><a href="module_base.html" title="base">base</a></li> |
|
3343 <li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
3344 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
3345 <li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
3346 <li class=""><a href="module_console.html" title="console">console</a></li> |
|
3347 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
3348 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
3349 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
3350 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
3351 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
3352 <li class="selected"><a href="module_dd.html" title="dd">dd</a></li> |
|
3353 <li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
3354 <li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
3355 <li class=""><a href="module_event.html" title="event">event</a></li> |
|
3356 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
3357 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
3358 <li class=""><a href="module_history.html" title="history">history</a></li> |
|
3359 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
3360 <li class=""><a href="module_io.html" title="io">io</a></li> |
|
3361 <li class=""><a href="module_json.html" title="json">json</a></li> |
|
3362 <li class=""><a href="module_node.html" title="node">node</a></li> |
|
3363 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
3364 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
3365 <li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
3366 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
3367 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
3368 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
3369 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li> |
|
3370 <li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
3371 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
3372 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
3373 <li class=""><a href="module_test.html" title="test">test</a></li> |
|
3374 <li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
3375 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
3376 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
3377 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
3378 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
3379 <li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
3380 </ul> |
|
3381 </div> |
|
3382 |
|
3383 <div id="classList" class="module"> |
|
3384 <h4>Classes</h4> |
|
3385 <ul class="content"> |
|
3386 <li class=""><a href="DD.DDM.html" title="DD.DDM">DD.DDM</a></li> |
|
3387 <li class="selected"><a href="DD.Drag.html" title="DD.Drag">DD.Drag</a></li> |
|
3388 <li class=""><a href="DD.Drop.html" title="DD.Drop">DD.Drop</a></li> |
|
3389 <li class=""><a href="DD.Scroll.html" title="DD.Scroll">DD.Scroll</a></li> |
|
3390 <li class=""><a href="Plugin.DDNodeScroll.html" title="Plugin.DDNodeScroll">Plugin.DDNodeScroll</a></li> |
|
3391 <li class=""><a href="Plugin.DDProxy.html" title="Plugin.DDProxy">Plugin.DDProxy</a></li> |
|
3392 <li class=""><a href="Plugin.DDWindowScroll.html" title="Plugin.DDWindowScroll">Plugin.DDWindowScroll</a></li> |
|
3393 <li class=""><a href="Plugin.Drag.html" title="Plugin.Drag">Plugin.Drag</a></li> |
|
3394 <li class=""><a href="Plugin.DragConstrained.html" title="Plugin.DragConstrained">Plugin.DragConstrained</a></li> |
|
3395 <li class=""><a href="Plugin.Drop.html" title="Plugin.Drop">Plugin.Drop</a></li> |
|
3396 </ul> |
|
3397 </div> |
|
3398 |
|
3399 <div id="fileList" class="module"> |
|
3400 <h4>Files</h4> |
|
3401 <ul class="content"> |
|
3402 <li class=""><a href="constrain.js.html" title="constrain.js">constrain.js</a></li> |
|
3403 <li class=""><a href="dd-drop-plugin.js.html" title="dd-drop-plugin.js">dd-drop-plugin.js</a></li> |
|
3404 <li class=""><a href="dd-plugin.js.html" title="dd-plugin.js">dd-plugin.js</a></li> |
|
3405 <li class=""><a href="ddm-base.js.html" title="ddm-base.js">ddm-base.js</a></li> |
|
3406 <li class=""><a href="ddm-drop.js.html" title="ddm-drop.js">ddm-drop.js</a></li> |
|
3407 <li class=""><a href="ddm.js.html" title="ddm.js">ddm.js</a></li> |
|
3408 <li class=""><a href="drag.js.html" title="drag.js">drag.js</a></li> |
|
3409 <li class=""><a href="drop.js.html" title="drop.js">drop.js</a></li> |
|
3410 <li class=""><a href="proxy.js.html" title="proxy.js">proxy.js</a></li> |
|
3411 <li class=""><a href="scroll.js.html" title="scroll.js">scroll.js</a></li> |
|
3412 </ul> |
|
3413 </div> |
|
3414 |
|
3415 <div id="propertyList" class="module"> |
|
3416 <h4>Properties</h4> |
|
3417 <ul class="content"> |
|
3418 <li class="private"><a href="#property__clickTimeout" title="_clickTimeout">_clickTimeout</a></li> |
|
3419 <li class="private"><a href="#property__dragThreshMet" title="_dragThreshMet">_dragThreshMet</a></li> |
|
3420 <li class="private"><a href="#property__endTime" title="_endTime">_endTime</a></li> |
|
3421 <li class="private"><a href="#property__ev_md" title="_ev_md">_ev_md</a></li> |
|
3422 <li class="private"><a href="#property__fromTimeout" title="_fromTimeout">_fromTimeout</a></li> |
|
3423 <li class="private"><a href="#property__groups" title="_groups">_groups</a></li> |
|
3424 <li class="private"><a href="#property__handles" title="_handles">_handles</a></li> |
|
3425 <li class="private"><a href="#property__ieSelectBack" title="_ieSelectBack">_ieSelectBack</a></li> |
|
3426 <li class="private"><a href="#property__invalids" title="_invalids">_invalids</a></li> |
|
3427 <li class="private"><a href="#property__invalidsDefault" title="_invalidsDefault">_invalidsDefault</a></li> |
|
3428 <li class="private"><a href="#property__startTime" title="_startTime">_startTime</a></li> |
|
3429 <li class=""><a href="#property_actXY" title="actXY">actXY</a></li> |
|
3430 <li class=""><a href="#property_deltaXY" title="deltaXY">deltaXY</a></li> |
|
3431 <li class=""><a href="#property_lastXY" title="lastXY">lastXY</a></li> |
|
3432 <li class=""><a href="#property_mouseXY" title="mouseXY">mouseXY</a></li> |
|
3433 <li class=""><a href="#property_nodeXY" title="nodeXY">nodeXY</a></li> |
|
3434 <li class=""><a href="#property_realXY" title="realXY">realXY</a></li> |
|
3435 <li class=""><a href="#property_region" title="region">region</a></li> |
|
3436 <li class=""><a href="#property_startXY" title="startXY">startXY</a></li> |
|
3437 <li class=""><a href="#property_target" title="target">target</a></li> |
|
3438 </ul> |
|
3439 </div> |
|
3440 |
|
3441 <div id="methodsList" class="module"> |
|
3442 <h4>Methods</h4> |
|
3443 <ul class="content"> |
|
3444 <li class="private"><a href="#method__align" title="_align">_align</a></li> |
|
3445 <li class="private"><a href="#method__alignNode" title="_alignNode">_alignNode</a></li> |
|
3446 <li class="private"><a href="#method__createEvents" title="_createEvents">_createEvents</a></li> |
|
3447 <li class="private"><a href="#method__defAlignFn" title="_defAlignFn">_defAlignFn</a></li> |
|
3448 <li class="private"><a href="#method__defDragFn" title="_defDragFn">_defDragFn</a></li> |
|
3449 <li class="private"><a href="#method__defMouseDownFn" title="_defMouseDownFn">_defMouseDownFn</a></li> |
|
3450 <li class="private"><a href="#method__fixDragStart" title="_fixDragStart">_fixDragStart</a></li> |
|
3451 <li class="private"><a href="#method__fixIEMouseDown" title="_fixIEMouseDown">_fixIEMouseDown</a></li> |
|
3452 <li class="private"><a href="#method__fixIEMouseUp" title="_fixIEMouseUp">_fixIEMouseUp</a></li> |
|
3453 <li class="private"><a href="#method__handleMouseDownEvent" title="_handleMouseDownEvent">_handleMouseDownEvent</a></li> |
|
3454 <li class="private"><a href="#method__handleMouseUp" title="_handleMouseUp">_handleMouseUp</a></li> |
|
3455 <li class="private"><a href="#method__handleTarget" title="_handleTarget">_handleTarget</a></li> |
|
3456 <li class="private"><a href="#method__ieSelectFix" title="_ieSelectFix">_ieSelectFix</a></li> |
|
3457 <li class="private"><a href="#method__move" title="_move">_move</a></li> |
|
3458 <li class="private"><a href="#method__moveNode" title="_moveNode">_moveNode</a></li> |
|
3459 <li class="private"><a href="#method__prep" title="_prep">_prep</a></li> |
|
3460 <li class="private"><a href="#method__prevEndFn" title="_prevEndFn">_prevEndFn</a></li> |
|
3461 <li class="private"><a href="#method__setStartPosition" title="_setStartPosition">_setStartPosition</a></li> |
|
3462 <li class="private"><a href="#method__timeoutCheck" title="_timeoutCheck">_timeoutCheck</a></li> |
|
3463 <li class="private"><a href="#method__unprep" title="_unprep">_unprep</a></li> |
|
3464 <li class=""><a href="#method_addHandle" title="addHandle">addHandle</a></li> |
|
3465 <li class=""><a href="#method_addInvalid" title="addInvalid">addInvalid</a></li> |
|
3466 <li class=""><a href="#method_addToGroup" title="addToGroup">addToGroup</a></li> |
|
3467 <li class="private"><a href="#method_destructor" title="destructor">destructor</a></li> |
|
3468 <li class=""><a href="#method_end" title="end">end</a></li> |
|
3469 <li class="private"><a href="#method_initializer" title="initializer">initializer</a></li> |
|
3470 <li class=""><a href="#method_removeFromGroup" title="removeFromGroup">removeFromGroup</a></li> |
|
3471 <li class=""><a href="#method_removeHandle" title="removeHandle">removeHandle</a></li> |
|
3472 <li class=""><a href="#method_removeInvalid" title="removeInvalid">removeInvalid</a></li> |
|
3473 <li class=""><a href="#method_start" title="start">start</a></li> |
|
3474 <li class=""><a href="#method_stopDrag" title="stopDrag">stopDrag</a></li> |
|
3475 <li class=""><a href="#method_validClick" title="validClick">validClick</a></li> |
|
3476 </ul> |
|
3477 </div> |
|
3478 |
|
3479 <div id="eventsList" class="module"> |
|
3480 <h4>Events</h4> |
|
3481 <ul class="content"> |
|
3482 <li class=""><a href="#event_activeHandleChange" title="activeHandleChange">activeHandleChange</a></li> |
|
3483 <li class=""><a href="#event_bubblesChange" title="bubblesChange">bubblesChange</a></li> |
|
3484 <li class=""><a href="#event_clickPixelThreshChange" title="clickPixelThreshChange">clickPixelThreshChange</a></li> |
|
3485 <li class=""><a href="#event_clickTimeThreshChange" title="clickTimeThreshChange">clickTimeThreshChange</a></li> |
|
3486 <li class=""><a href="#event_dataChange" title="dataChange">dataChange</a></li> |
|
3487 <li class=""><a href="#event_drag:addHandle" title="drag:addHandle">drag:addHandle</a></li> |
|
3488 <li class=""><a href="#event_drag:addInvalid" title="drag:addInvalid">drag:addInvalid</a></li> |
|
3489 <li class=""><a href="#event_drag:afterMouseDown" title="drag:afterMouseDown">drag:afterMouseDown</a></li> |
|
3490 <li class=""><a href="#event_drag:align" title="drag:align">drag:align</a></li> |
|
3491 <li class=""><a href="#event_drag:drag" title="drag:drag">drag:drag</a></li> |
|
3492 <li class=""><a href="#event_drag:drophit" title="drag:drophit">drag:drophit</a></li> |
|
3493 <li class=""><a href="#event_drag:dropmiss" title="drag:dropmiss">drag:dropmiss</a></li> |
|
3494 <li class=""><a href="#event_drag:end" title="drag:end">drag:end</a></li> |
|
3495 <li class=""><a href="#event_drag:enter" title="drag:enter">drag:enter</a></li> |
|
3496 <li class=""><a href="#event_drag:exit" title="drag:exit">drag:exit</a></li> |
|
3497 <li class=""><a href="#event_drag:mouseDown" title="drag:mouseDown">drag:mouseDown</a></li> |
|
3498 <li class=""><a href="#event_drag:over" title="drag:over">drag:over</a></li> |
|
3499 <li class=""><a href="#event_drag:removeHandle" title="drag:removeHandle">drag:removeHandle</a></li> |
|
3500 <li class=""><a href="#event_drag:removeInvalid" title="drag:removeInvalid">drag:removeInvalid</a></li> |
|
3501 <li class=""><a href="#event_drag:start" title="drag:start">drag:start</a></li> |
|
3502 <li class=""><a href="#event_draggingChange" title="draggingChange">draggingChange</a></li> |
|
3503 <li class=""><a href="#event_dragModeChange" title="dragModeChange">dragModeChange</a></li> |
|
3504 <li class=""><a href="#event_dragNodeChange" title="dragNodeChange">dragNodeChange</a></li> |
|
3505 <li class=""><a href="#event_groupsChange" title="groupsChange">groupsChange</a></li> |
|
3506 <li class=""><a href="#event_handlesChange" title="handlesChange">handlesChange</a></li> |
|
3507 <li class=""><a href="#event_lockChange" title="lockChange">lockChange</a></li> |
|
3508 <li class=""><a href="#event_moveChange" title="moveChange">moveChange</a></li> |
|
3509 <li class=""><a href="#event_nodeChange" title="nodeChange">nodeChange</a></li> |
|
3510 <li class=""><a href="#event_offsetNodeChange" title="offsetNodeChange">offsetNodeChange</a></li> |
|
3511 <li class=""><a href="#event_primaryButtonOnlyChange" title="primaryButtonOnlyChange">primaryButtonOnlyChange</a></li> |
|
3512 <li class=""><a href="#event_targetChange" title="targetChange">targetChange</a></li> |
|
3513 <li class=""><a href="#event_useShimChange" title="useShimChange">useShimChange</a></li> |
|
3514 </ul> |
|
3515 </div> |
|
3516 |
|
3517 <div id="configList" class="module"> |
|
3518 <h4>Configuration Attributes</h4> |
|
3519 <ul class="content"> |
|
3520 <li class=""><a href="#config_activeHandle" title="activeHandle">activeHandle</a></li> |
|
3521 <li class=""><a href="#config_bubbles" title="bubbles">bubbles</a></li> |
|
3522 <li class=""><a href="#config_clickPixelThresh" title="clickPixelThresh">clickPixelThresh</a></li> |
|
3523 <li class=""><a href="#config_clickTimeThresh" title="clickTimeThresh">clickTimeThresh</a></li> |
|
3524 <li class=""><a href="#config_data" title="data">data</a></li> |
|
3525 <li class=""><a href="#config_dragging" title="dragging">dragging</a></li> |
|
3526 <li class=""><a href="#config_dragMode" title="dragMode">dragMode</a></li> |
|
3527 <li class=""><a href="#config_dragNode" title="dragNode">dragNode</a></li> |
|
3528 <li class=""><a href="#config_groups" title="groups">groups</a></li> |
|
3529 <li class=""><a href="#config_handles" title="handles">handles</a></li> |
|
3530 <li class=""><a href="#config_lock" title="lock">lock</a></li> |
|
3531 <li class=""><a href="#config_move" title="move">move</a></li> |
|
3532 <li class=""><a href="#config_node" title="node">node</a></li> |
|
3533 <li class=""><a href="#config_offsetNode" title="offsetNode">offsetNode</a></li> |
|
3534 <li class=""><a href="#config_primaryButtonOnly" title="primaryButtonOnly">primaryButtonOnly</a></li> |
|
3535 <li class=""><a href="#config_target" title="target">target</a></li> |
|
3536 <li class=""><a href="#config_useShim" title="useShim">useShim</a></li> |
|
3537 </ul> |
|
3538 </div> |
|
3539 |
|
3540 </div> |
|
3541 </div> |
|
3542 </div> |
|
3543 <div id="ft"> |
|
3544 <hr /> |
|
3545 Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
3546 </div> |
|
3547 </div> |
|
3548 <script type="text/javascript"> |
|
3549 ALL_YUI_PROPS = [{"access": "", "host": "DD.Drag", "name": "activeHandle", "url": "DD.Drag.html#config_activeHandle", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "activeHandleChange", "url": "DD.Drag.html#event_activeHandleChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "actXY", "url": "DD.Drag.html#property_actXY", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "addHandle", "url": "DD.Drag.html#method_addHandle", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "addInvalid", "url": "DD.Drag.html#method_addInvalid", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "addToGroup", "url": "DD.Drag.html#method_addToGroup", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "align", "url": "DD.Scroll.html#method_align", "type": "method"}, {"access": "", "host": "Plugin.DragConstrained", "name": "align", "url": "Plugin.DragConstrained.html#method_align", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_align", "url": "DD.Drag.html#method__align", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_alignNode", "url": "DD.Drag.html#method__alignNode", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "bubbles", "url": "DD.Drag.html#config_bubbles", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "bubblesChange", "url": "DD.Drag.html#event_bubblesChange", "type": "event"}, {"access": "", "host": "DD.Scroll", "name": "buffer", "url": "DD.Scroll.html#config_buffer", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "bufferChange", "url": "DD.Scroll.html#event_bufferChange", "type": "event"}, {"access": "private", "host": "Plugin.DragConstrained", "name": "_cacheRegion", "url": "Plugin.DragConstrained.html#method__cacheRegion", "type": "method"}, {"access": "private", "host": "DD.Scroll", "name": "_cancelScroll", "url": "DD.Scroll.html#method__cancelScroll", "type": "method"}, {"access": "private", "host": "Plugin.DragConstrained", "name": "_checkRegion", "url": "Plugin.DragConstrained.html#method__checkRegion", "type": "method"}, {"access": "private", "host": "Plugin.DragConstrained", "name": "_checkTicks", "url": "Plugin.DragConstrained.html#method__checkTicks", "type": "method"}, {"access": "private", "host": "DD.Scroll", "name": "_checkWinScroll", "url": "DD.Scroll.html#method__checkWinScroll", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "clickPixelThresh", "url": "DD.Drag.html#config_clickPixelThresh", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "clickPixelThreshChange", "url": "DD.Drag.html#event_clickPixelThreshChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_clickTimeout", "url": "DD.Drag.html#property__clickTimeout", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "clickTimeThresh", "url": "DD.Drag.html#config_clickTimeThresh", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "clickTimeThreshChange", "url": "DD.Drag.html#event_clickTimeThreshChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "con", "url": "Plugin.DragConstrained.html#property_con", "type": "property"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2node", "url": "Plugin.DragConstrained.html#config_constrain2node", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2nodeChange", "url": "Plugin.DragConstrained.html#event_constrain2nodeChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2region", "url": "Plugin.DragConstrained.html#config_constrain2region", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2regionChange", "url": "Plugin.DragConstrained.html#event_constrain2regionChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2view", "url": "Plugin.DragConstrained.html#config_constrain2view", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "constrain2viewChange", "url": "Plugin.DragConstrained.html#event_constrain2viewChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_createEvents", "url": "DD.Drag.html#method__createEvents", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "data", "url": "DD.Drag.html#config_data", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "dataChange", "url": "DD.Drag.html#event_dataChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_defAlignFn", "url": "DD.Drag.html#method__defAlignFn", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_defDragFn", "url": "DD.Drag.html#method__defDragFn", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_defMouseDownFn", "url": "DD.Drag.html#method__defMouseDownFn", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "deltaXY", "url": "DD.Drag.html#property_deltaXY", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "destructor", "url": "DD.Drag.html#method_destructor", "type": "method"}, {"access": "private", "host": "DD.Scroll", "name": "_dimCache", "url": "DD.Scroll.html#property__dimCache", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "drag:addHandle", "url": "DD.Drag.html#event_drag:addHandle", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:addInvalid", "url": "DD.Drag.html#event_drag:addInvalid", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:afterMouseDown", "url": "DD.Drag.html#event_drag:afterMouseDown", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:align", "url": "DD.Drag.html#event_drag:align", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:drag", "url": "DD.Drag.html#event_drag:drag", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:drophit", "url": "DD.Drag.html#event_drag:drophit", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:dropmiss", "url": "DD.Drag.html#event_drag:dropmiss", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:end", "url": "DD.Drag.html#event_drag:end", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:enter", "url": "DD.Drag.html#event_drag:enter", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:exit", "url": "DD.Drag.html#event_drag:exit", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:mouseDown", "url": "DD.Drag.html#event_drag:mouseDown", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:over", "url": "DD.Drag.html#event_drag:over", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:removeHandle", "url": "DD.Drag.html#event_drag:removeHandle", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:removeInvalid", "url": "DD.Drag.html#event_drag:removeInvalid", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "drag:start", "url": "DD.Drag.html#event_drag:start", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "dragging", "url": "DD.Drag.html#config_dragging", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "draggingChange", "url": "DD.Drag.html#event_draggingChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "dragMode", "url": "DD.Drag.html#config_dragMode", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "dragModeChange", "url": "DD.Drag.html#event_dragModeChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "dragNode", "url": "DD.Drag.html#config_dragNode", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "dragNodeChange", "url": "DD.Drag.html#event_dragNodeChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_dragThreshMet", "url": "DD.Drag.html#property__dragThreshMet", "type": "property"}, {"access": "", "host": "DD.Scroll", "name": "end", "url": "DD.Scroll.html#method_end", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "end", "url": "DD.Drag.html#method_end", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_endTime", "url": "DD.Drag.html#property__endTime", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "_ev_md", "url": "DD.Drag.html#property__ev_md", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "_fixDragStart", "url": "DD.Drag.html#method__fixDragStart", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_fixIEMouseDown", "url": "DD.Drag.html#method__fixIEMouseDown", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_fixIEMouseUp", "url": "DD.Drag.html#method__fixIEMouseUp", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_fromTimeout", "url": "DD.Drag.html#property__fromTimeout", "type": "property"}, {"access": "", "host": "Plugin.DragConstrained", "name": "getRegion", "url": "Plugin.DragConstrained.html#method_getRegion", "type": "method"}, {"access": "private", "host": "DD.Scroll", "name": "_getVPRegion", "url": "DD.Scroll.html#method__getVPRegion", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_groups", "url": "DD.Drag.html#property__groups", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "groups", "url": "DD.Drag.html#config_groups", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "groupsChange", "url": "DD.Drag.html#event_groupsChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "gutter", "url": "Plugin.DragConstrained.html#config_gutter", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "gutterChange", "url": "Plugin.DragConstrained.html#event_gutterChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_handleMouseDownEvent", "url": "DD.Drag.html#method__handleMouseDownEvent", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_handleMouseUp", "url": "DD.Drag.html#method__handleMouseUp", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_handles", "url": "DD.Drag.html#property__handles", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "handles", "url": "DD.Drag.html#config_handles", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "handlesChange", "url": "DD.Drag.html#event_handlesChange", "type": "event"}, {"access": "private", "host": "Plugin.DragConstrained", "name": "_handleStart", "url": "Plugin.DragConstrained.html#method__handleStart", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_handleTarget", "url": "DD.Drag.html#method__handleTarget", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "horizontal", "url": "DD.Scroll.html#config_horizontal", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "horizontalChange", "url": "DD.Scroll.html#event_horizontalChange", "type": "event"}, {"access": "", "host": "DD.Scroll", "name": "host", "url": "DD.Scroll.html#config_host", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "hostChange", "url": "DD.Scroll.html#event_hostChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_ieSelectBack", "url": "DD.Drag.html#property__ieSelectBack", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "_ieSelectFix", "url": "DD.Drag.html#method__ieSelectFix", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "initializer", "url": "DD.Drag.html#method_initializer", "type": "method"}, {"access": "private", "host": "DD.Scroll", "name": "_initScroll", "url": "DD.Scroll.html#method__initScroll", "type": "method"}, {"access": "", "host": "Plugin.DragConstrained", "name": "inRegion", "url": "Plugin.DragConstrained.html#method_inRegion", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_invalids", "url": "DD.Drag.html#property__invalids", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "_invalidsDefault", "url": "DD.Drag.html#property__invalidsDefault", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "lastXY", "url": "DD.Drag.html#property_lastXY", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "lock", "url": "DD.Drag.html#config_lock", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "lockChange", "url": "DD.Drag.html#event_lockChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "mouseXY", "url": "DD.Drag.html#property_mouseXY", "type": "property"}, {"access": "private", "host": "DD.Drag", "name": "_move", "url": "DD.Drag.html#method__move", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "move", "url": "DD.Drag.html#config_move", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "moveChange", "url": "DD.Drag.html#event_moveChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_moveNode", "url": "DD.Drag.html#method__moveNode", "type": "method"}, {"access": "", "host": "Plugin.Drop", "name": "NAME", "url": "Plugin.Drop.html#property_NAME", "type": "property"}, {"access": "", "host": "Plugin.DDNodeScroll", "name": "node", "url": "Plugin.DDNodeScroll.html#config_node", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "node", "url": "DD.Drag.html#config_node", "type": "config"}, {"access": "", "host": "Plugin.DDNodeScroll", "name": "nodeChange", "url": "Plugin.DDNodeScroll.html#event_nodeChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "nodeChange", "url": "DD.Drag.html#event_nodeChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "nodeXY", "url": "DD.Drag.html#property_nodeXY", "type": "property"}, {"access": "", "host": "Plugin.Drop", "name": "NS", "url": "Plugin.Drop.html#property_NS", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "offsetNode", "url": "DD.Drag.html#config_offsetNode", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "offsetNodeChange", "url": "DD.Drag.html#event_offsetNodeChange", "type": "event"}, {"access": "", "host": "DD.Scroll", "name": "parentScroll", "url": "DD.Scroll.html#config_parentScroll", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "parentScrollChange", "url": "DD.Scroll.html#event_parentScrollChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_prep", "url": "DD.Drag.html#method__prep", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_prevEndFn", "url": "DD.Drag.html#method__prevEndFn", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "primaryButtonOnly", "url": "DD.Drag.html#config_primaryButtonOnly", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "primaryButtonOnlyChange", "url": "DD.Drag.html#event_primaryButtonOnlyChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "realXY", "url": "DD.Drag.html#property_realXY", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "region", "url": "DD.Drag.html#property_region", "type": "property"}, {"access": "private", "host": "Plugin.DragConstrained", "name": "_regionCache", "url": "Plugin.DragConstrained.html#property__regionCache", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "removeFromGroup", "url": "DD.Drag.html#method_removeFromGroup", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "removeHandle", "url": "DD.Drag.html#method_removeHandle", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "removeInvalid", "url": "DD.Drag.html#method_removeInvalid", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "scrollDelay", "url": "DD.Scroll.html#config_scrollDelay", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "scrollDelayChange", "url": "DD.Scroll.html#event_scrollDelayChange", "type": "event"}, {"access": "private", "host": "DD.Scroll", "name": "_scrolling", "url": "DD.Scroll.html#property__scrolling", "type": "property"}, {"access": "private", "host": "DD.Scroll", "name": "_scrollTimer", "url": "DD.Scroll.html#property__scrollTimer", "type": "property"}, {"access": "private", "host": "DD.Scroll", "name": "_setDimCache", "url": "DD.Scroll.html#method__setDimCache", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_setStartPosition", "url": "DD.Drag.html#method__setStartPosition", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "start", "url": "DD.Scroll.html#method_start", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "start", "url": "DD.Drag.html#method_start", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_startTime", "url": "DD.Drag.html#property__startTime", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "startXY", "url": "DD.Drag.html#property_startXY", "type": "property"}, {"access": "", "host": "Plugin.DragConstrained", "name": "stickX", "url": "Plugin.DragConstrained.html#config_stickX", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "stickXChange", "url": "Plugin.DragConstrained.html#event_stickXChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "stickY", "url": "Plugin.DragConstrained.html#config_stickY", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "stickYChange", "url": "Plugin.DragConstrained.html#event_stickYChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "stopDrag", "url": "DD.Drag.html#method_stopDrag", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "target", "url": "DD.Drag.html#property_target", "type": "property"}, {"access": "", "host": "DD.Drag", "name": "target", "url": "DD.Drag.html#config_target", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "targetChange", "url": "DD.Drag.html#event_targetChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickX", "url": "Plugin.DragConstrained.html#config_tickX", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickXArray", "url": "Plugin.DragConstrained.html#config_tickXArray", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickXArrayChange", "url": "Plugin.DragConstrained.html#event_tickXArrayChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickXChange", "url": "Plugin.DragConstrained.html#event_tickXChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickY", "url": "Plugin.DragConstrained.html#config_tickY", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickYArray", "url": "Plugin.DragConstrained.html#config_tickYArray", "type": "config"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickYArrayChange", "url": "Plugin.DragConstrained.html#event_tickYArrayChange", "type": "event"}, {"access": "", "host": "Plugin.DragConstrained", "name": "tickYChange", "url": "Plugin.DragConstrained.html#event_tickYChange", "type": "event"}, {"access": "private", "host": "DD.Drag", "name": "_timeoutCheck", "url": "DD.Drag.html#method__timeoutCheck", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "toString", "url": "DD.Scroll.html#method_toString", "type": "method"}, {"access": "private", "host": "DD.Drag", "name": "_unprep", "url": "DD.Drag.html#method__unprep", "type": "method"}, {"access": "", "host": "DD.Drag", "name": "useShim", "url": "DD.Drag.html#config_useShim", "type": "config"}, {"access": "", "host": "DD.Drag", "name": "useShimChange", "url": "DD.Drag.html#event_useShimChange", "type": "event"}, {"access": "", "host": "DD.Drag", "name": "validClick", "url": "DD.Drag.html#method_validClick", "type": "method"}, {"access": "", "host": "DD.Scroll", "name": "vertical", "url": "DD.Scroll.html#config_vertical", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "verticalChange", "url": "DD.Scroll.html#event_verticalChange", "type": "event"}, {"access": "private", "host": "DD.Scroll", "name": "_vpRegionCache", "url": "DD.Scroll.html#property__vpRegionCache", "type": "property"}, {"access": "", "host": "DD.Scroll", "name": "windowScroll", "url": "DD.Scroll.html#config_windowScroll", "type": "config"}, {"access": "", "host": "Plugin.DDWindowScroll", "name": "windowScroll", "url": "Plugin.DDWindowScroll.html#config_windowScroll", "type": "config"}, {"access": "", "host": "DD.Scroll", "name": "windowScrollChange", "url": "DD.Scroll.html#event_windowScrollChange", "type": "event"}, {"access": "", "host": "Plugin.DDWindowScroll", "name": "windowScrollChange", "url": "Plugin.DDWindowScroll.html#event_windowScrollChange", "type": "event"}]; |
|
3550 </script> |
|
3551 </body> |
|
3552 </html> |