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