팝업샘플 스타일 화면 가이드

스타일 팝업 예시 화면이다.

관련 API로 modifypopupstyle, setpopupdragarea가 있다.

템플릿 위치: /HTML5/SCREEN/POPUP/popup_style_screen

템플릿 파일

// "modifypopupstyle" 버튼 이벤트
function btn_modifypopupstyle_on_mouseup(objInst)
{
	screen.modifypopupstyle(this.chk_Title.getcheck(), this.chk_Close.getcheck(), this.chk_MIN.getcheck(), this.chk_MAX.getcheck());
}

// "setpopupdragarea" 버튼 이벤트
function btn_setpopupdragarea_on_mouseup(objInst)
{
	screen.setpopupdragarea(this.fld_l.gettext(), this.fld_t.gettext(), this.fld_r.gettext(), this.fld_b.gettext());
}

  • guide/screen/popup/popup_style_screen.txt
  • 마지막으로 수정됨: 2023/12/08 16:25
  • 저자 127.0.0.1