X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.form.HtmlEditor.ToolbarStandard.json;fp=docs%2Fsymbols%2FRoo.form.HtmlEditor.ToolbarStandard.json;h=59d4799cb8e21f897363ba910bcd90d7b28cd2da;hp=0e6d5052fb5af926e6d018a55f9ad8ffcd5c3bdf;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json index 0e6d5052fb..59d4799cb8 100644 --- a/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json +++ b/docs/symbols/Roo.form.HtmlEditor.ToolbarStandard.json @@ -1,10 +1,15 @@ { "name" : "Roo.form.HtmlEditor.ToolbarStandard", "augments" : [], + "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 }", "isSingleton" : false, "isStatic" : false, "isBuiltin" : false, + "isAbstract" : false, + "isBuilderTop" : false, "memberOf" : "ToolbarStandard", "example" : "", "deprecated" : "", @@ -12,62 +17,63 @@ "see" : "", "params" : [], "returns" : [], + "throws" : "", + "requires" : "", "config" : [ { "name" : "createLinkText", "type" : "String", "desc" : "The default text for the create link prompt", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" }, { "name" : "btns", "type" : "Array", "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" }, { "name" : "defaultFont", "type" : "String", "desc" : "default font to use.", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" }, { "name" : "defaultLinkValue", "type" : "String", "desc" : "The default value for the create link prompt (defaults to http:/ /)", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" }, { "name" : "fontFamilies", "type" : "Array", "desc" : "An array of available font families", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" }, { "name" : "disable", "type" : "Object", "desc" : "List of elements to disable..", - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", - "optvals" : [] + "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard" } ], "methods" : [ { "name" : "updateToolbar", + "type" : "function", "desc" : "Protected method that will not generally be called directly. It triggers\na toolbar update by reading the markup state of the current selection in the editor.", + "sig" : "()\n{\n\n}", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.form.HtmlEditor.ToolbarStandard", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [], "returns" : [] }