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 »

선택한 좌표에 캐럿을 이동시킵니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
xNumberx 좌표 (화면에서의 좌표)
yNumbery 좌표 (화면에서의 좌표)


Example:

editor.execCommand('setCaret', 100, 100);
  • No labels