aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Track.reel/Track.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Track.reel/Track.html')
-rw-r--r--js/panels/Timeline/Track.reel/Track.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/js/panels/Timeline/Track.reel/Track.html b/js/panels/Timeline/Track.reel/Track.html
new file mode 100644
index 00000000..39b387e2
--- /dev/null
+++ b/js/panels/Timeline/Track.reel/Track.html
@@ -0,0 +1,66 @@
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/Track.css">
11 <script type="text/montage-serialization">
12 {
13 "owner": {
14 "module": "js/panels/Timeline/Track.reel",
15 "name": "Track",
16 "properties": {
17 "element": {"#": "track"},
18 "spanRepetition" : {"@" : "spanRepetition"},
19 "track_lane": {"#": "track_lane"}
20 }
21 },
22
23 "trackslot": {
24 "module": "montage/ui/slot.reel",
25 "name": "Slot",
26 "properties": {
27 "element": {"#": "track_lane"}
28 },
29 "bindings" : {
30 "content" : {
31 "boundObject" : {"@": "spanRepetition"},
32 "boundObjectPropertyPath" : "objectAtCurrentIteration",
33 "oneway" : false
34 }
35 }
36 },
37
38 "spanRepetition": {
39 "module": "montage/ui/repetition.reel",
40 "name": "Repetition",
41 "properties": {
42 "element": {"#": "track_lanes"},
43 "isSelectionEnabled" : true
44 },
45 "bindings": {
46 "objects": {
47 "boundObject": {"@": "owner"},
48 "boundObjectPropertyPath": "spans",
49 "oneway": false
50 }
51 }
52 }
53
54 }
55 </script>
56 </head>
57 <body>
58
59 <div id="track">
60 <div id="track_lanes">
61 <div id="track_lane" class="tracklane"></div>
62 </div>
63 </div>
64
65 </body>
66</html> \ No newline at end of file