1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?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>
- <grid01>
- <row>
- <a/>
- <b>1</b>
- <c>1</c>
- </row>
- <row>
- <a/>
- <b>2</b>
- <c>2</c>
- </row>
- </grid01>
- </main>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body>
- <datagrid id="datagrid1" nodeset="/root/main/grid01/row" caption="caption1^caption2^caption3" rowheader="update" _popupmode="all" style="left:20px; top:60px; width:350px; height:280px; ">
- <col ref="a" type="checkbox"/>
- <col ref="b"/>
- <col ref="c"/>
- </datagrid>
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:350px; height:14px; ">39_gridGetPopupData</caption>
- <button id="button1" class="btn2_letter3" style="left:385px; top:60px; width:100px; height:20px; ">
- <caption>modal</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SPSMP03900");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|