Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created December 1, 2008 14:27
Show Gist options
  • Save olleolleolle/30737 to your computer and use it in GitHub Desktop.
Save olleolleolle/30737 to your computer and use it in GitHub Desktop.
if (column && column.editor && column.editor.field && ( column.editor.field.isXType('eosnumberfield') || column.editor.field.isXType('eosdirectentryfield') ) ) {
//top.dl('keyCode:' + e.keyCode + '/charCode:'+e.charCode+ '/fromCharCode:'+String.fromCharCode(e.charCode));
valueForEditor = String.fromCharCode(e.getCharCode());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment