From: Alan Date: Wed, 12 Jan 2022 04:24:23 +0000 (+0800) Subject: Changed docs/json/roodata.jsondocs/src/Roo_form_HtmlEditor_ToolbarStandard.js.htmldoc... X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=df2e2de75c4a885e8935bbf1d745c498c9055beb Changed docs/json/roodata.jsondocs/src/Roo_form_HtmlEditor_ToolbarStandard.js.htmldocs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json --- diff --git a/docs/json/roodata.json b/docs/json/roodata.json index 4367cb48a0..d8390745f7 100644 --- a/docs/json/roodata.json +++ b/docs/json/roodata.json @@ -239460,8 +239460,8 @@ "Roo.form.HtmlEditor.ToolbarStandard" : { "props" : [ { - "name" : "btns", - "type" : "Array", + "name" : "btns[]", + "type" : "Roo.Toolbar.Item|Roo.Toolbar.Button|Roo.Toolbar.SplitButton|Roo.form.Field", "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }", "memberOf" : "" }, diff --git a/docs/src/Roo_form_HtmlEditor_ToolbarStandard.js.html b/docs/src/Roo_form_HtmlEditor_ToolbarStandard.js.html index 990f3f2b7b..e10bd2fb0e 100644 --- a/docs/src/Roo_form_HtmlEditor_ToolbarStandard.js.html +++ b/docs/src/Roo_form_HtmlEditor_ToolbarStandard.js.html @@ -1,5 +1,4 @@ -Roo/form/HtmlEditor/ToolbarStandard.js// <script type="text/javascript"> -/* +Roo/form/HtmlEditor/ToolbarStandard.js/* * Based on * Ext JS Library 1.1.1 * Copyright(c) 2006-2007, Ext JS, LLC. @@ -8,9 +7,9 @@ */ /** - * @class Roo.form.HtmlEditorToolbar1 + * @class Roo.form.HtmlEditor.ToolbarStandard * Basic Toolbar - * + * Usage: * new Roo.form.HtmlEditor({ @@ -24,7 +23,7 @@ * * @cfg {Object} disable List of elements to disable.. - * @cfg {Array} btns List of additional buttons. + * @cfg {Roo.Toolbar.Item|Roo.Toolbar.Button|Roo.Toolbar.SplitButton|Roo.form.Field} btns[] List of additional buttons. * * * NEEDS Extra CSS? @@ -49,7 +48,7 @@ // dont call parent... till later. } -Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype, { +Roo.form.HtmlEditor.ToolbarStandard.prototype = { tb: false, @@ -768,7 +767,7 @@ item.enable(); }); } -}); +}; diff --git a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json index 9c6c2d45f8..c710756ada 100644 --- a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json +++ b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json @@ -4,7 +4,7 @@ "childClasses" : { }, "tree_children" : [], "tree_parent" : [], - "desc" : "Basic Toolbar\n\nUsage:\n\n new Roo.form.HtmlEditor({\n ....\n toolbars : [\n new Roo.form.HtmlEditorToolbar1({\n disable : { fonts: 1 , format: 1, ..., ... , ...],\n btns : [ .... ]\n })\n }", + "desc" : "Basic Toolbar\nUsage:\n\n new Roo.form.HtmlEditor({\n ....\n toolbars : [\n new Roo.form.HtmlEditorToolbar1({\n disable : { fonts: 1 , format: 1, ..., ... , ...],\n btns : [ .... ]\n })\n }", "isSingleton" : false, "isStatic" : false, "isBuiltin" : false, @@ -27,8 +27,8 @@ "memberOf" : "" }, { - "name" : "btns", - "type" : "Array", + "name" : "btns[]", + "type" : "Roo.Toolbar.Item|Roo.Toolbar.Button|Roo.Toolbar.SplitButton|Roo.form.Field", "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }", "memberOf" : "" },