SMSMP90201_가이드샘플.xfdl 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMSMP90201_가이드샘플" classname="clientguide_sample" inheritanceid="" position="absolute 0 0 1024 768" titletext="New Form" onload="SMSMP90201_가이드샘플_onload">
  5. <Layouts>
  6. <Layout>
  7. <Button id="btn_modal" taborder="0" text="modal" position="absolute 24 20 124 40" onclick="btn_modal_onclick"/>
  8. <Button id="btn_modeless" taborder="1" text="modeless" position="absolute 24 48 124 68" onclick="btn_modeless_onclick"/>
  9. <Button id="Button00" taborder="2" text="close" position="absolute 87 123 187 143" onclick="Button00_onclick"/>
  10. <Button id="Button01" taborder="3" text="Button01" position="absolute 78 219 178 239" onclick="Button01_onclick"/>
  11. <Div id="Div00" taborder="4" text="Div00" position="absolute 24 20 224 170" url="tmp_samplexp::SMSMP90202_가이드팝업.xfdl"/>
  12. </Layout>
  13. </Layouts>
  14. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  15. * System Name : HIT
  16. * Job Name :
  17. * File Name : .xfdl
  18. * Creator :
  19. * Make Date : 2014-02-18
  20. *
  21. * Description :
  22. *---------------------------------------------------------------------------------------
  23. * Modify Date Modifier Modify Description
  24. *---------------------------------------------------------------------------------------
  25. * 2014-02-18 HIT
  26. *
  27. *---------------------------------------------------------------------------------------
  28. ****************************************************************************************/
  29. //=======================================================================================
  30. // Lib Include
  31. //---------------------------------------------------------------------------------------
  32. include "com_commonxp::comm_main.xjs"
  33. //=======================================================================================
  34. // Global Form Variable
  35. //---------------------------------------------------------------------------------------
  36. //=======================================================================================
  37. // Function
  38. //---------------------------------------------------------------------------------------
  39. //=======================================================================================
  40. // Transaction Callback
  41. //---------------------------------------------------------------------------------------
  42. //=======================================================================================
  43. // Event
  44. //---------------------------------------------------------------------------------------
  45. function SMSMP90201_가이드샘플_onload(obj:Form, e:LoadEventInfo)
  46. {
  47. frmf_initForm(obj);
  48. }
  49. function btn_modal_onclick(obj:Button, e:ClickEventInfo)
  50. {
  51. var sReturn = appf_openUserInfo("usernm", "이상준", "", "", "01");
  52. trace("sReturn="+sReturn.userInfo);
  53. //frmf_openInternal("SMSMP90202ssss", "tmp_samplexp::SMSMP90202_가이드팝업.xfdl", "");
  54. }
  55. function btn_modeless_onclick(obj:Button, e:ClickEventInfo)
  56. {
  57. //frmf_open("SMSMP90103", "SMSMP90103", "");
  58. frmf_openInternal("SMSMP90202ssss", "tmp_samplexp::SMSMP90202_가이드팝업.xfdl", "");
  59. }
  60. function Button00_onclick(obj:Button, e:ClickEventInfo)
  61. {
  62. this.close();
  63. }
  64. function Button01_onclick(obj:Button, e:ClickEventInfo)
  65. {
  66. trace(opener);
  67. }
  68. ]]></Script>
  69. </Form>
  70. </FDL>