From 286f5ff3e78d8b7a19f5917d649dfa4ca3f050d4 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 8 Jul 2014 13:48:40 +0800 Subject: [PATCH] Roo/form/HtmlEditor.js --- Roo/form/HtmlEditor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Roo/form/HtmlEditor.js b/Roo/form/HtmlEditor.js index 7dbbb7d40c..e35ccd1886 100644 --- a/Roo/form/HtmlEditor.js +++ b/Roo/form/HtmlEditor.js @@ -35,6 +35,10 @@ Roo.form.HtmlEditor = function(config){ * any element that has display set to 'none' can cause problems in Safari and Firefox.

*/ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, { + /** + * @cfg {Boolean} cleanUpPaste + */ + cleanUpPaste : true, /** * @cfg {Array} toolbars Array of toolbars. - defaults to just the Standard one */ -- 2.39.2