I\'m using TinyMCE for a textarea on a page but it doesn\'t play nice in the tabbing order of the other elements.
I can use the following code to capture when I tab
What actually works is setting an option in the Example of usage of the configfile (or jquery file) This option enables you to auto focus an editor instance. The value of this option should be an editor instance id. The editor instance id is the id for the original textarea or auto_focus option:tinyMCE.init({
//...
auto_focus : "elm1"
});