cb4b7dd7cb9a0a78ec7057f54f6aa936f5e02c49
[roojs1] / docs / symbols / Roo.htmleditor.BlockFigure.json
1 {
2   "name" : "Roo.htmleditor.BlockFigure",
3   "augments" : [],
4   "childClasses" : {  },
5   "tree_children" : [],
6   "tree_parent" : [],
7   "desc" : "Block that has an image and a figcaption",
8   "isSingleton" : false,
9   "isStatic" : false,
10   "isBuiltin" : false,
11   "isAbstract" : false,
12   "isBuilderTop" : false,
13   "memberOf" : "BlockFigure",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [
19     {
20       "name" : "config",
21       "type" : "Object",
22       "desc" : "Configuration options",
23       "isOptional" : false
24     }
25   ],
26   "returns" : [],
27   "throws" : "",
28   "requires" : "",
29   "config" : [
30     {
31       "name" : "image_height",
32       "type" : "String|number",
33       "desc" : "the height of the image number or %?",
34       "memberOf" : ""
35     },
36     {
37       "name" : "align",
38       "type" : "String",
39       "desc" : "t) alignment for the block default left",
40       "memberOf" : ""
41     },
42     {
43       "name" : "image_src",
44       "type" : "String",
45       "desc" : "the url for the image",
46       "memberOf" : ""
47     },
48     {
49       "name" : "caption_display",
50       "type" : "String",
51       "desc" : "e) display or not the caption",
52       "memberOf" : ""
53     },
54     {
55       "name" : "caption",
56       "type" : "String",
57       "desc" : "the text to appear below  (and in the alt tag)",
58       "memberOf" : ""
59     },
60     {
61       "name" : "image_width",
62       "type" : "String|number",
63       "desc" : "the width of the image number or %?",
64       "memberOf" : ""
65     }
66   ],
67   "methods" : [
68     {
69       "name" : "toObject",
70       "type" : "function",
71       "desc" : "create a DomHelper friendly object - for use with\nRoo.DomHelper.markup / overwrite / etc..",
72       "sig" : "()\n{\n\n}",
73       "static" : false,
74       "memberOf" : "",
75       "isStatic" : false,
76       "isConstructor" : false,
77       "isPrivate" : false,
78       "example" : "",
79       "deprecated" : "",
80       "since" : "",
81       "see" : "",
82       "exceptions" : "",
83       "requires" : "",
84       "params" : [],
85       "returns" : []
86     }
87   ],
88   "events" : []
89 }