sync
authorAlan <alan@roojs.com>
Fri, 24 Sep 2021 02:36:01 +0000 (10:36 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Sep 2021 02:36:01 +0000 (10:36 +0800)
docs/json/roodata.json
docs/src/Roo_htmleditor_Filter.js.html
docs/symbols/Roo.htmleditor.Filter.json

index cfec726..e3cc514 100644 (file)
         "type" : "DomElement",
         "desc" : "The node to iterate and filter",
         "memberOf" : ""
+      },
+      {
+        "name" : "tag",
+        "type" : "boolean|String|Array",
+        "desc" : "Tags to replace",
+        "memberOf" : ""
       }
     ],
     "events" : [],
index 4d76cbd..edf7f80 100644 (file)
@@ -6,8 +6,9 @@
 
 /**
  * @class Roo.htmleditor.Filter
- * Base Class for filtering htmleditor stuff.
+ * Base Class for filtering htmleditor stuff. - do not use this directly - extend it.
  * @cfg {DomElement} node The node to iterate and filter
+ * @cfg {boolean|String|Array} tag Tags to replace 
  * @constructor
  * Create a new Filter.
  * @param {Object} config Configuration options
@@ -17,7 +18,8 @@
 
 </span><span class="jsdoc-var">Roo.htmleditor.Filter </span><span class="jsdoc-syntax">= </span><span class="jsdoc-keyword">function</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">cfg</span><span class="jsdoc-syntax">) {
     </span><span class="jsdoc-var">Roo.apply</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">this.cfg</span><span class="jsdoc-syntax">);
-}
+    </span><span class="jsdoc-comment">// this does not actually call walk as it's really just a abstract class
+</span><span class="jsdoc-syntax">}
 
 
 </span><span class="jsdoc-var">Roo.htmleditor.Filter.prototype </span><span class="jsdoc-syntax">= {
index b959e56..99e0bd5 100644 (file)
@@ -4,7 +4,7 @@
   "childClasses" : {  },
   "tree_children" : [],
   "tree_parent" : [],
-  "desc" : "Base Class for filtering htmleditor stuff.",
+  "desc" : "Base Class for filtering htmleditor stuff. - do not use this directly - extend it.",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
   "throws" : "",
   "requires" : "",
   "config" : [
+    {
+      "name" : "tag",
+      "type" : "boolean|String|Array",
+      "desc" : "Tags to replace",
+      "memberOf" : ""
+    },
     {
       "name" : "node",
       "type" : "DomElement",