开发者

Sitecore: Forcing pasting as unformatted text

Is there a good way to force pasting as text inside Rich Text Fields inside Sitecore? I know there's a "Paste as Text" button in the Rich Text Editor itself, but content authors are almost definitely going to just hit Ctrl+V or Right-Click->Paste to put the text in, and if that content came from Word, all hell breaks loose with the markup. The workaround we have so far is to paste into notepad and then to 开发者_如何学Pythoncopy that text and paste it into the Rich Text Field, but that solution is inelegant and I hate it.

Thank you for your time.


Take a look at the setting

<property name="StripFormattingOnPaste">None</property>

Located in the file /sitecore/shell/radcontrols/editor/ConfigFile.xml

Last time I had a requirement similar to yours, I went in there and made the change and it worked fine. Should still work, unless they changed something :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜