dd.js revision b6c2b8a232bd47788d7dac5c9be2e0260755c390
var dd_events = [
'drag:drag',
'drag:drophit',
'drag:end',
'drag:start',
'drag:enter',
'drag:over',
'drop:over',
'drop:enter',
'drop:hit'
],
moveCount = 728;
YUI({
base: '../../../build/',
//filter: 'DEBUG',
filter: 'RAW',
logExclude: {
'YUI': true,
Event: true,
Base: true,
Attribute: true,
augment: true,
useConsole: true
}
width: '375px'
}).render();
var _count = {},
_resetCount = function() {
_count[k] = 0;
});
},
_fakeStart = function(node) {
_resetCount();
node._dragThreshMet = true;
},
},
if (flip) {
} else {
}
},
for (var i = 0; i < max; i++) {
}
},
},
_data = {
one: 1,
two: 2,
three: 3
},
_handleCount = function(e) {
}
},
template = {
name: 'DD Test',
setUp : function() {
},
tearDown : function() {
},
test_shim: function() {
},
test_drop_setup: function() {
},
test_drop_setup_events: function() {
});
},
test_drag_setup: function() {
},
test_shim_after: function() {
},
test_drag_drop_setup: function() {
});
},
test_drag_drop_group_setup: function() {
Y.Assert.areSame(dd.get('groups').length, dd.target.get('groups').length, 'Groups failed to pass from Drag to Drop');
},
test_drag_drop_group_pass_setup: function() {
},
test_drag_add_handle: function() {
Y.Assert.isNotUndefined(dd._handles[wrap._yuid], 'dd: Handles ' + wrap._yuid + ' not there (Node Based Handle)');
},
test_drag_setup_events: function() {
_count[v] = 0;
});
},
test_drag_move: function() {
});
},
test_drag_destroy: function() {
},
test_proxy: function() {
_resetCount();
node: '#drag'
moveOnEnd: false
});
},
test_proxy_setup_events: function() {
});
},
test_proxy_move: function() {
},
test_proxy_destroy: function() {
Y.Assert.isFalse(proxy.get('node').hasClass('yui3-dd-draggable'), 'proxy: Drag Instance NO ClassName');
},
test_drop_destroy: function() {
},
test_constrain_node_setup: function() {
node: '#drag'
constrain2node: '#wrap'
});
},
test_constrain_node_move: function() {
},
test_constrain_view_setup: function() {
node: '#drag'
constrain2view: true
});
},
test_constrain_view_move: function() {
},
test_window_scroll: function() {
node: '#drag'
_fakeStart(dd);
var self = this,
wait = function() {
i++;
} else {
}, 1500);
}
};
},
test_delegate: function() {
cont: '#del',
nodes: 'li',
invalid: '.disabled'
});
},
test_delegate_setup_events: function() {
_count[v] = 0;
});
},
test_delegate_move: function() {
_resetCount();
});
});
});
},
test_delegate_move2: function() {
_resetCount();
});
},
test_delegate_disabled: function() {
_resetCount();
var mDown = false;
mDown = true;
});
});
}
};
});