39_gridGetPopupData.xrw 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <grid01>
  11. <row>
  12. <a/>
  13. <b>1</b>
  14. <c>1</c>
  15. </row>
  16. <row>
  17. <a/>
  18. <b>2</b>
  19. <c>2</c>
  20. </row>
  21. </grid01>
  22. </main>
  23. </root>
  24. </instance>
  25. </model>
  26. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  27. </xhtml:head>
  28. <xhtml:body>
  29. <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; ">
  30. <col ref="a" type="checkbox"/>
  31. <col ref="b"/>
  32. <col ref="c"/>
  33. </datagrid>
  34. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:350px; height:14px; ">39_gridGetPopupData</caption>
  35. <button id="button1" class="btn2_letter3" style="left:385px; top:60px; width:100px; height:20px; ">
  36. <caption>modal</caption>
  37. <script type="javascript" ev:event="DOMActivate">
  38. <![CDATA[
  39. modal("SPSMP03900");
  40. ]]>
  41. </script>
  42. </button>
  43. </xhtml:body>
  44. </xhtml:html>