upgrading to tinymce 1.45

This commit is contained in:
JT Smith 2005-08-05 19:49:15 +00:00
parent c287ab8a3e
commit c351096b73
196 changed files with 3608 additions and 1636 deletions

View file

@ -18,7 +18,6 @@
formObj.width2.value = "%";
formObj.width.value = formObj.width.value.substring(0,formObj.width.value.length-1);
}
window.focus();
}
function insertHR() {
@ -42,14 +41,16 @@
}
html += ' />';
tinyMCE.execCommand("mceInsertContent",true,html);
top.close();
}
// Close the dialog
tinyMCE.closeDialog();
}
}
function cancelAction() {
top.close();
// Close the dialog
tinyMCE.closeDialog();
}
//-->
</script>
<style type="text/css">