aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/ui/list.reel/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-user/ui/list.reel/list.html')
-rwxr-xr-xnode_modules/montage-user/ui/list.reel/list.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/list.reel/list.html b/node_modules/montage-user/ui/list.reel/list.html
new file mode 100755
index 00000000..98629f04
--- /dev/null
+++ b/node_modules/montage-user/ui/list.reel/list.html
@@ -0,0 +1,82 @@
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 "repetition1": {
13 "module": "montage/ui/repetition.reel",
14 "name": "Repetition",
15 "properties": {
16 "element": {
17 "#": "repetition"
18 }
19 },
20 "bindings": {
21 "content": {
22 "boundObject": {"@": "owner"},
23 "boundObjectPropertyPath": "originalContent",
24 "oneway": true
25 },
26 "objects": {
27 "boundObject": {"@": "owner"},
28 "boundObjectPropertyPath": "objects",
29 "oneway": true
30 },
31 "contentController": {
32 "boundObject": {"@": "owner"},
33 "boundObjectPropertyPath": "contentController",
34 "oneway": true
35 },
36 "isSelectionEnabled": {
37 "boundObject": {"@": "owner"},
38 "boundObjectPropertyPath": "isSelectionEnabled",
39 "oneway": true
40 }
41 }
42 },
43 "scrollview1": {
44 "module": "montage/ui/scrollview.reel",
45 "name": "Scrollview",
46 "properties": {
47 "element": {
48 "#": "scrollView"
49 }
50 },
51 "bindings": {
52 "axis": {
53 "boundObject": {"@": "owner"},
54 "boundObjectPropertyPath": "axis",
55 "oneway": true
56 }
57 }
58 },
59 "owner": {
60 "module": "montage/ui/list.reel",
61 "name": "List",
62 "properties": {
63 "element": {
64 "#": "EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9"
65 },
66 "_repetition": {
67 "@": "repetition1"
68 }
69 }
70 }
71}
72 </script>
73
74</head>
75<body>
76 <div id="EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9">
77 <div id="scrollView" class="montage-list-scrollView">
78 <div data-montage-id="repetition"></div>
79 </div>
80 </div>
81</body>
82</html>