sync
[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   "throws" : "",
16   "requires" : "",
17   "config" : [
18     {
19       "name" : "btns",
20       "type" : "Array",
21       "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }",
22       "memberOf" : ""
23     },
24     {
25       "name" : "disable",
26       "type" : "Object",
27       "desc" : "List of elements to disable..",
28       "memberOf" : ""
29     }
30   ],
31   "methods" : [
32     {
33       "name" : "updateToolbar",
34       "type" : "function",
35       "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.",
36       "sig" : "()\n{\n\n}",
37       "static" : false,
38       "memberOf" : "",
39       "isStatic" : false,
40       "isConstructor" : false,
41       "isPrivate" : false,
42       "example" : "",
43       "deprecated" : "",
44       "since" : "",
45       "see" : "",
46       "exceptions" : "",
47       "requires" : "",
48       "params" : [],
49       "returns" : []
50     }
51   ],
52   "events" : []
53 }