Page tree

Versions Compared

Key

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

Status
title릴리즈 2.3.0 이상

By With 'editor.table.handle' configurationsetting, you can choose may determine whether you use table editing handle or not . (default = true)'editor.table.handle' 설정으로 표 핸들을 사용할지 여부를 설정합니다. (기본값 = true)

If you set it to false,   the handle of column and row will be disappeared and the handles to insert and select columns and rows will disappear and Insert Row and Insert Column button will be added to balloon popup.    

false로 설정시 행, 열 선택 및 삽입 핸들이 사라지며, 풍선팝업에 행, 열 삽입버튼이 추가됩니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.table.handle': true,
}

...

editor.table.handle : true (default)editor.table.handle : false

Image RemovedImage Added

Image RemovedImage Added

Image RemovedImage Added

Image RemovedImage Added

When you set the table editing handle to false and apply additional functions features like 'insert button' for column and rowbuttons to insert rows and columns to "Table Editing Balloon Popup", you can edit enjoy more efficientlyefficient editing. Refer to configuration for balloon popup. 표 편집 핸들을 false로 설정한 경우 "표 편집 풍선팝업"에 행/열 추가 버튼 등 추가기능을 적용하시면 원한할 편집이 가능합니다. Please refer to Balloon Popup Configuration을 참고하세요.

Image Removed
표 편집 풍선팝업 설정 예시
Application Example

Image Added