modal.xrw 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>Untitle</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <example>Sample</example>
  9. <grd>
  10. <a>a</a>
  11. <b>b</b>
  12. <c>c</c>
  13. </grd>
  14. </root>
  15. </instance>
  16. </model>
  17. </xhtml:head>
  18. <xhtml:body>
  19. <button id="button1" style="left:20px; top:35px; width:100px; height:20px; ">
  20. <caption>button1</caption>
  21. <script type="javascript" ev:event="onclick">
  22. <![CDATA[
  23. window.load("test.xrw","modal");
  24. ]]>
  25. </script>
  26. </button>
  27. <datagrid id="datagrid1" nodeset="/root/grd" caption="a^b^c" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:20px; top:90px; width:365px; height:115px; ">
  28. <col ref="a"/>
  29. <col ref="b"/>
  30. <col ref="c"/>
  31. <script type="javascript" ev:event="ondblclick">
  32. <![CDATA[
  33. window.load("test.xrw","modal");
  34. ]]>
  35. </script>
  36. </datagrid>
  37. </xhtml:body>
  38. </xhtml:html>