~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/dd/README

  • Committer: Matt Nordhoff
  • Date: 2010-02-26 04:37:13 UTC
  • mfrom: (400 trunk)
  • mto: This revision was merged to the branch mainline in revision 401.
  • Revision ID: mnordhoff@mattnordhoff.com-20100226043713-7mw3r6dr9qowutmi
Merge trunk for NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
**** version 3.0.0 PR2 ***
 
2
 
 
3
Added bubbles config option to help with extending later.
 
4
Updated _checkRegion to perform Bottom, Top, Left, Right validation instead of Top, Bottom, Left, Right
 
5
 
 
6
**** version 3.0.0 PR1 ***
 
7
 
 
8
Known Issues:
 
9
 
 
10
    Firefox 2.x:
 
11
        Proxy Drags with handles inside an element with overflow: hidden will not target properly.
 
12
 
 
13
    All:
 
14
        Scrolling Module not available as of this release.
 
15
 
 
16
 
 
17
 
 
18
**** File Structure and Module Info ***
 
19
 
 
20
 
 
21
Source Files:
 
22
    ddm-base.js         ==> Base DragDrop Manager
 
23
    ddm.js              ==> Adds shim support
 
24
    ddm-drop.js         ==> Adds Drop support
 
25
    drag.js             ==> Main drag class
 
26
    proxy.js            ==> Adds proxy support to Drag
 
27
    constrain.js        ==> Adds constrain support to drag
 
28
    drop.js             ==> Drop Support
 
29
    dd-plugin.js        ==> Node plugin for Drag
 
30
    dd-drop-plugin.js   ==> Node plugin for Drop
 
31
 
 
32
 
 
33
Module Names:
 
34
    dd-ddm-base         ==> Base DragDrop Manager
 
35
    dd-ddm              ==> Adds shim support
 
36
    dd-ddm-drop         ==> Adds Drop support
 
37
    dd-drag             ==> Main drag class
 
38
    dd-proxy            ==> Adds proxy support to Drag
 
39
    dd-constrain        ==> Adds constrain support to drag
 
40
    dd-drop             ==> Drop Support
 
41
    dd-plugin           ==> Node plugin for Drag
 
42
    dd-drop-plugin      ==> Node plugin for Drop
 
43
    dd                  ==> All Drag & Drop related code
 
44
 
 
45
Build Files:
 
46
    dd-ddm-base.js      ==> Base DragDrop Manager
 
47
    dd-ddm.js           ==> Adds shim support
 
48
    dd-ddm-drop.js      ==> Adds Drop support
 
49
    dd-drag.js          ==> Main drag class
 
50
    dd-proxy.js         ==> Adds proxy support to Drag
 
51
    dd-constrain.js     ==> Adds constrain support to drag
 
52
    dd-drop.js          ==> Drop Support
 
53
    dd-plugin.js        ==> Node plugin for Drag
 
54
    dd-drop-plugin.js   ==> Node plugin for Drop
 
55
 
 
56
 
 
57
Rollup File:
 
58
    dd.js  ==> dd-ddm-base, dd-ddm, dd-ddm-drop, dd-drag, dd-proxy, dd-constrain, dd-drop, dd-plugin, dd-drop-plugin
 
59