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

Version 1 Current »

캐럿이 위치한 문단에 글머리 기호, 글머리 번호를 토글합니다.

문단을 셀렉션한 경우 셀렉션한 모든 문단에 글머리 기호, 글머리 번호를 토글합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
typeString
  • 'bullet': 글머리 기호
  • 'number': 글머리 번호


Example:

editor.execCommand('toggleList', 'bullet');
editor.execCommand('toggleList', 'number');
  • No labels