fix typo in docs wip_alan_T6962_html_editor_update_to_new
authorAlan <alan@roojs.com>
Tue, 22 Feb 2022 07:08:39 +0000 (15:08 +0800)
committerAlan <alan@roojs.com>
Tue, 22 Feb 2022 07:08:39 +0000 (15:08 +0800)
docs/json/roodata.json
docs/src/Roo_form_HtmlEditor.js.html
docs/symbols/Roo.form.HtmlEditor.json
roojs-debug.js
roojs-ui-debug.js

index b0ec5f4..812c850 100644 (file)
         "memberOf" : ""
       },
       {
-        "name" : "bodyCls-",
+        "name" : "bodyCls",
         "type" : "string",
         "desc" : "default '' default classes to add to body of editable area - usually undoreset is a good start..",
         "memberOf" : ""
index 8a5c223..98dc47c 100644 (file)
      */
     </span><span class="jsdoc-var">autoClean</span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">true</span><span class="jsdoc-syntax">,
     </span><span class="jsdoc-comment">/**
-     * @cfg {string} bodyCls- default '' default classes to add to body of editable area - usually undoreset is a good start..
+     * @cfg {string} bodyCls default '' default classes to add to body of editable area - usually undoreset is a good start..
      */
     </span><span class="jsdoc-var">bodyCls </span><span class="jsdoc-syntax">: </span><span class="jsdoc-string">''</span><span class="jsdoc-syntax">,
     </span><span class="jsdoc-comment">/**
index 31e36b3..21b363d 100644 (file)
       "desc" : "The field's HTML name attribute.",
       "memberOf" : "Roo.form.Field"
     },
-    {
-      "name" : "bodyCls-",
-      "type" : "string",
-      "desc" : "default '' default classes to add to body of editable area - usually undoreset is a good start..",
-      "memberOf" : ""
-    },
     {
       "name" : "width",
       "type" : "Number",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
       "memberOf" : "Roo.util.Observable"
     },
+    {
+      "name" : "bodyCls",
+      "type" : "string",
+      "desc" : "default '' default classes to add to body of editable area - usually undoreset is a good start..",
+      "memberOf" : ""
+    },
     {
       "name" : "readOnly",
       "type" : "Boolean",
index e6baa3b..d2b15cc 100644 (file)
@@ -51131,7 +51131,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
      */
     autoClean: true,
     /**
-     * @cfg {string} bodyCls- default '' default classes to add to body of editable area - usually undoreset is a good start..
+     * @cfg {string} bodyCls default '' default classes to add to body of editable area - usually undoreset is a good start..
      */
     bodyCls : '',
     /**
index 1b84884..ab5d290 100644 (file)
@@ -26662,7 +26662,7 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
      */
     autoClean: true,
     /**
-     * @cfg {string} bodyCls- default '' default classes to add to body of editable area - usually undoreset is a good start..
+     * @cfg {string} bodyCls default '' default classes to add to body of editable area - usually undoreset is a good start..
      */
     bodyCls : '',
     /**