Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

 릴리즈 2.16.2304 이상

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

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

synapeditor.config.js
{
	'editor.size.height.fit': false
}
editor.resize.height.fit : true

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

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



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


  • No labels