Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

브라우저에 에디터가 로딩된 이후 편집영역에 포커스를 지정하여 바로 입력이 가능한 상태로 설정 할 수 있습니다.

You can set the focus that enables you to edit content right away after loading Editor in a browser. Once the Editor is loaded on your browser, you put the focus onto the editing window to allow prompt entry.

Use 'editor.initFocus' key to specify whether focus into set the initial focus onto the Editor or not (default true). 'editor.initFocus' 설정으로 포커스 지정 여부를 설정합니다. (기본 true)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.initFocus': true
}

...