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 »

Absolute Position 레이어를 삽입합니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
rectObject

{ x: {Number}, y: {Number}, width: {Number}, height: {Number} }

레이어를 삽입할 위치에 대한 Rect 정보


Example:

editor.execCommand('insertAbsolutePositionDiv', { x: 100, y: 100, width: 200, height: 200 });
  • No labels