/* - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì FreeTextÈ®Àå(Ãß°¡±â·Ï) ( SPMMMR06100_FreeTextÈ®Àå.xrw - JScript ) - Version : 1) : Ver.1.00.01 - ¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì¢Ì */ var etcsuplevlcd = opener.window.javascript.getParameter("etcrec_supdegnitemcd"); var cnstReplAddYn = opener.window.javascript.getParameter("etcrec_cnstReplAddYn"); //ÄÁ¼³Æ® Ãß°¡È¸½Å ¼­½Ä ¿©ºÎ /** * @desc : Ãʱâ È­¸é ¼³Á¤ * @id : * @event : xforms-ready * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fFormReady() { if (cnstReplAddYn == "Y") { var addreplcnts = opener.window.javascript.getParameter("etcrec_addreplcnts"); if (addreplcnts != "") { opener.window.javascript.setParameter("cnataddrec_rtn", addreplcnts); model.setValue("/root/main/etcrec", addreplcnts); model.refresh(); } } else { var etcrec = opener.window.javascript.getParameter("etc_rec_" + etcsuplevlcd); if (etcrec != "") { opener.window.javascript.setParameter("etcrec_rtn_" + etcsuplevlcd, etcrec); model.setValue("/root/main/etcrec", etcrec); model.refresh(); } } } /** * @desc : Ãʱâ È­¸é ¼³Á¤ * @id : * @event : DOMActivate * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fConfirm() { var recrtn = model.getValue("/root/main/etcrec"); if (cnstReplAddYn == "Y") { if (opener.window.javascript.getParameter("etcrec_addreplcnts") != recrtn); opener.window.javascript.setParameter("cnataddrec_rtn", recrtn); } else { opener.window.javascript.setParameter("etcrec_rtn_" + etcsuplevlcd, recrtn); } window.close(); } /** * @desc : Ãʱâ È­¸é ¼³Á¤ * @id : * @event : DOMActivate * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fCancel() { opener.window.javascript.setParameter("etcrec_cnclyn", "Y"); window.close(); } /** * @desc : »ó¿ë±¸ ÆË¾÷ * @id : * @event : DOMActivate * @return : void * @authur : ¹ÚÁ¾ÈÆ */ function fPopCommUse() { try { setParameter("comn_chosflag", "C") // C : »ó¿ë±¸ setParameter("comn_formprogflag", "B") // A: Summary, B : ÁÖÈ£¼Ò setParameter("openmode", "select"); //modal("SPMRF04700"); //modal("SPMRF04900"); var txtSelPos = tar_extn.selBegin; var curText = tar_extn.currentText; var curTextBefore = curText.substr(0, txtSelPos); var curTextAfter = curText.substr(txtSelPos, curText.length); modalForComnUse("SPMRF04900",1 ,50, 50); var rtn = getParameter("comncnts"); //³»¿ë setParameter("comncnts", ""); var reccnts = tar_extn.currentText; var SetEndCursorPos = txtSelPos; SetEndCursorPos += rtn.length; if (rtn == "") { return; } if (reccnts == "") { model.setValue("/root/main/etcrec", rtn); } else { model.setValue("/root/main/etcrec", reccnts + "\n" + rtn); SetEndCursorPos += 1; // "\n" ¹®ÀÚ±æÀ̸¦ Ãß°¡·Î ´õÇÔ. } tar_extn.refresh(); model.setFocus("tar_extn"); tar_extn.selBegin = SetEndCursorPos; tar_extn.selEnd = SetEndCursorPos; } catch(e) { } } /** * @desc : Àß¶ó³»±â * @id : * @event : * @return : void * @authur : 2009-09-24 ¿ÀÈÄ 4:27:33 °­ÁöÈÆ */ function fselectCutMenu() { window.clipBoardData = tar_extn.selectionText; tar_extn.selectionText = ""; } /** * @desc : º¹»ç * @id : * @event : * @return : void * @authur : 2009-09-24 ¿ÀÈÄ 4:27:33 °­ÁöÈÆ */ function fselectCopyMenu() { window.clipBoardData = tar_extn.selectionText; } /** * @desc : ºÙ¿©³Ö±â * @id : * @event : * @return : void * @authur : 2009-09-24 ¿ÀÈÄ 4:27:33 °­ÁöÈÆ */ function fselectPasteMenu() { tar_extn.dispatch("xforms-value-changed"); tar_extn.selectionText = ""; var txtSelPos = tar_extn.selBegin; var curText = tar_extn.currentText; var curTextBefore = curText.substr(0, txtSelPos); var curTextAfter = curText.substr(txtSelPos, curText.length); var dataType = window.clipBoardDataType; if (dataType == "TEXT") { var comncnts = escape(window.clipBoardData); comncnts = comncnts.setReplaceWord("%0D%0A", "%0A"); tar_extn.currentText = curTextBefore + unescape(comncnts) + curTextAfter; } } /** * @desc : »èÁ¦ * @id : * @event : * @return : void * @authur : 2009-09-24 ¿ÀÈÄ 4:27:33 °­ÁöÈÆ */ function fselectDeleteMenu() { tar_extn.selectionText = ""; } /** * @desc : ¸ðµÎ¼±Åà * @id : * @event : * @return : void * @authur : 2009-09-24 ¿ÀÈÄ 4:27:33 °­ÁöÈÆ */ function fselectSelAllMenu() { tar_extn.selBegin = 0; tar_extn.selEnd = (tar_extn.currentText).length; }