X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_bootstrap_form_HtmlEditorToolbarStandard.js.html;fp=docs%2Fsrc%2FRoo_bootstrap_htmleditor_ToolbarStandard.js.html;h=bf19b52a346e30f07f400a6115f0ac79d82612b4;hp=d60c6e38e585b6d8af23a48a7e5958ac492c9f40;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/src/Roo_bootstrap_htmleditor_ToolbarStandard.js.html b/docs/src/Roo_bootstrap_form_HtmlEditorToolbarStandard.js.html similarity index 94% rename from docs/src/Roo_bootstrap_htmleditor_ToolbarStandard.js.html rename to docs/src/Roo_bootstrap_form_HtmlEditorToolbarStandard.js.html index d60c6e38e5..bf19b52a34 100644 --- a/docs/src/Roo_bootstrap_htmleditor_ToolbarStandard.js.html +++ b/docs/src/Roo_bootstrap_form_HtmlEditorToolbarStandard.js.html @@ -1,16 +1,18 @@ -Roo/bootstrap/htmleditor/ToolbarStandard.js -Roo.namespace('Roo.bootstrap.htmleditor'); +Roo/bootstrap/form/HtmlEditorToolbarStandard.js +Roo.namespace('Roo.bootstrap.form.HtmlEditor'); /** - * @class Roo.bootstrap.HtmlEditorToolbar1 + * @class Roo.bootstrap.form.HtmlEditorToolbarStandard + * @parent Roo.bootstrap.form.HtmlEditor + * @extends Roo.bootstrap.nav.Simplebar * Basic Toolbar * * @example * Usage: * - new Roo.bootstrap.HtmlEditor({ + new Roo.bootstrap.form.HtmlEditor({ .... toolbars : [ - new Roo.bootstrap.HtmlEditorToolbar1({ + new Roo.bootstrap.form.HtmlEditorToolbarStandard({ disable : { fonts: 1 , format: 1, ..., ... , ...], btns : [ .... ] }) @@ -25,7 +27,7 @@ * .x-html-editor-tb .x-edit-none .x-btn-text { background: none; } */ -Roo.bootstrap.htmleditor.ToolbarStandard = function(config) +Roo.bootstrap.form.HtmlEditorToolbarStandard = function(config) { Roo.apply(this, config); @@ -37,7 +39,7 @@ colors : true, specialElements : true }); - Roo.bootstrap.htmleditor.ToolbarStandard.superclass.constructor.call(this, config); + Roo.bootstrap.form.HtmlEditorToolbarStandard.superclass.constructor.call(this, config); this.editor = config.editor; this.editorcore = config.editor.editorcore; @@ -47,7 +49,7 @@ //Roo.form.HtmlEditorToolbar1.superclass.constructor.call(this, editor.wrap.dom.firstChild, [], config); // dont call parent... till later. } -Roo.extend(Roo.bootstrap.htmleditor.ToolbarStandard, Roo.bootstrap.NavSimplebar, { +Roo.extend(Roo.bootstrap.form.HtmlEditorToolbarStandard, Roo.bootstrap.nav.Simplebar, { bar : true, @@ -67,7 +69,7 @@ { // Roo.log("Call onRender: " + this.xtype); - Roo.bootstrap.htmleditor.ToolbarStandard.superclass.onRender.call(this, ct, position); + Roo.bootstrap.form.HtmlEditorToolbarStandard.superclass.onRender.call(this, ct, position); Roo.log(this.el); this.el.dom.style.marginBottom = '0'; var _this = this; @@ -246,7 +248,7 @@ // hides menus... - so this cant be on a menu... Roo.bootstrap.MenuMgr.hideAll(); */ - Roo.bootstrap.MenuMgr.hideAll(); + Roo.bootstrap.menu.Manager.hideAll(); //this.editorsyncValue(); }, onFirstFocus: function() {