Every FCEditor instance has two radio buttons above:
O Basic Text Editor O Rich Text Editor
where the Basic Text Editor option will show a plain textfield with another three radio buttons below (Raw, HTML, Text) and the Rich Text Editor option will show the editor with all the toolbars and buttons. How can I disable all the "Basic Text Editor (Raw, HTML, Text)" stuff? I did not find it in the FCKconfig.js so far.
O Basic Text Editor O Rich Text Editor
where the Basic Text Editor option will show a plain textfield with another three radio buttons below (Raw, HTML, Text) and the Rich Text Editor option will show the editor with all the toolbars and buttons. How can I disable all the "Basic Text Editor (Raw, HTML, Text)" stuff? I did not find it in the FCKconfig.js so far.

Re: Disable option "Basix text editor (Raw, HTML, Text)&quo
http://docs.fckeditor.net/FCKeditor_2.x ... on/Toolbar
Re: Disable option "Basix text editor (Raw, HTML, Text)&quo
Attachments:
Re: Disable option "Basix text editor (Raw, HTML, Text)&quo
viewtopic.php?f=6&t=1050&p=2538
editorInstance.EditorWindow.parent.document.getElementById("xExpanded").style.display = "none";