123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <testlist>
- <newElement/>
- <newElement/>
- <newElement/>
- </testlist>
- </list>
- </main>
- <send>
- <lgrcd/>
- <mdlcd/>
- <smlcd/>
- </send>
- <init/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- <submission id="TRSSS00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- misfGridInit(grd_lms);
-
- // rszfLMSComboList("G", "", "", "cmb_lrgcd", "", "L");
- // 그리드 설정.
- rszfLMSComboList("G", "", "", "lrgcd", grd_lms, "L");
-
-
- rszfLMSComboList("G", "", "", "cmb_lrgcd", "", "L");
- // misfGridComboComCdList("Z0007", grd_lms, "lrgcd");
- misfGridIUD(grd_lms, "A");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <select1 id="cmb_lrgcd" ref="/root/send/lgrcd" appearance="minimal" style="left:545px; top:90px; width:200px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfLMSComboList("G", cmb_lrgcd.value, "", "cmb_mdlcd", "", "M");
- cmb_mdlcd.dispatch("xforms-value-changed");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_mdlcd" ref="/root/send/mdlcd" appearance="minimal" style="left:545px; top:119px; width:200px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfLMSComboList("G", cmb_lrgcd.value, cmb_mdlcd.value, "cmb_smlcd", "", "S");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_smlcd" ref="/root/send/smlcd" appearance="minimal" style="left:545px; top:148px; width:200px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:465px; top:90px; width:75px; height:17px; ">대분류</caption>
- <caption id="caption2" class="search_name" style="left:465px; top:119px; width:75px; height:17px; ">중분류</caption>
- <caption id="caption3" class="search_name" style="left:465px; top:148px; width:75px; height:17px; ">소분류</caption>
- <datagrid id="grd_lms" nodeset="/root/main/list/testlist" caption="대분류^중분류^소분류" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:470px; top:200px; width:300px; height:180px; ">
- <col ref="lrgcd" type="combo">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </col>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|