123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <example/>
- <main>
- </main>
- <option1/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- document.title = "이름을 바꾼다.";
-
- // setTree(datagrid1, 0, 1, false, 0);
- // model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body>
- <button id="button1" class="btn1_letter6" style="left:335px; top:30px; width:104px; height:22px; background-image:../../../com/commonweb/images/btn1_letter6.gif; ">
- <caption>이름을바꾼다</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- document.title= model.getValue("/root/example");
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/example" style="left:220px; top:30px; width:100px; height:19px; "/>
- <caption id="caption1" style="left:110px; top:30px; width:90px; height:25px; ">문서제목표시</caption>
- </xhtml:body>
- </xhtml:html>
|