업무용/nexacro

theme:// || static ||edit||button||calender||div|| 모달창 || this.close("cancel");

SEOKIHOUSE 2023. 12. 6. 15:34

 

  • theme:// 프로토콜:
  • theme:// 프로토콜은 Nexacro에서 테마 관리를 위한 특별한 경로입니다. 이를 통해 프로젝트의 테마 디렉토리 내에서 리소스를 참조할 수 있습니다.
  • Nexacro에서는 보통 이미지 및 리소스를 관리하기 위해 프로젝트의 특정 디렉토리 구조를 권장합니다. _theme_ 폴더를 통해 테마 관리를 할 수 있으며

 


  • 모달창

var modalFrame = new ChildFrame("boardWritefilePop", "absolute", 0, 0, 400, 300, null, null, "cmn/board/boardWritefilePop.xfdl");
modalFrame.set_formurl("cmn/board/boardWritefilePop.xfdl");
modalFrame.set_openalign("center middle");
modalFrame.set_resizable(false);
modalFrame.set_titletext("모달 창");
modalFrame.showModal(this.getOwnerFrame(), null, null, this);

 

 

 

this.close("cancel"); 모달창닫기