Page tree

Versions Compared

Key

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

 

Status
title릴리즈 2.16.2304 이상


에디터 컨텐츠의 높이에 맞추어 에디터 높이가 설정되도록 할 수 있습니다.

'editor.size.height.fit'을 true로 설정하면 에디터의 높이가 컨텐츠의 높이만큼 조절됩니다. (기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.size.height.fit': false
}


editor.resize.height.fit : true


Warning

컨텐츠 높이 설정('editor.size.height.fit': true) 시 에디터 높이 설정('editor.size.height': '600px')은 무시됩니다.

Iframe 모드에서는 컨텐츠 높이 설정('editor.size.height.fit': true)이 불가합니다.


Image Modified


Info

리사이즈 핸들('editor.resizable': true)을 이용해 에디터의 높이를 설정한 이후에는 컨텐츠에 맞추어 높이 조절이 되지 않습니다.

Image Modified