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

모든 UI 기능을 사용하지 못하도록 disable 상태로 변경합니다.

exceptUINamas 로 disable 상태로 변경하지 않을 기능의 이름을 설정할 수 있습니다.

관련 액션: command - unblockUI


Parameters:

NameTypeDescription
actionNameString액션 이름
[exceptUINames]Arraydisable 상태로 변경하지 않을 기능 이름


Example:

editor.execCommand('blockUI');
editor.execCommand('blockUI', ['bold', 'italic']); // 'bold', 'italic' 을 제외하고 모든 기능 disable
  • No labels