Right now all the events have the "on" prefix, like "onvaluechange" and "onfocus". This is weird because you have to do editor.on("onvaluechange"). I believe this was done to avoid conflicts with the jQuery focus event, but we should still figure out a way to work around it.