Lines Matching refs:groups
106 * @attribute groups
107 * @description Array of groups to add this drop into.
110 groups: {
249 * @description The groups this target belongs to.
273 * @description Check if this target is in one of the supplied groups.
274 * @param {Array} groups The groups to check against
277 inGroup: function(groups) {
280 Y.each(groups, function(v, k) {
303 this.set('groups', this.get('groups'));
359 //if (this.inGroup(DDM.activeDrag.get('groups')) && this.get(NODE).isVisible()) {
360 if (this.inGroup(DDM.activeDrag.get('groups'))) {