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

캐럿이 위치한 문단에 정렬을 설정합니다.

문단을 셀렉션한 경우 셀렉션한 모든 문단에 정렬을 설정합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
vlaueString'left', 'center', 'right', 'justify'


Example:

editor.execCommand('align', 'left'); // 왼쪽 정렬
editor.execCommand('align', 'center'); // 가운데 정렬
editor.execCommand('align', 'right'); // 오른쪽 정렬
editor.execCommand('align', 'justify'); // 양쪽 정렬
  • No labels