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

캐럿이 위치한 문단에 글머리 기호를 설정합니다.

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


Parameters:

NameTypeDescription
actionNameString액션 이름
textString

리스트의 글머리 기호

'●', '○', '■', '◆' ... 


Example:

editor.execCommand('setBulletList', '-'); // '-' 모양 글머리 기호
editor.execCommand('setBulletList', '●'); // '●' 모양 글머리 기호
  • No labels