Page tree

Versions Compared

Key

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

로딩 프로그레스를 보여줍니다Show loading progress.

관련 액션Related action command - hideLoadingProgress


Parameters:

NameTypeDescription
actionNameString액션 이름'showLoadingProgress' loading progress showing API
[message]Boolean메세지Message to be displayed on the loading progress


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('showLoadingProgress');  // 로딩Show 프로그레스loading 보이기progress.
editor.execCommand('showLoadingProgress', '로딩중Loading...');  // 메세지도 함께 보이기 Show loading progress with 'Loading...' message.