aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/Style.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Style.reel/Style.html')
-rw-r--r--js/panels/Timeline/Style.reel/Style.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.html b/js/panels/Timeline/Style.reel/Style.html
new file mode 100644
index 00000000..48714432
--- /dev/null
+++ b/js/panels/Timeline/Style.reel/Style.html
@@ -0,0 +1,96 @@
1<!DOCTYPE html>
2<!-- <copyright>
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/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html lang="en">
8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <link rel="stylesheet" type="text/css" href="css/Style.css">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "module": "js/panels/Timeline/Style.reel",
15 "name": "Style",
16 "properties": {
17 "element": {"#": "style-container"},
18 "styleContainer" : {"#" : "style-container"},
19 "styleHintable" : {"#" : "style-hintable"},
20 "styleProperty" : {"#": "container-property"},
21 "valueEditorHottext" : {"@":"hottextunit"},
22 "dtextProperty" : {"@":"dtext1"},
23 "myHintable" : {"@" :"hintable"}
24 }
25 },
26 "dtext1" : {
27 "module" : "montage/ui/dynamic-text.reel",
28 "name" : "DynamicText",
29 "properties" : {
30 "element" : {"#" : "container-property"}
31 },
32 "bindings" : {
33 "value" : {
34 "boundObject" : {"@" : "owner"},
35 "boundObjectPropertyPath" : "editorProperty",
36 "oneway" : false
37 }
38 }
39 },
40 "hottextunit" : {
41 "module" : "js/components/hottextunit.reel",
42 "name" : "HotTextUnit",
43 "properties" : {
44 "element" : {"#":"value-editor-hottext"}
45 },
46 "bindings" : {
47 "value" : {
48 "boundObject" : {"@" : "owner"},
49 "boundObjectPropertyPath" : "editorValue",
50 "oneway" : false
51 }
52 }
53 },
54 "hintable" : {
55 "module" : "js/components/hintable.reel",
56 "name" : "Hintable",
57 "properties" : {
58 "element" : {"#":"style-hintable"}
59 },
60 "bindings" : {
61 "value" : {
62 "boundObject" : {"@" : "owner"},
63 "boundObjectPropertyPath" : "editorProperty",
64 "oneway" : false
65 }
66 }
67 }
68 }
69 </script>
70 </head>
71 <body>
72 <div id="style-container">
73 <div class="style-padding">
74 <div class="row-hintable hidden">
75 <div id="style-hintable"></div>
76 </div>
77 <div class="container-propvals hidden">
78 <div class="cell-property">
79 <div id="container-property">property</div>
80 </div>
81 <div class="cell-value value-editor editor-hottext hidden">
82 <div id="value-editor-hottext"></div>
83 </div>
84 <div class="cell-value value-editor editor-color hidden">
85 <div id="value-editor-color">[&nbsp;]</div>
86 </div>
87 <div class="cell-value value-editor editor-input hidden">
88 <!-- <div id="value-editor-input"></div> -->
89 <input type="text" class="nj-skinned" value="" />
90 </div>
91 </div>
92
93 </div>
94 </div>
95 </body>
96</html> \ No newline at end of file