aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/Layer.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-09 14:35:44 -0700
committerValerio Virgillito2012-07-09 14:35:44 -0700
commit84b3327bd92faafab7954b5eb64c7abe24a3fe13 (patch)
tree3f56cbed2f08c5a81ea79eaf0bcb9bd031d8a627 /js/panels/Timeline/Layer.reel/Layer.html
parentc0a42c56f768a873ba637f5b86d5f6a84d4a3312 (diff)
parent40c6eb2c06b34f65a74d59ef9687251952858bab (diff)
downloadninja-84b3327bd92faafab7954b5eb64c7abe24a3fe13.tar.gz
Merge branch 'normalize' of https://github.com/kriskowal/ninja-internal
Conflicts: js/components/gradientpicker.reel/gradientpicker.js js/components/tools-properties/text-properties.reel/text-properties.js js/document/views/base.js js/document/views/design.js js/helper-classes/3D/StageLine.js js/helper-classes/3D/draw-utils.js js/lib/drawing/world.js js/lib/geom/circle.js js/lib/geom/line.js js/lib/geom/rectangle.js js/lib/geom/shape-primitive.js js/lib/rdge/materials/bump-metal-material.js js/lib/rdge/materials/flag-material.js js/lib/rdge/materials/fly-material.js js/lib/rdge/materials/julia-material.js js/lib/rdge/materials/keleidoscope-material.js js/lib/rdge/materials/mandel-material.js js/lib/rdge/materials/material.js js/lib/rdge/materials/plasma-material.js js/lib/rdge/materials/pulse-material.js js/lib/rdge/materials/radial-gradient-material.js js/lib/rdge/materials/taper-material.js js/lib/rdge/materials/twist-vert-material.js js/lib/rdge/materials/water-material.js js/panels/Materials/materials-library-panel.reel/materials-library-panel.html js/panels/Materials/materials-library-panel.reel/materials-library-panel.js js/panels/Materials/materials-popup.reel/materials-popup.html js/panels/Materials/materials-popup.reel/materials-popup.js js/tools/LineTool.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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" : {