Created
August 8, 2012 17:38
-
-
Save victorjonsson/3296951 to your computer and use it in GitHub Desktop.
listen to keypress within tinyMCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinyMCE.editors[0].onKeyPress.add(function(ed, e) { | |
alert(e.keyCode); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment