SMZSN00100_공지사항목록조회.xfdl 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMZSN00100" position="absolute 0 0 1256 805" titletext="Untitle" onload="SMZSN00100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 25 799 390" id="ivw_notice" url="com_noticeinfoxp::SSZSN00100_공지사항목록조회.xfdl"/>
  8. <Static id="caption6" text="공지사항 조회" class="tit_1" position="absolute 0 0 189 25"/>
  9. </Layout>
  10. </Layouts>
  11. <Objects/>
  12. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  13. * System Name :
  14. * Job Name :
  15. * Creator :
  16. * Make Date : 2014-10-31
  17. * Description :
  18. *---------------------------------------------------------------------------------------
  19. * Modify Date Modifier Modify Description
  20. *---------------------------------------------------------------------------------------
  21. * 2014-10-31 Live Converter TF->XP
  22. *
  23. *---------------------------------------------------------------------------------------
  24. ****************************************************************************************/
  25. //=======================================================================================
  26. // Lib Include
  27. //---------------------------------------------------------------------------------------
  28. include "com_commonxp::comm_main.xjs"; // 전체공통 스크립트
  29. //=======================================================================================
  30. // Global Form Variable
  31. //---------------------------------------------------------------------------------------
  32. //=======================================================================================
  33. // Function
  34. //---------------------------------------------------------------------------------------
  35. function SMZSN00100_onload(obj:Form, e:LoadEventInfo)
  36. {
  37. frmf_initForm(obj);
  38. }
  39. ]]></Script>
  40. </Form>
  41. </FDL>