Searched defs:_sSelectionAnchorId (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.js2152 var anchorId = oSelf._sSelectionAnchorId;
2532 oSelf._sSelectionAnchorId = newSelectedEl.id;
2549 oSelf._sSelectionAnchorId = newSelectedEl.id;
2566 oSelf._sSelectionAnchorId = newSelectedEl.id;
2583 oSelf._sSelectionAnchorId = newSelectedEl.id;
2668 oSelf._sSelectionAnchorId = newSelectedEl.id;
2685 oSelf._sSelectionAnchorId = newSelectedEl.id;
3444 this._sSelectionAnchorId = null;
3523 this._sSelectionAnchorId = thisRow.id;
3539 this._sSelectionAnchorId
[all...]
H A Ddatatable-beta-min.js90 var sMode=oSelf.get("selectionMode");var allRows=oSelf._elTbody.rows;var anchorId=oSelf._sSelectionAnchorId;var anchorEl=YAHOO.util.Dom.get(anchorId);var newSelectedEl,trIndex,tdIndex,startIndex,endIndex,i,anchorPos;if(bSHIFT&&(sMode=="cellblock")){trIndex=lastSelectedEl.parentNode.sectionRowIndex;tdIndex=lastSelectedEl.yuiCellIndex;if(nKey==40){if(anchorEl.parentNode.sectionRowIndex>trIndex){anchorPos=1;}
148 oSelf._sSelectionAnchorId=newSelectedEl.id;}
151 oSelf._sSelectionAnchorId=newSelectedEl.id;}
154 oSelf._sSelectionAnchorId=newSelectedEl.id;}
157 oSelf._sSelectionAnchorId=newSelectedEl.id;}}
169 oSelf._sSelectionAnchorId=newSelectedEl.id;}
172 oSelf._sSelectionAnchorId=newSelectedEl.id;}
207 return null;};YAHOO.widget.DataTable.prototype.initializeTable=function(oData){this._oRecordSet.reset();var records=this._oRecordSet.addRecords(oData);this._unselectAllTrEls();this._unselectAllTdEls();this._aSelections=null;this._sLastSelectedId=null;this._sSelectionAnchorId=null;this.refreshView();this.fireEvent("initEvent");};YAHOO.widget.DataTable.prototype.refreshView=function(){var i,j,k,l,aRecords;var oPaginator=this.updatePaginator();if(this.get("paginated")){var rowsPerPage=oPaginator.rowsPerPage;var startRecordIndex=(oPaginator.currentPage-1)*rowsPerPage;aRecords=this._oRecordSet.getRecords(startRecordIndex,rowsPerPage);this.formatPaginators();}
213 var allRows=elTbody.rows;if(bReselect){for(j=0;j<allRows.length;j++){var thisRow=allRows[j];var sMode=this.get("selectionMode");if((sMode=="standard")||(sMode=="single")){for(k=0;k<aSelectedRows.length;k++){if(aSelectedRows[k]===thisRow.yuiRecordId){YAHOO.util.Dom.addClass(thisRow,YAHOO.widget.DataTable.CLASS_SELECTED);if(j===allRows.length-1){this._sLastSelectedId=thisRow.id;this._sSelectionAnchorId=thisRow.id;}}}}
214 else{for(k=0;k<thisRow.cells.length;k++){var thisCell=thisRow.cells[k];for(l=0;l<aSelectedCells.length;l++){if((aSelectedCells[l].recordId===thisRow.yuiRecordId)&&(aSelectedCells[l].columnId===thisCell.yuiColumnId)){YAHOO.util.Dom.addClass(thisCell,YAHOO.widget.DataTable.CLASS_SELECTED);if(k===thisRow.cells.length-1){this._sLastSelectedId=thisCell.id;this._sSelectionAnchorId
[all...]
H A Ddatatable-beta.js2132 var anchorId = oSelf._sSelectionAnchorId;
2512 oSelf._sSelectionAnchorId = newSelectedEl.id;
2529 oSelf._sSelectionAnchorId = newSelectedEl.id;
2546 oSelf._sSelectionAnchorId = newSelectedEl.id;
2563 oSelf._sSelectionAnchorId = newSelectedEl.id;
2648 oSelf._sSelectionAnchorId = newSelectedEl.id;
2665 oSelf._sSelectionAnchorId = newSelectedEl.id;
3415 this._sSelectionAnchorId = null;
3494 this._sSelectionAnchorId = thisRow.id;
3510 this._sSelectionAnchorId
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js2152 var anchorId = oSelf._sSelectionAnchorId;
2532 oSelf._sSelectionAnchorId = newSelectedEl.id;
2549 oSelf._sSelectionAnchorId = newSelectedEl.id;
2566 oSelf._sSelectionAnchorId = newSelectedEl.id;
2583 oSelf._sSelectionAnchorId = newSelectedEl.id;
2668 oSelf._sSelectionAnchorId = newSelectedEl.id;
2685 oSelf._sSelectionAnchorId = newSelectedEl.id;
3444 this._sSelectionAnchorId = null;
3523 this._sSelectionAnchorId = thisRow.id;
3539 this._sSelectionAnchorId
[all...]
H A Ddatatable-beta-min.js90 var sMode=oSelf.get("selectionMode");var allRows=oSelf._elTbody.rows;var anchorId=oSelf._sSelectionAnchorId;var anchorEl=YAHOO.util.Dom.get(anchorId);var newSelectedEl,trIndex,tdIndex,startIndex,endIndex,i,anchorPos;if(bSHIFT&&(sMode=="cellblock")){trIndex=lastSelectedEl.parentNode.sectionRowIndex;tdIndex=lastSelectedEl.yuiCellIndex;if(nKey==40){if(anchorEl.parentNode.sectionRowIndex>trIndex){anchorPos=1;}
148 oSelf._sSelectionAnchorId=newSelectedEl.id;}
151 oSelf._sSelectionAnchorId=newSelectedEl.id;}
154 oSelf._sSelectionAnchorId=newSelectedEl.id;}
157 oSelf._sSelectionAnchorId=newSelectedEl.id;}}
169 oSelf._sSelectionAnchorId=newSelectedEl.id;}
172 oSelf._sSelectionAnchorId=newSelectedEl.id;}
207 return null;};YAHOO.widget.DataTable.prototype.initializeTable=function(oData){this._oRecordSet.reset();var records=this._oRecordSet.addRecords(oData);this._unselectAllTrEls();this._unselectAllTdEls();this._aSelections=null;this._sLastSelectedId=null;this._sSelectionAnchorId=null;this.refreshView();this.fireEvent("initEvent");};YAHOO.widget.DataTable.prototype.refreshView=function(){var i,j,k,l,aRecords;var oPaginator=this.updatePaginator();if(this.get("paginated")){var rowsPerPage=oPaginator.rowsPerPage;var startRecordIndex=(oPaginator.currentPage-1)*rowsPerPage;aRecords=this._oRecordSet.getRecords(startRecordIndex,rowsPerPage);this.formatPaginators();}
213 var allRows=elTbody.rows;if(bReselect){for(j=0;j<allRows.length;j++){var thisRow=allRows[j];var sMode=this.get("selectionMode");if((sMode=="standard")||(sMode=="single")){for(k=0;k<aSelectedRows.length;k++){if(aSelectedRows[k]===thisRow.yuiRecordId){YAHOO.util.Dom.addClass(thisRow,YAHOO.widget.DataTable.CLASS_SELECTED);if(j===allRows.length-1){this._sLastSelectedId=thisRow.id;this._sSelectionAnchorId=thisRow.id;}}}}
214 else{for(k=0;k<thisRow.cells.length;k++){var thisCell=thisRow.cells[k];for(l=0;l<aSelectedCells.length;l++){if((aSelectedCells[l].recordId===thisRow.yuiRecordId)&&(aSelectedCells[l].columnId===thisCell.yuiColumnId)){YAHOO.util.Dom.addClass(thisCell,YAHOO.widget.DataTable.CLASS_SELECTED);if(k===thisRow.cells.length-1){this._sLastSelectedId=thisCell.id;this._sSelectionAnchorId
[all...]
H A Ddatatable-beta.js2132 var anchorId = oSelf._sSelectionAnchorId;
2512 oSelf._sSelectionAnchorId = newSelectedEl.id;
2529 oSelf._sSelectionAnchorId = newSelectedEl.id;
2546 oSelf._sSelectionAnchorId = newSelectedEl.id;
2563 oSelf._sSelectionAnchorId = newSelectedEl.id;
2648 oSelf._sSelectionAnchorId = newSelectedEl.id;
2665 oSelf._sSelectionAnchorId = newSelectedEl.id;
3415 this._sSelectionAnchorId = null;
3494 this._sSelectionAnchorId = thisRow.id;
3510 this._sSelectionAnchorId
[all...]

Completed in 60 milliseconds