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

Version 1 Current »

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

관련 액션: command - hideLoadingProgress


Parameters:

NameTypeDescription
actionNameString액션 이름
[message]Boolean메세지


Example:

editor.execCommand('showLoadingProgress');  // 로딩 프로그레스 보이기
editor.execCommand('showLoadingProgress', '로딩중...');  // 메세지도 함께 보이기
  • No labels