Roo/form/HtmlEditor.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:17:24 +0000 (16:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:17:24 +0000 (16:17 +0800)
Roo/form/HtmlEditor.js

index 4bc9e52..f2b0e0b 100644 (file)
@@ -64,6 +64,18 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
      */
     stylesheets: false,
     
+    
+     /**
+     * @cfg {Array} blacklist of css styles style attributes (blacklist overrides whitelist)
+     * 
+     */
+    cblack: false,
+    /**
+     * @cfg {Array} whitelist of css styles style attributes (blacklist overrides whitelist)
+     * 
+     */
+    cwhite: false,
+    
     // id of frame..
     frameId: false,