SPSSS00000_songPopup.xrw 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <testlist>
  12. <newElement/>
  13. <newElement/>
  14. <newElement/>
  15. </testlist>
  16. </list>
  17. </main>
  18. <send>
  19. <lgrcd/>
  20. <mdlcd/>
  21. <smlcd/>
  22. </send>
  23. <init/>
  24. <temp/>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. //화면 Control을 초기화한다
  30. fInitialize();
  31. // btn_search.dispatch("DOMActivate");
  32. ]]>
  33. </script>
  34. <submission id="TRSSS00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  42. <script type="javascript">
  43. <![CDATA[
  44. function fInitialize()
  45. {
  46. misfGridInit(grd_lms);
  47. // rszfLMSComboList("G", "", "", "cmb_lrgcd", "", "L");
  48. // 그리드 설정.
  49. rszfLMSComboList("G", "", "", "lrgcd", grd_lms, "L");
  50. rszfLMSComboList("G", "", "", "cmb_lrgcd", "", "L");
  51. // misfGridComboComCdList("Z0007", grd_lms, "lrgcd");
  52. misfGridIUD(grd_lms, "A");
  53. model.refresh();
  54. }
  55. ]]>
  56. </script>
  57. </xhtml:head>
  58. <xhtml:body>
  59. <select1 id="cmb_lrgcd" ref="/root/send/lgrcd" appearance="minimal" style="left:545px; top:90px; width:200px; height:19px; ">
  60. <choices>
  61. <itemset>
  62. <label/>
  63. <value/>
  64. </itemset>
  65. </choices>
  66. <script type="javascript" ev:event="xforms-value-changed">
  67. <![CDATA[
  68. rszfLMSComboList("G", cmb_lrgcd.value, "", "cmb_mdlcd", "", "M");
  69. cmb_mdlcd.dispatch("xforms-value-changed");
  70. model.refresh();
  71. ]]>
  72. </script>
  73. </select1>
  74. <select1 id="cmb_mdlcd" ref="/root/send/mdlcd" appearance="minimal" style="left:545px; top:119px; width:200px; height:19px; ">
  75. <choices>
  76. <itemset>
  77. <label/>
  78. <value/>
  79. </itemset>
  80. </choices>
  81. <script type="javascript" ev:event="xforms-value-changed">
  82. <![CDATA[
  83. rszfLMSComboList("G", cmb_lrgcd.value, cmb_mdlcd.value, "cmb_smlcd", "", "S");
  84. model.refresh();
  85. ]]>
  86. </script>
  87. </select1>
  88. <select1 id="cmb_smlcd" ref="/root/send/smlcd" appearance="minimal" style="left:545px; top:148px; width:200px; height:19px; ">
  89. <choices>
  90. <itemset>
  91. <label/>
  92. <value/>
  93. </itemset>
  94. </choices>
  95. </select1>
  96. <caption id="caption1" class="search_name" style="left:465px; top:90px; width:75px; height:17px; ">대분류</caption>
  97. <caption id="caption2" class="search_name" style="left:465px; top:119px; width:75px; height:17px; ">중분류</caption>
  98. <caption id="caption3" class="search_name" style="left:465px; top:148px; width:75px; height:17px; ">소분류</caption>
  99. <datagrid id="grd_lms" nodeset="/root/main/list/testlist" caption="대분류^중분류^소분류" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:470px; top:200px; width:300px; height:180px; ">
  100. <col ref="lrgcd" type="combo">
  101. <choices>
  102. <itemset>
  103. <label/>
  104. <value/>
  105. </itemset>
  106. </choices>
  107. </col>
  108. </datagrid>
  109. </xhtml:body>
  110. </xhtml:html>