web/nexacro

index.html / quickview.html / launch.html / popup.html

내가 만드는게 길이 된다 2023. 6. 27. 14:21
1. index.html
	http://localhost:9080/nexa/index.html
    

2. quickview.html
	http://localhost:9080/nexa/quickview.html?screenid=Desktop_screen&formname=ztblm::DZZ_TABLE_MNG.xfdl
    

3. launch.html
	http://localhost:9080/nexa/launch.html?screenid=Desktop_screen
    

4. popup.html
	http://localhost:9080/nexa/popup.html?formname=Sample%3A%3ASample_PopupSub.xfdl&framename=modelessPopup&loadtime=1687843007821
  	ex)내부호출스크립트:모달리스팝업
    	>> var bSucc = nexacro.open("modeless", "Base::Form01.xfdl",  this.getOwnerFrame(), {a:'aaa', b:'bbb'}, "showtitlebar=true showstatusbar=false", 0, 0); )