~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

[rs=mwhudson] Merged the latest and greatest from trunk.

Show diffs side-by-side

added added

removed removed

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