12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?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="">
- <a/>
- <b/>
- <c/>
- <d/>
- <e>
- <a/>
- <b/>
- <c/>
- </e>
- <e>
- <a/>
- <b/>
- <c/>
- </e>
- <f>
- <a/>
- <b/>
- <c/>
- </f>
- <f>
- <a/>
- <b/>
- <c/>
- </f>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var userid = getUserInfo("userid");
- if (userid == "")
- userid = "test1";
- browser1.navigate("http://localhost:8080/awtEx.jsp?userid=" + userid);
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body>
- <textarea id="MTX_3" ref="/root/d" editable="true" degnitemno="3" ctrltype="ctrl" editmenu="false" style="left:35px; top:150px; width:560px; height:120px; background-color:#ffcc00; border-style:sunken; cursor:auto; "/>
- <caption id="LBL_3" visibility="visible" degnitemno="3" ctrltype="label" editable="true" style="left:25px; top:130px; width:134px; height:20px; font-weight:bold; color:#ff0000; vertical-align:middle; border-style:none; cursor:auto; ">TextArea</caption>
- <input id="STX_2" ref="/root/c" disabled="false" editable="true" style="left:35px; top:110px; width:560px; height:19px; background-color:#ffcc00; border-style:sunken; cursor:auto; "/>
- <caption id="LBL_39" visibility="visible" degnitemno="39" ctrltype="label" editable="true" style="left:10px; top:10px; width:345px; height:20px; font-weight:bold; vertical-align:middle; border-style:none; cursor:auto; "># AWT 변환 예제</caption>
- <caption id="caption1" visibility="visible" degnitemno="3" ctrltype="label" editable="true" style="left:25px; top:90px; width:134px; height:20px; font-weight:bold; color:#ff0000; vertical-align:middle; border-style:none; cursor:auto; ">Input</caption>
- <datagrid id="datagrid2" nodeset="/root/f" caption="caption1^caption2^caption3" colsep="^" colwidth="100, 289, 128" mergecellsfixedrows="bycolrec" rowsep="|" style="left:35px; top:295px; width:560px; height:85px; ">
- <col ref="a"/>
- <col ref="b" type="input" style="background-color:#ffcc00; "/>
- <col ref="c" type="input" style="background-color:#ffcc00; "/>
- </datagrid>
- <caption id="caption5" visibility="visible" degnitemno="3" ctrltype="label" editable="true" style="left:25px; top:275px; width:134px; height:20px; font-weight:bold; color:#ff0000; vertical-align:middle; border-style:none; cursor:auto; ">DataGrid</caption>
- <caption id="caption2" visibility="visible" degnitemno="39" ctrltype="label" editable="true" style="left:20px; top:25px; width:345px; height:20px; font-weight:bold; vertical-align:middle; border-style:none; cursor:auto; ">단어 입력 후 (Ctrl + Space) 또는 (Ctrl + `) 입력</caption>
- <caption id="caption21" visibility="visible" degnitemno="39" ctrltype="label" editable="true" style="left:30px; top:45px; width:580px; height:20px; vertical-align:middle; border-style:none; cursor:auto; ">
- <![CDATA[Ctrl + Space : 한->영, 영->한 변환 (선택된 단어가 의미있는(사전에 등록된 단어이면 변환하지 않음))]]>
- </caption>
- <caption id="caption22" visibility="visible" degnitemno="39" ctrltype="label" editable="true" style="left:30px; top:60px; width:370px; height:20px; vertical-align:middle; border-style:none; cursor:auto; ">
- <![CDATA[Ctrl + ` : 사용자가 미리 설정한 요약어에서 검색하여 존재하면 교체]]>
- </caption>
- <caption id="caption23" visibility="visible" degnitemno="39" ctrltype="label" editable="true" style="left:30px; top:75px; width:320px; height:20px; vertical-align:middle; border-style:none; cursor:auto; ">
- <![CDATA[Esc키 아래에 있는 키임, 홋 따옴표가 아님]]>
- </caption>
- <browser id="browser1" style="left:5px; top:385px; width:640px; height:635px; "/>
- <!--AWT동작 관련 설정 시작 -->
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- AwtSearch_Form();
- ]]>
- </script>
- <script type="javascript">
- var AwtServerUrl="http://localhost:8080/awtAjaxEx.jsp";
- </script>
- <script type="javascript" src="../../../com/awtweb/js/awtEx.js"/>
- <!--AWT동작 관련 설정 끝 -->
- </xhtml:body>
- </xhtml:html>
|