Skip to content

Rich Text Editor Document: editor.focus()

editor.focus()

Attempt to set the focus of the editor content window.

Syntax

editor.focus()

Example:

var editor1 = new RichTextEditor("#div_editor1");        
editor1.focus();