/*
Modification or decryption of this file is strictly forbidden - Pintexx GmbH
*/
function editInsertTextModule(comboID){var combo=document.getElementById(comboID);var value=combo.options[combo.selectedIndex].value;if(value!=''){editInsertHtml(value)}};function __editCreateTextModule(name){if(name=="")return;var text=editGetSelectedHtml();__comm=new Comm(targetTextModule);__comm.execute("SETTEXT",name,text)};function editSetTextModule(comboID){var editorUrl=__editGetEditorUrl();try{var combo=document.getElementById(comboID)}catch(Error){};var text=editGetSelectedHtml();if(text==""){alert(getLanguageString(language,3006));return}__editPrepareParams();if(browser.ie){var name=window.showModalDialog(editorUrl+"dialogs/textmodule.html",__editMozParam,"dialogHeight:"+(120+globalDialogOffset)+"px;dialogWidth:355px;resizable:1;status:0;scroll:0");if(name==null||name=='')return;__editCreateTextModule(name)}else{var left=screen.width/2-355/2;var top=screen.height/2-100/2;window.open(editorUrl+"dialogs/textmodule.html","tm","modal=1,left="+left+",top="+top+",height=100,width=355,resizable=0,status=0,scrollbars=0")}};function editGetTextModule(comboID){__comm=new Comm(targetTextModule);__comm.comboid=comboID;__comm.execute("GETTEXT","","")};function editDeleteTextModule(name){editRemoveTextModule("",name)};function editRemoveTextModule(comboID,name){try{var combo=document.getElementById(comboID);var value=combo.options[combo.selectedIndex].text}catch(Error){};if(name!="")value=name;if(value!=''){__comm=new Comm(targetTextModule);__comm.comboid=comboID;__comm.execute("REMOVETEXT",value,"")}};function __setFileToServer(path,text){__comm=new Comm(target);__comm.execute("SAVE",path,text);return true};function __getFileFromServer(path){__comm=new Comm(target);__comm.execute("OPEN",path);return true};
