Page tree
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

« Previous Version 2 Current »

Block all features of UI component

You may set exceptions in certain feature names with exceptUINames parameter.

Related command :  unblockUI


Parameters:

NameTypeDescription
actionNameString'blockUI' UI component blocking API
[exceptUINames]ArrayNames to be exempted from the blocking


Example:

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