aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/scroller.reel/scroller.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/scroller.reel/scroller.html')
-rw-r--r--node_modules/montage/ui/scroller.reel/scroller.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/montage/ui/scroller.reel/scroller.html b/node_modules/montage/ui/scroller.reel/scroller.html
new file mode 100644
index 00000000..00a85a88
--- /dev/null
+++ b/node_modules/montage/ui/scroller.reel/scroller.html
@@ -0,0 +1,55 @@
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>
8 <head>
9 <title></title>
10 <script type="text/montage-serialization">
11 {
12 "scrollbars": {
13 "module": "montage/ui/scroll-bars.reel",
14 "name": "ScrollBars",
15 "properties": {
16 "element": {
17 "#": "scrollbars"
18 }
19 }
20 },
21 "owner": {
22 "module": "montage/ui/scroller.reel",
23 "name": "Scroller",
24 "properties": {
25 "_content": {
26 "#": "content"
27 },
28 "element": {
29 "#": "montage-scroller"
30 },
31 "_scrollBars": {
32 "@": "scrollbars"
33 }
34 }
35 }
36 }
37 </script>
38 <style>
39 .montage-scroller {
40 position: relative;
41 display: block;
42 overflow: hidden;
43 }
44 .montage-scroller .content {
45 float: left;
46 }
47 </style>
48</head>
49<body>
50 <div id="montage-scroller" class="montage-scroller">
51 <div id="scrollbars"></div>
52 <div id="content" class="content"></div>
53 </div>
54</body>
55</html> \ No newline at end of file