TinyMCE:Configuration/auto focus
From Moxiecode Documentation Wiki
[edit]
Option: auto_focus
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 div element that got replaced.
[edit]
Example of usage of the auto_focus option:
tinyMCE.init({
...
auto_focus : "elm1"
});
