roojs-all.js
[roojs1] / examples / mailer / template1.bjs
1 {
2     "name" : "template1",
3     "parent" : "",
4     "title" : "",
5     "path" : "/home/alan/gitlive/roojs1/examples/mailer/template1.bjs",
6     "permname" : "",
7     "modOrder" : "001",
8     "items" : [
9         {
10             "xtype" : "Body",
11             "$ xns" : "Roo.mailer",
12             "items" : [
13                 {
14                     "xtype" : "BodyContainer",
15                     "$ xns" : "Roo.mailer",
16                     "items" : [
17                         {
18                             "String blocktype" : "preheader",
19                             "xtype" : "Block",
20                             "string html" : "test",
21                             "$ xns" : "Roo.mailer",
22                             "String style" : "padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;"
23                         },
24                         {
25                             "String blocktype" : "header",
26                             "xtype" : "Block",
27                             "string html" : "<img src=\"http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png\">",
28                             "$ xns" : "Roo.mailer"
29                         },
30                         {
31                             "String blocktype" : "body",
32                             "xtype" : "Block",
33                             "string html" : "test",
34                             "$ xns" : "Roo.mailer"
35                         },
36                         {
37                             "String blocktype" : "row",
38                             "xtype" : "Block",
39                             "$ xns" : "Roo.mailer",
40                             "items" : [
41                                 {
42                                     "xtype" : "Column",
43                                     "$ xns" : "Roo.mailer",
44                                     "String column" : "left",
45                                     "String src" : "http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png",
46                                     "String html" : "test"
47                                 },
48                                 {
49                                     "xtype" : "Column",
50                                     "String column" : "right",
51                                     "$ xns" : "Roo.mailer",
52                                     "String src" : "http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png",
53                                     "String html" : "test2"
54                                 }
55                             ]
56                         },
57                         {
58                             "String blocktype" : "row",
59                             "xtype" : "Block",
60                             "$ xns" : "Roo.mailer",
61                             "items" : [
62                                 {
63                                     "int width" : 200,
64                                     "xtype" : "Column",
65                                     "String column" : "left",
66                                     "$ xns" : "Roo.mailer",
67                                     "String src" : "http://gallery.mailchimp.com/27aac8a65e64c994c4416d6b8/images/header_placeholder_260px.png"
68                                 },
69                                 {
70                                     "int width" : 340,
71                                     "xtype" : "Column",
72                                     "$ xns" : "Roo.mailer",
73                                     "String column" : "right",
74                                     "String html" : "test2"
75                                 }
76                             ]
77                         },
78                         {
79                             "String blocktype" : "footer",
80                             "xtype" : "Block",
81                             "string html" : "test footer",
82                             "$ xns" : "Roo.mailer"
83                         }
84                     ]
85                 }
86             ]
87         }
88     ]
89 }