/code/plugins/dhtmlx/dhtmlxGrid/codebase/ext/dhtmlxgrid_keymap_access.js

http://mapapp.googlecode.com/ · JavaScript · 49 lines · 34 code · 3 blank · 12 comment · 25 complexity · b7014b17e5a75bdd135ebaa4de2be12d MD5 · raw file

  1. //v.2.1 build 90226
  2. /*
  3. Copyright DHTMLX LTD. http://www.dhtmlx.com
  4. You allowed to use this component or parts of it under GPL terms
  5. To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
  6. */
  7. dhtmlXGridObject.prototype._key_events={k13_1_0:function(){this.editStop()},
  8. k13_0_1:function(){this._key_events.k9_0_1.call(this)
  9. },
  10. k13_0_0:function(){this._key_events.k9_0_0.call(this)
  11. },
  12. k9_0_0:function(){this.editStop();var z=this._getNextCell(null,1);if (z){if (this.pagingOn)this.showRow(z.parentNode.idd);this.selectCell(z.parentNode,z._cellIndex,(this.row!=z.parentNode),false,true);this._still_active=true};if (this.editor && this.editor.obj && this.editor.obj.select)this.editor.obj.select()},
  13. k9_0_1:function(){this.editStop();var z=this._getNextCell(null,-1);if (z){this.selectCell(z.parentNode,z._cellIndex,(this.row!=z.parentNode),false,true);this._still_active=true};if (this.editor && this.editor.obj)this.editor.obj.select()},
  14. k113_0_0:function(){if (this._f2kE)this.editCell()},
  15. k32_0_0:function(){var c=this.cells4(this.cell);if (!c.changeState || (c.changeState()===false)) return false},
  16. k27_0_0:function(){this.editStop(true)},
  17. k33_0_0:function(){if(this.pagingOn)this.changePage(this.currentPage-1);else this.scrollPage(-1)},
  18. k34_0_0:function(){if(this.pagingOn)this.changePage(this.currentPage+1);else this.scrollPage(1)},
  19. k37_0_0:function(){if (this.editor)return false;if(this.isTreeGrid())
  20. this.collapseKids(this.row)
  21. else this._key_events.k9_0_1.call(this)},
  22. k39_0_0:function(){if (this.editor)return false;if(!this.editor && this.isTreeGrid())
  23. this.expandKids(this.row)
  24. else this._key_events.k9_0_0.call(this)},
  25. k37_1_0:function(){if (this.editor)return false;this.selectCell(this.row,0,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  26. k39_1_0:function(){if (this.editor)return false;this.selectCell(this.row,this._cCount-1,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  27. k38_1_0:function(){this.selectCell(this.rowsCol[0],this.cell._cellIndex,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  28. k40_1_0:function(){this.selectCell(this.rowsCol[this.rowsCol.length-1],this.cell._cellIndex,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  29. k38_0_1:function(){var rowInd = this.row.rowIndex;var nrow=this._nextRow(rowInd-1,-1);if (!nrow || nrow._sRow || nrow._rLoad)return false;this.selectCell(nrow,this.cell._cellIndex,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  30. k40_0_1:function(){var rowInd = this.row.rowIndex;var nrow=this._nextRow(rowInd-1,1);if (!nrow || nrow._sRow || nrow._rLoad)return false;this.selectCell(nrow,this.cell._cellIndex,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  31. k38_1_1:function(){var rowInd = this.row.rowIndex;for (var i = rowInd - 1;i >= 0;i--){this.selectCell(this.rowsCol[i],this.cell._cellIndex,true,false,true)}},
  32. k40_1_1:function(){var rowInd = this.row.rowIndex;for (var i = rowInd;i <this.rowsCol.length;i++){this.selectCell(this.rowsCol[i],this.cell._cellIndex,true,false,true)}},
  33. k40_0_0:function(){if (this.editor && this.editor.combo)this.editor.shiftNext();else{if (!this.row.idd)return;var rowInd = rowInd=this.getRowIndex(this.row.idd)+1;if (this.rowsBuffer[rowInd]){var nrow=this._nextRow(rowInd-1,1);if (this.pagingOn && nrow)this.showRow(nrow.idd);this._Opera_stop=0;this.selectCell(nrow,this.cell._cellIndex,false,false,true)}else this._key_events.k34_0_0.apply(this,[])};this._still_active=true},
  34. k36_0_0:function(){return this._key_events.k37_1_0.call(this)},
  35. k35_0_0:function(){return this._key_events.k39_1_0.call(this)},
  36. k36_1_0:function(){if (this.editor || !this.rowsCol.length)return false;this.selectCell(this.rowsCol[0],0,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  37. k35_1_0:function(){if (this.editor || !this.rowsCol.length)return false;this.selectCell(this.rowsCol[this.rowsCol.length-1],this._cCount-1,false,false,true);if (this.editor && this.editor.obj)this.editor.obj.select()},
  38. k33_0_0:function(){if(this.pagingOn)this.changePage(this.currentPage-1);else this.scrollPage(-1)},
  39. k34_0_0:function(){if(this.pagingOn)this.changePage(this.currentPage+1);else this.scrollPage(1)},
  40. k38_0_0:function(){if (this.editor && this.editor.combo)this.editor.shiftPrev();else{if (!this.row.idd)return;var rowInd = rowInd=this.getRowIndex(this.row.idd)+1;if (rowInd!=-1){var nrow=this._nextRow(rowInd-1,-1);this._Opera_stop=0;if (this.pagingOn && nrow)this.showRow(nrow.idd);this.selectCell(nrow,this.cell._cellIndex,false,false,true)}else this._key_events.k33_0_0.apply(this,[])};this._still_active=true}};
  41. //v.2.1 build 90226
  42. /*
  43. Copyright DHTMLX LTD. http://www.dhtmlx.com
  44. You allowed to use this component or parts of it under GPL terms
  45. To use it on other terms or get Professional edition of the component please contact us at sales@dhtmlx.com
  46. */