Searched defs:ddGroup (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DApp.js45 APP.util.PaginatedTable = function(container, urlRequest, initialRequestValues, columnDefs, responseSchema, ddGroup, tableChanges) {
51 this.ddGroup = ddGroup;
67 ddGroup: null,
177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
184 var ids = DDM.ids[this.ddGroup];
193 currentDD.removeFromGroup(this.ddGroup);
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DApp.js45 APP.util.PaginatedTable = function(container, urlRequest, initialRequestValues, columnDefs, responseSchema, ddGroup, tableChanges) {
51 this.ddGroup = ddGroup;
67 ddGroup: null,
177 new APP.util.CustomDDProxy(nextTrEl.id, this.ddGroup, {resizeFrame:true}, this);
184 var ids = DDM.ids[this.ddGroup];
193 currentDD.removeFromGroup(this.ddGroup);

Completed in 29 milliseconds