21ed8b7b0351d206db09e52125265ccaa9294fd2
[roojs1] / docs / symbols / Roo.form.HtmlEditor.ToolbarContext.json
1 {
2   "name" : "Roo.form.HtmlEditor.ToolbarContext",
3   "augments" : [],
4   "childClasses" : {  },
5   "tree_children" : [],
6   "tree_parent" : [],
7   "desc" : "Context Toolbar\n\nUsage:\n\n new Roo.form.HtmlEditor({\n    ....\n    toolbars : [\n        { xtype: 'ToolbarStandard', styles : {} }\n        { xtype: 'ToolbarContext', disable : {} }\n    ]\n})",
8   "isSingleton" : false,
9   "isStatic" : false,
10   "isBuiltin" : false,
11   "isAbstract" : false,
12   "isBuilderTop" : false,
13   "memberOf" : "ToolbarContext",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [],
19   "returns" : [],
20   "throws" : "",
21   "requires" : "",
22   "config" : [
23     {
24       "name" : "disable",
25       "type" : "Object",
26       "desc" : "List of toolbar elements to disable",
27       "memberOf" : "Roo.form.HtmlEditor.ToolbarContext"
28     },
29     {
30       "name" : "styles",
31       "type" : "Object",
32       "desc" : "List of styles \n   eg. { '*' : [ 'headline' ] , 'TD' : [ 'underline', 'double-underline' ] } \n\nThese must be defined in the page, so they get rendered correctly..\n.headline { }\nTD.underline { }",
33       "memberOf" : "Roo.form.HtmlEditor.ToolbarContext"
34     }
35   ],
36   "methods" : [
37     {
38       "name" : "updateToolbar",
39       "type" : "function",
40       "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.\n\nNote you can force an update by calling on('editorevent', scope, false)",
41       "sig" : "()\n{\n\n}",
42       "static" : false,
43       "memberOf" : "",
44       "isStatic" : false,
45       "isConstructor" : false,
46       "isPrivate" : false,
47       "example" : "",
48       "deprecated" : "",
49       "since" : "",
50       "see" : "",
51       "exceptions" : "",
52       "requires" : "",
53       "params" : [],
54       "returns" : []
55     }
56   ],
57   "events" : []
58 }