Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Block all features of UI component

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

Related command :  unblockUI

...

Code Block
languagejs
themeEmacs
editor.execCommand('blockUI');
editor.execCommand('blockUI', ['bold', 'italic']); // Disable all functions except 'bold', and 'italic' 을 제외하고 모든 기능 disable