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