f.Frame.popUp().show()
f.Frame.popUp().show()
개요
f.Frame.popUp().show()를 통해 팝업을 띄웁니다.
f.Frame은 이벤트 스크립트에서 사용할 수 있으며 디버거에서는 동작하지 않습니다.
예시
// 팝업을 엽니다.
let scenarioID =_collections.activeSector.scenarioid;
let stepID = _collections.activeSector.stepid;
let pop = f.Frame.popUp(scenarioID,stepID);
pop.show();
Last updated
Was this helpful?