aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-27 14:21:35 -0700
committerValerio Virgillito2012-04-27 14:21:35 -0700
commitb08cc404d32dd1d4dbc2139ce8f06d7d88b681a8 (patch)
treeae45391131c7c5203ae8e0d3470d106d835c8c6b /js/panels/Timeline/Layer.reel/Layer.html
parent314709dd189807bfc762aa150bb1b29d2ccdf25b (diff)
parent6c1aa27b7753bc9007514859b42160fae265740d (diff)
downloadninja-b08cc404d32dd1d4dbc2139ce8f06d7d88b681a8.tar.gz
Merge branch 'refs/heads/serialization'
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.html')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.html47
1 files changed, 16 insertions, 31 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html
index 915e8b89..bec033f8 100644
--- a/js/panels/Timeline/Layer.reel/Layer.html
+++ b/js/panels/Timeline/Layer.reel/Layer.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "owner": { 13 "owner": {
14 "module": "js/panels/Timeline/Layer.reel", 14 "prototype": "js/panels/Timeline/Layer.reel",
15 "name": "Layer",
16 "properties": { 15 "properties": {
17 "element": {"#": "layer"}, 16 "element": {"#": "layer"},
18 "styleRepetition" : {"@":"repetition1"}, 17 "styleRepetition" : {"@":"repetition1"},
@@ -29,8 +28,7 @@
29 } 28 }
30 }, 29 },
31 "dtext1" : { 30 "dtext1" : {
32 "module" : "montage/ui/dynamic-text.reel", 31 "prototype" : "montage/ui/dynamic-text.reel",
33 "name" : "DynamicText",
34 "properties" : { 32 "properties" : {
35 "element" : {"#" : "layer-label-text"} 33 "element" : {"#" : "layer-label-text"}
36 }, 34 },
@@ -57,8 +55,7 @@
57 } 55 }
58 }, 56 },
59 "repetition1": { 57 "repetition1": {
60 "module": "montage/ui/repetition.reel", 58 "prototype": "montage/ui/repetition.reel",
61 "name": "Repetition",
62 "properties": { 59 "properties": {
63 "element": {"#": "style-container"}, 60 "element": {"#": "style-container"},
64 "isSelectionEnabled" : true 61 "isSelectionEnabled" : true
@@ -72,8 +69,7 @@
72 } 69 }
73 }, 70 },
74 "style" : { 71 "style" : {
75 "module" : "js/panels/Timeline/Style.reel", 72 "prototype" : "js/panels/Timeline/Style.reel[LayerStyle]",
76 "name" : "LayerStyle",
77 "properties" : { 73 "properties" : {
78 "element" : {"#" : "layer-style"} 74 "element" : {"#" : "layer-style"}
79 }, 75 },
@@ -116,8 +112,7 @@
116 } 112 }
117 }, 113 },
118 "dtext_position_x" : { 114 "dtext_position_x" : {
119 "module": "js/components/hottextunit.reel", 115 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
120 "name": "HotTextUnit",
121 "properties": { 116 "properties": {
122 "element": {"#": "position-x"}, 117 "element": {"#": "position-x"},
123 "maxValue" : 100000, 118 "maxValue" : 100000,
@@ -135,8 +130,7 @@
135 } 130 }
136 }, 131 },
137 "dtext_position_y" : { 132 "dtext_position_y" : {
138 "module": "js/components/hottextunit.reel", 133 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
139 "name": "HotTextUnit",
140 "properties": { 134 "properties": {
141 "element": {"#": "position-y"}, 135 "element": {"#": "position-y"},
142 "maxValue" : 100000, 136 "maxValue" : 100000,
@@ -154,8 +148,7 @@
154 } 148 }
155 }, 149 },
156 "dtext_scale_x" : { 150 "dtext_scale_x" : {
157 "module": "js/components/hottextunit.reel", 151 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
158 "name": "HotTextUnit",
159 "properties": { 152 "properties": {
160 "element": {"#": "scale-x"}, 153 "element": {"#": "scale-x"},
161 "maxValue" : 100, 154 "maxValue" : 100,
@@ -173,8 +166,7 @@
173 } 166 }
174 }, 167 },
175 "dtext_scale_y" : { 168 "dtext_scale_y" : {
176 "module": "js/components/hottextunit.reel", 169 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
177 "name": "HotTextUnit",
178 "properties": { 170 "properties": {
179 "element": {"#": "scale-y"}, 171 "element": {"#": "scale-y"},
180 "maxValue" : 100, 172 "maxValue" : 100,
@@ -192,8 +184,7 @@
192 } 184 }
193 }, 185 },
194 "dtext_skew_x" : { 186 "dtext_skew_x" : {
195 "module": "js/components/hottextunit.reel", 187 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
196 "name": "HotTextUnit",
197 "properties": { 188 "properties": {
198 "element": {"#": "skew-x"}, 189 "element": {"#": "skew-x"},
199 "maxValue" : 100, 190 "maxValue" : 100,
@@ -211,8 +202,7 @@
211 } 202 }
212 }, 203 },
213 "dtext_skew_y" : { 204 "dtext_skew_y" : {
214 "module": "js/components/hottextunit.reel", 205 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
215 "name": "HotTextUnit",
216 "properties": { 206 "properties": {
217 "element": {"#": "skew-y"}, 207 "element": {"#": "skew-y"},
218 "maxValue" : 100, 208 "maxValue" : 100,
@@ -230,8 +220,7 @@
230 } 220 }
231 }, 221 },
232 "dtext_rotate" : { 222 "dtext_rotate" : {
233 "module": "js/components/hottextunit.reel", 223 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
234 "name": "HotTextUnit",
235 "properties": { 224 "properties": {
236 "element": {"#": "rotation"}, 225 "element": {"#": "rotation"},
237 "maxValue" : 360, 226 "maxValue" : 360,
@@ -250,8 +239,7 @@
250 }, 239 },
251 240
252 "mainCollapser" : { 241 "mainCollapser" : {
253 "module" : "js/panels/timeline/Collapser.js", 242 "prototype" : "js/panels/timeline/Collapser",
254 "name" : "Collapser",
255 "properties" : { 243 "properties" : {
256 "element" : {"#" : "content-main"}, 244 "element" : {"#" : "content-main"},
257 "myContent" : {"#" : "content-main"}, 245 "myContent" : {"#" : "content-main"},
@@ -271,8 +259,7 @@
271 }, 259 },
272 260
273 "positionCollapser" : { 261 "positionCollapser" : {
274 "module" : "js/panels/timeline/Collapser.js", 262 "prototype" : "js/panels/timeline/Collapser",
275 "name" : "Collapser",
276 "properties" : { 263 "properties" : {
277 "element" : {"#" : "content-position"}, 264 "element" : {"#" : "content-position"},
278 "myContent" : {"#":"content-position"}, 265 "myContent" : {"#":"content-position"},
@@ -292,8 +279,7 @@
292 }, 279 },
293 280
294 "transformCollapser" : { 281 "transformCollapser" : {
295 "module" : "js/panels/timeline/Collapser.js", 282 "prototype" : "js/panels/timeline/Collapser",
296 "name" : "Collapser",
297 "properties" : { 283 "properties" : {
298 "element" : {"#" : "content-transform"}, 284 "element" : {"#" : "content-transform"},
299 "myContent" : {"#":"content-transform"}, 285 "myContent" : {"#":"content-transform"},
@@ -313,8 +299,7 @@
313 }, 299 },
314 300
315 "styleCollapser" : { 301 "styleCollapser" : {
316 "module" : "js/panels/timeline/Collapser.js", 302 "prototype" : "js/panels/timeline/Collapser",
317 "name" : "Collapser",
318 "properties" : { 303 "properties" : {
319 "element" : {"#" : "content-style"}, 304 "element" : {"#" : "content-style"},
320 "myContent" : {"#":"content-style"}, 305 "myContent" : {"#":"content-style"},