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