(New page: == ForcePasteAsPlainText == Setting it to '''true''' forces the editor to discard all formatting when pasting text. It will also disable the Paste from Word operation. <br> Example: <pre>...) |
|||
Line 1: | Line 1: | ||
− | + | Setting it to '''true''' forces the editor to discard all formatting when pasting text. It will also disable the Paste from Word operation. <br> Example: | |
− | + | <pre>FCKConfig.ForcePasteAsPlainText = true ; | |
− | Setting it to '''true''' forces the editor to discard all formatting when pasting text. It will also disable the Paste from Word operation. <br> | + | </pre> |
− | Example: | ||
− | <pre> | ||
− | FCKConfig.ForcePasteAsPlainText = true ; | ||
− | </pre> | ||
By default the option is set to '''false'''. | By default the option is set to '''false'''. |
Latest revision as of 12:00, 20 June 2008
Setting it to true forces the editor to discard all formatting when pasting text. It will also disable the Paste from Word operation.
Example:
FCKConfig.ForcePasteAsPlainText = true ;
By default the option is set to false.