eWebEditor Home >> eWebEditor Manual V11.2 >> Developer Guide >> JavaScript API

3.7.10 focus

Description

Set the editor to get focus (new in V 8.0)

Syntax

object.focus();

Parameter

None

Example:

The following method has demonstrated how to get a focus for the editor named "MyEditor".

myEditor.focus();