test.xrw 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>Test</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <testlist/>
  12. </list>
  13. </main>
  14. <send>
  15. <retrparam/>
  16. </send>
  17. <hidden/>
  18. <init/>
  19. <temp/>
  20. </root>
  21. </instance>
  22. <script type="javascript" ev:event="xforms-ready">
  23. <![CDATA[
  24. model.removeNodeset("/root/main/list/testlist");
  25. misfMsterDetailSet(grd_testlist, null, "TRRAC99999", "Y");
  26. model.refresh();
  27. ]]>
  28. </script>
  29. <script type="javascript">
  30. <![CDATA[
  31. function fRetrieve()
  32. {
  33. submit("TRRAC99999");
  34. }
  35. ]]>
  36. </script>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  40. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  41. <submission id="TRRAC99999" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  42. <submission id="TXRAC99999" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  43. </model>
  44. </xhtml:head>
  45. <xhtml:body pagewidth="440" pageheight="500" guideline="1,456;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  46. <group id="group3" scroll="auto" style="left:0px; top:5px; width:4405px; height:744px; ">
  47. <group id="grp_sea" style="left:0px; top:10px; width:440px; height:35px; vertical-align:top; ">
  48. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:440px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  49. <button id="button2" class="btn1_letter2" navindex="4" style="left:378px; top:7px; width:56px; height:22px; text-align:left; ">
  50. <caption>조회</caption>
  51. <script type="javascript" ev:event="DOMActivate">
  52. <![CDATA[
  53. fRetrieve();
  54. ]]>
  55. </script>
  56. </button>
  57. <button id="button39" class="btn4_letter2" style="left:317px; top:7px; width:56px; height:22px; ">
  58. <caption>저장</caption>
  59. <script type="javascript" ev:event="DOMActivate">
  60. <![CDATA[
  61. ]]>
  62. </script>
  63. </button>
  64. </group>
  65. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:400px; y2:70px; "/>
  66. <button id="button18" class="btn2_letter3" style="left:385px; top:50px; width:53px; height:19px; ">
  67. <caption>행삭제</caption>
  68. <script type="javascript" ev:event="DOMActivate">
  69. <![CDATA[
  70. misfGridIUD(grd_testlist, "D");
  71. ]]>
  72. </script>
  73. </button>
  74. <button id="button1" class="btn2_letter3" style="left:335px; top:50px; width:53px; height:19px; ">
  75. <caption>행추가</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. misfGridIUD(grd_testlist, "A");
  79. ]]>
  80. </script>
  81. </button>
  82. <datagrid id="grd_testlist" nodeset="/root/main/list/testlist" caption="아이디^이름^별명^전번" colsep="^" colwidth="100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="16" rowsep="|" style="left:0px; top:70px; width:440px; height:415px; ">
  83. <col ref="id" type="input"/>
  84. <col ref="name" type="input"/>
  85. <col ref="nick" type="input"/>
  86. <col ref="phone" type="input"/>
  87. </datagrid>
  88. </group>
  89. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">테스트</caption>
  90. </xhtml:body>
  91. </xhtml:html>