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