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

index f2b0e0b..8871c82 100644 (file)
@@ -76,6 +76,17 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
      */
     cwhite: false,
     
+     /**
+     * @cfg {Array} blacklist of html tags - in addition to standard blacklist.
+     * 
+     */
+    black: false,
+    /**
+     * @cfg {Array} whitelist of css styles style attributes (blacklist overrides whitelist)
+     * 
+     */
+    white: false,
+    
     // id of frame..
     frameId: false,