updating tinymce to 1.41

This commit is contained in:
JT Smith 2005-02-12 14:55:11 +00:00
parent dc1721d1ef
commit bd48711603
125 changed files with 5524 additions and 3444 deletions

View file

@ -9,7 +9,9 @@
theme : "advanced",
mode : "textareas",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,formatselect,fontselect,fontsizeselect,forecolor",
extended_valid_elements : "font[face|size|color]"
extended_valid_elements : "font[face|size|color]",
plugins : "table",
theme_advanced_buttons3_add_before : "tablecontrols,separator"
});
</script>
<!-- /tinyMCE -->