Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.bootstrap.htmleditor.ToolbarStandard.json
1 {
2   "name" : "Roo.bootstrap.htmleditor.ToolbarStandard",
3   "augments" : [],
4   "desc" : "Basic Toolbar",
5   "isSingleton" : false,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "ToolbarStandard",
9   "example" : "Usage:\n\n new Roo.bootstrap.HtmlEditor({\n    ....\n    toolbars : [\n        new Roo.bootstrap.HtmlEditorToolbar1({\n            disable : { fonts: 1 , format: 1, ..., ... , ...],\n            btns : [ .... ]\n        })\n    }",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "config" : [
16     {
17       "name" : "btns",
18       "type" : "Array",
19       "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }",
20       "memberOf" : "Roo.bootstrap.htmleditor.ToolbarStandard",
21       "optvals" : []
22     },
23     {
24       "name" : "disable",
25       "type" : "Object",
26       "desc" : "List of elements to disable..",
27       "memberOf" : "Roo.bootstrap.htmleditor.ToolbarStandard",
28       "optvals" : []
29     }
30   ],
31   "methods" : [
32     {
33       "name" : "updateToolbar",
34       "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.",
35       "isStatic" : false,
36       "isConstructor" : false,
37       "isPrivate" : false,
38       "memberOf" : "Roo.bootstrap.htmleditor.ToolbarStandard",
39       "example" : "",
40       "deprecated" : "",
41       "since" : "",
42       "see" : "",
43       "params" : [],
44       "returns" : []
45     }
46   ],
47   "events" : []
48 }