Home   Pricing

editor.focus()

Attempt to set the focus of the editor content window.

Syntax

editor.focus()

Example:

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