Habe jetzt nochmal das Full featured example eingebaut und einfach Knöpfe gelöscht. Die Funktionen pastetext und pasteword sind sehr gut, gehen aber nicht weit genug. Was noch raus sollte sind Divs, Spans und Textformatierungen.
Wer weiß Hilfe?
So sieht mein Codeblock nun aus:
[code]
<script type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "save,advhr,advimage,advlink,inlinepopups,preview,media,contextmenu,paste,directionality,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,link,unlink,image,cleanup,help,code",
theme_advanced_buttons2 : "pastetext,pasteword,removeformat,nonbreaking",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true
});
</script>
[/code]
Danke für Hilfe
Gunther
als Antwort auf: [#464478]