| View previous topic :: View next topic |
| Author |
Message |
sepharim
Joined: 27 Dec 2007 Posts: 180 Location: Germany
|
Posted: Sun 24 Feb, 2008 23:02 Post subject: deactivate TinyMCE? |
|
|
Hi everyone,
is it possible to deactivate TinyMCE. I searched little in the config files, but didn't find it. Perhaps it would be nice to create a new Markup field "NONE, no TinyMCE" wer TinyMCE isn't loaded.
Greeting Manuel |
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
Posted: Mon 25 Feb, 2008 09:04 Post subject: |
|
|
No this it not possible, yet. You can deactivate TinyMCE completely, but you can't deactivate it on only a range of pages.
To deactivate TinyMCE you can edit the internal page "page admin.edit page". Change the JavaScript part from this:
| Code: | function init_tinyMCE() {
tinyMCE.init({
apply_source_formatting : true,
... |
to this:
| Code: | function init_tinyMCE() {
return;
tinyMCE.init({
apply_source_formatting : true,
... |
(Not tested!)
I think a new Markup field for this Problem is a great idea! _________________
http://www.jensdiemer.de | http://www.htfx.de | http://www.python-forum.de
|
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
|
| Back to top |
|
 |
sepharim
Joined: 27 Dec 2007 Posts: 180 Location: Germany
|
Posted: Tue 26 Feb, 2008 17:32 Post subject: |
|
|
nice
and thank you |
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
|
| Back to top |
|
 |
jens Administrator
Joined: 12 Oct 2005 Posts: 972 Location: duisburg, germany
|
|
| Back to top |
|
 |
|