sync
[roojs1] / docs / symbols / Roo.form.HtmlEditor.ToolbarStandard.json
1 {
2   "name" : "Roo.form.HtmlEditor.ToolbarStandard",
3   "augments" : [],
4   "childClasses" : [],
5   "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    }",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "ToolbarStandard",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [],
15   "returns" : [],
16   "throws" : "",
17   "requires" : "",
18   "config" : [
19     {
20       "name" : "createLinkText",
21       "type" : "String",
22       "desc" : "The default text for the create link prompt",
23       "memberOf" : ""
24     },
25     {
26       "name" : "btns",
27       "type" : "Array",
28       "desc" : "List of additional buttons.\n\n\nNEEDS Extra CSS? \n.x-html-editor-tb .x-edit-none .x-btn-text { background: none; }",
29       "memberOf" : ""
30     },
31     {
32       "name" : "defaultFont",
33       "type" : "String",
34       "desc" : "default font to use.",
35       "memberOf" : ""
36     },
37     {
38       "name" : "defaultLinkValue",
39       "type" : "String",
40       "desc" : "The default value for the create link prompt (defaults to http:/ /)",
41       "memberOf" : ""
42     },
43     {
44       "name" : "fontFamilies",
45       "type" : "Array",
46       "desc" : "An array of available font families",
47       "memberOf" : ""
48     },
49     {
50       "name" : "disable",
51       "type" : "Object",
52       "desc" : "List of elements to disable..",
53       "memberOf" : ""
54     }
55   ],
56   "methods" : [
57     {
58       "name" : "updateToolbar",
59       "type" : "function",
60       "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.",
61       "sig" : "()\n{\n\n}",
62       "static" : false,
63       "memberOf" : "",
64       "isStatic" : false,
65       "isConstructor" : false,
66       "isPrivate" : false,
67       "example" : "",
68       "deprecated" : "",
69       "since" : "",
70       "see" : "",
71       "exceptions" : "",
72       "requires" : "",
73       "params" : [],
74       "returns" : []
75     }
76   ],
77   "events" : []
78 }