// ================================================================ // CHEditor 5 // ---------------------------------------------------------------- // Homepage: http://www.chcode.com // Copyright (c) 1997-2011 CHSOFT // ================================================================ var AppWidth = "250"; var AppHeight = "175"; var AppID = "cheditorPreview"; var oEditor = null; var button = [ { alt : "", img : 'submit.gif', cmd : doSubmit }, { alt : "", img : 'cancel.gif', cmd : popupClose } ]; var imageArray = null; function init(dialog) { oEditor = this; oEditor.dialog = dialog; imageArray = new Array(); var dlg = new Dialog(oEditor); dlg.showButton(button); CHXUploadRUN(oEditor.config.popupPath + 'flash/ImagePreview'); setWrapper(); showPreviewButton(); dlg.setDialogHeight(); } function showPreviewButton() { var img = new Image(); img.src = oEditor.config.iconPath + 'button/preview.gif'; img.style.verticalAlign = 'middle'; img.className = 'button'; img.alt = ""; img.onclick = doPreview; document.getElementById("inputOutline").appendChild(img); } function CHEditorImagePreview () { // ---------------------------------------------------------------------------------- // callBack function document.getElementById(AppID).CHEditorImagePreview("1", "1"); } function CHXUploadRUN(src) { // ---------------------------------------------------------------------------------- // Preview // chxupload_RUN("src", src, "width", AppWidth, "height", AppHeight, "align", "middle", "id", AppID, "classid", AppID, "quality", "high", "bgcolor", "#ebe9ed", "name", AppID, "allowScriptAccess","Always", "type", "application/x-shockwave-flash", "pluginspage", "http://www.adobe.com/go/getflashplayer"); } function popupClose() { oEditor.popupWinClose(); } function doSubmit () { if (navigator.userAgent.toLowerCase().indexOf("msie") != -1) document.getElementById(AppID).style.display = 'none'; var fm_align = document.getElementById('fm_align').alignment; var align = ''; var i = 0; for (; i