From d6714d7cd385388841d8b51ba882db48da584d14 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 22 Feb 2022 15:08:39 +0800 Subject: [PATCH] fix typo in docs --- docs/json/roodata.json | 2 +- docs/src/Roo_form_HtmlEditor.js.html | 2 +- docs/symbols/Roo.form.HtmlEditor.json | 12 ++++++------ roojs-debug.js | 2 +- roojs-ui-debug.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/json/roodata.json b/docs/json/roodata.json index b0ec5f456c..812c850062 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -237099,7 +237099,7 @@ "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" : "" diff --git a/docs/src/Roo_form_HtmlEditor.js.html b/docs/src/Roo_form_HtmlEditor.js.html index 8a5c223463..98dc47cfa0 100644 --- a/docs/src/Roo_form_HtmlEditor.js.html +++ b/docs/src/Roo_form_HtmlEditor.js.html @@ -101,7 +101,7 @@ */ 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 : '', /** diff --git a/docs/symbols/Roo.form.HtmlEditor.json b/docs/symbols/Roo.form.HtmlEditor.json index 31e36b36e8..21b363d3e9 100644 --- a/docs/symbols/Roo.form.HtmlEditor.json +++ b/docs/symbols/Roo.form.HtmlEditor.json @@ -61,12 +61,6 @@ "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", @@ -121,6 +115,12 @@ "desc" : "list of events and functions to call for this object, \nFor example :\n
\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  
", "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", diff --git a/roojs-debug.js b/roojs-debug.js index e6baa3b4ac..d2b15ccb1a 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -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 : '', /** diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 1b848842e1..ab5d2908d9 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -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 : '', /** -- 2.39.2