Lines Matching refs:groups
104 * @attribute groups
105 * @description Array of groups to add this drop into.
108 groups: {
247 * @description The groups this target belongs to.
271 * @description Check if this target is in one of the supplied groups.
272 * @param {Array} groups The groups to check against
275 inGroup: function(groups) {
278 Y.each(groups, function(v, k) {
301 this.set('groups', this.get('groups'));
357 //if (this.inGroup(DDM.activeDrag.get('groups')) && this.get(NODE).isVisible()) {
358 if (this.inGroup(DDM.activeDrag.get('groups'))) {