TinyMCE:API/tinymce.Editor/focus
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: focus
[edit]
Summary
Focuses/activates the editor. This will set this editor as the activeEditor in the EditorManager it will also place DOM focus inside the editor.
[edit]
Syntax
<void> focus(<bool> sf)
[edit]
Parameters
- sf
- Skip DOM focus. Just set is as the active editor.
