Kirill N Posted February 27, 2015 Posted February 27, 2015 I'm trying to disable pasting as formatted text by addingconfig.forcePasteAsPlainText = true; to applications ▸ core ▸ interface ▸ ckeditor ▸ ckeditor ▸ config.jsbut it doesn't have any effect. Any ideas on what I'm doing wrong?
xtech Posted June 2, 2015 Posted June 2, 2015 You should add it inside the brackets, and you should replace "config" by "a", to be consistent with the configuration function.I'm talking about IPS V4.
Day_ Posted June 2, 2015 Posted June 2, 2015 I'm trying to disable pasting as formatted text by adding config.forcePasteAsPlainText = true; to applications ▸ core ▸ interface ▸ ckeditor ▸ ckeditor ▸ config.js but it doesn't have any effect. Any ideas on what I'm doing wrong? CKEDITOR.config.forcePasteAsPlainText = true;
theblackelk Posted June 3, 2015 Posted June 3, 2015 CKEDITOR.config.forcePasteAsPlainText = true; Is there a way to disable autosaving? One of my members' biggest complaints is the fact that they'll start a message, change their mind. It causes some frustration when it's a quote since those are hard to delete on some devices.
Colonel_mortis Posted June 3, 2015 Posted June 3, 2015 Is there a way to disable autosaving? One of my members' biggest complaints is the fact that they'll start a message, change their mind. It causes some frustration when it's a quote since those are hard to delete on some devices. Wait are you saying that the backups are automatically filled into the textarea when you return?Just checked - apparently that's right.That's pretty stupid IMO, especially with no button to clear it. If I navigate away, and come back a while later (I don't know how long it saves for, so perhaps it's a non-issue), I should be allowed to recover from the previous backup, but if I've left it for, say, 20 minutes, I'm probably (though not definitely) planning to start from scratch. Why don't they just add a big button at the bottom of the editor that says "recover last content" (or something a bit better worded than that). People will still be able to see it if they want to recover their post, but they are equally able to start from scratch if that's what they want.Just my opinion on the matter.
OctoDev Posted August 10, 2015 Posted August 10, 2015 Guys, trying to use: for some reason not working? same with plain text..
OctoDev Posted August 10, 2015 Posted August 10, 2015 had to use this, correct way? or wrong.. CKEDITOR.editorConfig = function( config ){config.enterMode = CKEDITOR.ENTER_BR;};
Recommended Posts
Archived
This topic is now archived and is closed to further replies.