diff options
author | Jonathan Duran | 2012-02-23 08:08:30 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-23 08:08:30 -0800 |
commit | cf671b4855ecca0278128e82459691292a3d3dc9 (patch) | |
tree | 13a93345dc2427a0403c94ced3dfd5093d146310 /js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html | |
parent | a712e134ea94b6a21061c1bd272ce15b1f95b986 (diff) | |
download | ninja-cf671b4855ecca0278128e82459691292a3d3dc9.tar.gz |
Timeline: Create new PropertyTrack subcomponent, and use it in the TimelineTrack component.
Cherry pick commit from jreid/Timeline-jreid
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html')
-rw-r--r-- | js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html new file mode 100644 index 00000000..7781af11 --- /dev/null +++ b/js/panels/Timeline/PropertyTrack.reel/PropertyTrack.html | |||
@@ -0,0 +1,24 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
5 | <link rel="stylesheet" type="text/css" href="css/PropertyTrack.css"> | ||
6 | <script type="text/montage-serialization"> | ||
7 | { | ||
8 | "owner": { | ||
9 | "module": "js/panels/Timeline/PropertyTrack.reel", | ||
10 | "name": "PropertyTrack", | ||
11 | "properties": { | ||
12 | "element": {"#": "property-track"} | ||
13 | } | ||
14 | } | ||
15 | |||
16 | } | ||
17 | </script> | ||
18 | </head> | ||
19 | <body> | ||
20 | |||
21 | <div id="property-track" class="timeline-track"></div> | ||
22 | |||
23 | </body> | ||
24 | </html> \ No newline at end of file | ||