1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?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>소위원회-해당부서</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <ranklist>
- <list>
- <rank>
- <reprdept/>
- <dept/>
- </rank>
- </list>
- </ranklist>
- </main>
- <send>
- <search>
- <reprdept/>
- <insuimp/>
- <appdd/>
- </search>
- </send>
- <target/>
- <temp>
- <combo>
- <appdd/>
- <value/>
- </combo>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 검색 조건 강제 지정
- model.setValue("/root/send/search/reprdept","d");
- model.setValue("/root/send/search/insuimp","A");
- model.setValue("/root/send/search/appdd","-");
-
- submit("TRZTP00801");
-
- // 소위원회 명이 동일하면 Merge하기 위해 정렬을 한다.
- var grd_length;
- grd_length = grd_ranklist.rows - grd_ranklist.fixedRows;
- grd_ranklist.sort(1, 1, grd_length, 2) = "asc";
-
- // 정렬 후 refresh를 해야 적용이 된다.
- model.refresh();
- ]]>
- </script>
- <submission id="TRZTP00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/ranklist/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="330" pageheight="470">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:126px; height:14px; ">소위원회-해당부서</caption>
- <datagrid id="grd_ranklist" nodeset="/root/main/ranklist/list/rank" caption="소위원회^해당부서" colsep="^" colwidth="113, 79" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecells="bycol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:25px; width:320px; height:435px; ">
- <col ref="reprdept"/>
- <col ref="dept"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|