SPMMR06100_FreeText확장.xrw 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>추가기록</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <etcrec/>
  11. </main>
  12. <init>
  13. <extnmsrght>
  14. <mouserght>
  15. <label>상용구</label>
  16. <func>fPopCommUse</func>
  17. </mouserght>
  18. <mouserght>
  19. <label>잘라내기 Ctrl+X</label>
  20. <func>fselectCutMenu</func>
  21. </mouserght>
  22. <mouserght>
  23. <label>복사 Ctrl+C</label>
  24. <func>fselectCopyMenu</func>
  25. </mouserght>
  26. <mouserght>
  27. <label>붙여넣기 Ctrl+V</label>
  28. <func>fselectPasteMenu</func>
  29. </mouserght>
  30. <mouserght>
  31. <label>삭제 Del</label>
  32. <func>fselectDeleteMenu</func>
  33. </mouserght>
  34. <mouserght>
  35. <label/>
  36. <func/>
  37. </mouserght>
  38. <mouserght>
  39. <label>모두선택 Ctrl+A</label>
  40. <func>fselectSelAllMenu</func>
  41. </mouserght>
  42. </extnmsrght>
  43. </init>
  44. </root>
  45. </instance>
  46. <script type="javascript" ev:event="xforms-ready">
  47. <![CDATA[
  48. fFormReady();
  49. ]]>
  50. </script>
  51. </model>
  52. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  55. <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
  56. <script type="javascript" src="../../../emr/medirecweb/js/MMRCommon.js"/>
  57. <script type="javascript" src="../../../emr/medirecweb/js/SPMMR06100.js"/>
  58. </xhtml:head>
  59. <xhtml:body pagewidth="530" pageheight="280">
  60. <textarea id="tar_extn" ref="/root/main/etcrec" scroll="auto" editmenu="false" style="left:10px; top:10px; width:511px; height:235px; ">
  61. <script type="javascript" ev:event="onmousedown">
  62. <![CDATA[
  63. setPopupMenu("tar_extn", false, "/root/init/extnmsrght/mouserght", "label", "func");
  64. ]]>
  65. </script>
  66. </textarea>
  67. <button id="btn_cnfm" class="btn4_letter2" visibility="visible" style="left:404px; top:250px; width:56px; height:22px; ">
  68. <caption>확인</caption>
  69. <script type="javascript" ev:event="DOMActivate">
  70. <![CDATA[
  71. fConfirm();
  72. ]]>
  73. </script>
  74. </button>
  75. <button id="btn_cancel" class="btn4_letter2" visibility="visible" style="left:465px; top:250px; width:56px; height:22px; ">
  76. <caption>취소</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. fCancel();
  80. ]]>
  81. </script>
  82. </button>
  83. </xhtml:body>
  84. </xhtml:html>