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
Since 2.3 it is possible to easily change the toolbar using the JavaScript API by just calling <EditorInstance>.ToolbarSet.Load( '<ToolbarName>' )
To configure your toolbar to enable or disable specific functionalities see 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
You could toggle the source code button and hide/show the toolbar
See my 'HOWTO - trigger toolbar button externally', viewtopic.php?f=6&t=1050&p=2538
And hiding the toolbar should be this: