Hi is there a way to prevent automatic formating when pasting from another document?
Bassically when someone cut's a piece of text from a word document or internet explorer... The style is also transfered! I would liek to aoid that and only paste the text....
Thanks
Bassically when someone cut's a piece of text from a word document or internet explorer... The style is also transfered! I would liek to aoid that and only paste the text....
Thanks
RE: Prevent cut & paste of styles.
FCKConfig.ForcePasteAsPlainText = false;
with
FCKConfig.ForcePasteAsPlainText = true;
Or ad that line if it's not already in there.