aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.html')
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.html502
1 files changed, 251 insertions, 251 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html
index 3c471952..cfba0e7e 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>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
@@ -29,24 +29,24 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31<html lang="en"> 31<html lang="en">
32 <head> 32 <head>
33 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 33 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
34 <link rel="stylesheet" type="text/css" href="css/Layer.css"> 34 <link rel="stylesheet" type="text/css" href="css/Layer.css">
35 <script type="text/montage-serialization"> 35 <script type="text/montage-serialization">
36 { 36 {
37 "owner": { 37 "owner": {
38 "prototype": "js/panels/Timeline/Layer.reel", 38 "prototype": "js/panels/Timeline/Layer.reel",
39 "properties": { 39 "properties": {
40 "element": {"#": "layer"}, 40 "element": {"#": "layer"},
41 "styleRepetition" : {"@":"repetition1"}, 41 "styleRepetition" : {"@":"repetition1"},
42 "dynamicLayerName" : {"@":"dtext1"}, 42 "dynamicLayerName" : {"@":"dtext1"},
43 "dynamicLayerTag" : {"@": "dtext2"}, 43 "dynamicLayerTag" : {"@": "dtext2"},
44 "layer_label_text" : {"#": "layer-label-text"}, 44 "layer_label_text" : {"#": "layer-label-text"},
45 "mainCollapser" : {"@" : "mainCollapser"}, 45 "mainCollapser" : {"@" : "mainCollapser"},
46 "positionCollapser" : {"@" : "positionCollapser"}, 46 "positionCollapser" : {"@" : "positionCollapser"},
47 "styleCollapser" : {"@" : "styleCollapser"}, 47 "styleCollapser" : {"@" : "styleCollapser"},
48 "clickerMain" : {"#" : "clicker-main"}, 48 "clickerMain" : {"#" : "clicker-main"},
49 "myLabel" : {"#" : "myLabel"}, 49 "myLabel" : {"#" : "myLabel"},
50 "leftControl": {"@" : "dtext_position_x"}, 50 "leftControl": {"@" : "dtext_position_x"},
51 "topControl": {"@" : "dtext_position_y"}, 51 "topControl": {"@" : "dtext_position_y"},
52 "widthControl": {"@" : "dtext_scale_x"}, 52 "widthControl": {"@" : "dtext_scale_x"},
@@ -56,256 +56,256 @@ POSSIBILITY OF SUCH DAMAGE.
56 "visibilityButton":{"#" : "visibilityButton"} 56 "visibilityButton":{"#" : "visibilityButton"}
57 } 57 }
58 }, 58 },
59 "dtext1" : { 59 "dtext1" : {
60 "prototype" : "montage/ui/dynamic-text.reel", 60 "prototype" : "montage/ui/dynamic-text.reel",
61 "properties" : { 61 "properties" : {
62 "element" : {"#" : "layer-label-text"} 62 "element" : {"#" : "layer-label-text"}
63 }, 63 },
64 "bindings" : { 64 "bindings" : {
65 "value" : { 65 "value" : {
66 "boundObject" : {"@": "owner"}, 66 "boundObject" : {"@": "owner"},
67 "boundObjectPropertyPath" : "layerName", 67 "boundObjectPropertyPath" : "layerName",
68 "oneway" : true 68 "oneway" : true
69 } 69 }
70 } 70 }
71 }, 71 },
72 "dtext2" : { 72 "dtext2" : {
73 "prototype" : "montage/ui/dynamic-text.reel", 73 "prototype" : "montage/ui/dynamic-text.reel",
74 "properties" : { 74 "properties" : {
75 "element" : {"#" : "layer-tag"} 75 "element" : {"#" : "layer-tag"}
76 }, 76 },
77 "bindings" : { 77 "bindings" : {
78 "value" : { 78 "value" : {
79 "boundObject" : {"@": "owner"}, 79 "boundObject" : {"@": "owner"},
80 "boundObjectPropertyPath" : "layerTag", 80 "boundObjectPropertyPath" : "layerTag",
81 "oneway" : false 81 "oneway" : false
82 } 82 }
83 } 83 }
84 }, 84 },
85 "repetition1": { 85 "repetition1": {
86 "prototype": "montage/ui/repetition.reel", 86 "prototype": "montage/ui/repetition.reel",
87 "properties": { 87 "properties": {
88 "element": {"#": "style-container"}, 88 "element": {"#": "style-container"},
89 "isSelectionEnabled" : true 89 "isSelectionEnabled" : true
90 }, 90 },
91 "bindings": { 91 "bindings": {
92 "objects": { 92 "objects": {
93 "boundObject": {"@": "owner"}, 93 "boundObject": {"@": "owner"},
94 "boundObjectPropertyPath": "arrLayerStyles", 94 "boundObjectPropertyPath": "arrLayerStyles",
95 "oneway": false 95 "oneway": false
96 } 96 }
97 } 97 }
98 }, 98 },
99 "style" : { 99 "style" : {
100 "prototype" : "js/panels/Timeline/Style.reel[LayerStyle]", 100 "prototype" : "js/panels/Timeline/Style.reel[LayerStyle]",
101 "properties" : { 101 "properties" : {
102 "element" : {"#" : "layer-style"} 102 "element" : {"#" : "layer-style"}
103 }, 103 },
104 "bindings" : { 104 "bindings" : {
105 "styleID" : { 105 "styleID" : {
106 "boundObject" : {"@": "repetition1"}, 106 "boundObject" : {"@": "repetition1"},
107 "boundObjectPropertyPath" : "objectAtCurrentIteration.styleID", 107 "boundObjectPropertyPath" : "objectAtCurrentIteration.styleID",
108 "oneway" : false 108 "oneway" : false
109 }, 109 },
110 "whichView" : { 110 "whichView" : {
111 "boundObject" : {"@": "repetition1"}, 111 "boundObject" : {"@": "repetition1"},
112 "boundObjectPropertyPath" : "objectAtCurrentIteration.whichView", 112 "boundObjectPropertyPath" : "objectAtCurrentIteration.whichView",
113 "oneway" : false 113 "oneway" : false
114 }, 114 },
115 "editorProperty" : { 115 "editorProperty" : {
116 "boundObject" : {"@": "repetition1"}, 116 "boundObject" : {"@": "repetition1"},
117 "boundObjectPropertyPath" : "objectAtCurrentIteration.editorProperty", 117 "boundObjectPropertyPath" : "objectAtCurrentIteration.editorProperty",
118 "oneway" : false 118 "oneway" : false
119 }, 119 },
120 "isSelected" : { 120 "isSelected" : {
121 "boundObject" : {"@": "repetition1"}, 121 "boundObject" : {"@": "repetition1"},
122 "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected", 122 "boundObjectPropertyPath" : "objectAtCurrentIteration.isSelected",
123 "oneway" : false 123 "oneway" : false
124 }, 124 },
125 "isActive" : { 125 "isActive" : {
126 "boundObject" : {"@": "repetition1"}, 126 "boundObject" : {"@": "repetition1"},
127 "boundObjectPropertyPath" : "objectAtCurrentIteration.isActive", 127 "boundObjectPropertyPath" : "objectAtCurrentIteration.isActive",
128 "oneway" : false 128 "oneway" : false
129 }, 129 },
130 "editorValue" : { 130 "editorValue" : {
131 "boundObject" : {"@": "repetition1"}, 131 "boundObject" : {"@": "repetition1"},
132 "boundObjectPropertyPath" : "objectAtCurrentIteration.editorValue", 132 "boundObjectPropertyPath" : "objectAtCurrentIteration.editorValue",
133 "oneway" : false 133 "oneway" : false
134 }, 134 },
135 "ruleTweener" : { 135 "ruleTweener" : {
136 "boundObject" : {"@": "repetition1"}, 136 "boundObject" : {"@": "repetition1"},
137 "boundObjectPropertyPath" : "objectAtCurrentIteration.ruleTweener", 137 "boundObjectPropertyPath" : "objectAtCurrentIteration.ruleTweener",
138 "oneway" : false 138 "oneway" : false
139 }, 139 },
140 "colorelement" : { 140 "colorelement" : {
141 "boundObject" : {"@": "repetition1"}, 141 "boundObject" : {"@": "repetition1"},
142 "boundObjectPropertyPath" : "objectAtCurrentIteration.colorelement", 142 "boundObjectPropertyPath" : "objectAtCurrentIteration.colorelement",
143 "oneway" : false 143 "oneway" : false
144 } 144 }
145 } 145 }
146 }, 146 },
147 "dtext_position_x" : { 147 "dtext_position_x" : {
148 "prototype": "js/components/hottextunit.reel[HotTextUnit]", 148 "prototype": "js/components/hottextunit.reel[HotTextUnit]",
149 "properties": { 149 "properties": {
150 "element": {"#": "position-x"}, 150 "element": {"#": "position-x"},
151 "maxValue" : 100000, 151 "maxValue" : 100000,
152 "minValue" : -100000, 152 "minValue" : -100000,
153 "acceptableUnits" : "px", 153 "acceptableUnits" : "px",
154 "units" : "px", 154 "units" : "px",
155 "value" : 0