Searched defs:unselectRow (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js2616 oSelf.unselectRow(lastSelectedEl);
2632 oSelf.unselectRow(lastSelectedEl);
5145 * @method unselectRow
5148 YAHOO.widget.DataTable.prototype.unselectRow = function(row) {
6244 this.unselectRow(allRows[i]);
6252 this.unselectRow(allRows[i]);
6267 this.unselectRow(elTargetRow);
6313 this.unselectRow(elTargetRow);
H A Ddatatable-beta-min.js162 else{oSelf.unselectRow(lastSelectedEl);oSelf._sLastSelectedId=allRows[trIndex+1].id;}}
164 else{oSelf.unselectRow(lastSelectedEl);oSelf._sLastSelectedId=allRows[trIndex-1].id;}}
303 for(var i=0;i<els.length;i++){this.selectRow(els[i]);}};YAHOO.widget.DataTable.prototype.unselectRow=function(row){var elRow=this.getTrEl(row);if(elRow){var oRecord=this.getRecord(elRow);if(oRecord){var tracker=this._aSelections||[];var nRecordId=oRecord.getId();var bFound=false;if(tracker.indexOf&&(tracker.indexOf(nRecordId)>-1)){tracker.splice(tracker.indexOf(nRecordId),1);bFound=true;}
343 else{if(nAnchorTrIndex<nTargetTrIndex){for(i=nAnchorTrIndex+1;i<=nTargetTrIndex-1;i++){if(this.isSelected(allRows[i])){this.unselectRow(allRows[i]);}}}
344 else{for(i=nTargetTrIndex+1;i<=nAnchorTrIndex-1;i++){if(this.isSelected(allRows[i])){this.unselectRow(allRows[i]);}}}
346 else{this._sSelectionAnchorId=elTargetRow.id;if(this.isSelected(elTargetRow)){this.unselectRow(elTargetRow);}
351 else if((sMode!="single")&&bCTRL){this._sSelectionAnchorId=elTargetRow.id;if(this.isSelected(elTargetRow)){this.unselectRow(elTargetRow);}
H A Ddatatable-beta.js2596 oSelf.unselectRow(lastSelectedEl);
2612 oSelf.unselectRow(lastSelectedEl);
5082 * @method unselectRow
5085 YAHOO.widget.DataTable.prototype.unselectRow = function(row) {
6155 this.unselectRow(allRows[i]);
6163 this.unselectRow(allRows[i]);
6178 this.unselectRow(elTargetRow);
6224 this.unselectRow(elTargetRow);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js2616 oSelf.unselectRow(lastSelectedEl);
2632 oSelf.unselectRow(lastSelectedEl);
5145 * @method unselectRow
5148 YAHOO.widget.DataTable.prototype.unselectRow = function(row) {
6244 this.unselectRow(allRows[i]);
6252 this.unselectRow(allRows[i]);
6267 this.unselectRow(elTargetRow);
6313 this.unselectRow(elTargetRow);
H A Ddatatable-beta-min.js162 else{oSelf.unselectRow(lastSelectedEl);oSelf._sLastSelectedId=allRows[trIndex+1].id;}}
164 else{oSelf.unselectRow(lastSelectedEl);oSelf._sLastSelectedId=allRows[trIndex-1].id;}}
303 for(var i=0;i<els.length;i++){this.selectRow(els[i]);}};YAHOO.widget.DataTable.prototype.unselectRow=function(row){var elRow=this.getTrEl(row);if(elRow){var oRecord=this.getRecord(elRow);if(oRecord){var tracker=this._aSelections||[];var nRecordId=oRecord.getId();var bFound=false;if(tracker.indexOf&&(tracker.indexOf(nRecordId)>-1)){tracker.splice(tracker.indexOf(nRecordId),1);bFound=true;}
343 else{if(nAnchorTrIndex<nTargetTrIndex){for(i=nAnchorTrIndex+1;i<=nTargetTrIndex-1;i++){if(this.isSelected(allRows[i])){this.unselectRow(allRows[i]);}}}
344 else{for(i=nTargetTrIndex+1;i<=nAnchorTrIndex-1;i++){if(this.isSelected(allRows[i])){this.unselectRow(allRows[i]);}}}
346 else{this._sSelectionAnchorId=elTargetRow.id;if(this.isSelected(elTargetRow)){this.unselectRow(elTargetRow);}
351 else if((sMode!="single")&&bCTRL){this._sSelectionAnchorId=elTargetRow.id;if(this.isSelected(elTargetRow)){this.unselectRow(elTargetRow);}
H A Ddatatable-beta.js2596 oSelf.unselectRow(lastSelectedEl);
2612 oSelf.unselectRow(lastSelectedEl);
5082 * @method unselectRow
5085 YAHOO.widget.DataTable.prototype.unselectRow = function(row) {
6155 this.unselectRow(allRows[i]);
6163 this.unselectRow(allRows[i]);
6178 this.unselectRow(elTargetRow);
6224 this.unselectRow(elTargetRow);

Completed in 173 milliseconds