Goodbye Richtext editor!

This does not affect any of the existing modules - I've kept some
stub functions to retain backward compatibility.
This commit is contained in:
moodler
2003-11-03 15:17:21 +00:00
parent 8c8e74ae10
commit 47037513fe
114 changed files with 53 additions and 8862 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function openpopup(url,name,options,fullscreen) {
}
function copyrichtext(textname) {
textname.value = document.richedit.docHtml;
/// Legacy stub for old editor - to be removed soon
return true;
}