aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/list.reel/list.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-03 11:21:09 -0800
committerNivesh Rajbhandari2012-02-03 11:21:09 -0800
commitc203ea7413b5a2b2232d7f8346cd1b9932f2575b (patch)
tree866f72ecc4af2f4a28b5f948ee9b03af2d32fce0 /node_modules/montage/ui/list.reel/list.html
parentdb73f720b692d63b55f7c773579fe23336ec0486 (diff)
parentc630ead20487c3948fa36448d3e7d5f7b5cba782 (diff)
downloadninja-c203ea7413b5a2b2232d7f8346cd1b9932f2575b.tar.gz
Merge branch 'refs/heads/master' into ToolFixes
Diffstat (limited to 'node_modules/montage/ui/list.reel/list.html')
-rwxr-xr-xnode_modules/montage/ui/list.reel/list.html34
1 files changed, 30 insertions, 4 deletions
diff --git a/node_modules/montage/ui/list.reel/list.html b/node_modules/montage/ui/list.reel/list.html
index 2428bded..98629f04 100755
--- a/node_modules/montage/ui/list.reel/list.html
+++ b/node_modules/montage/ui/list.reel/list.html
@@ -16,6 +16,28 @@
16 "element": { 16 "element": {
17 "#": "repetition" 17 "#": "repetition"
18 } 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 }
19 } 41 }
20 }, 42 },
21 "scrollview1": { 43 "scrollview1": {
@@ -25,6 +47,13 @@
25 "element": { 47 "element": {
26 "#": "scrollView" 48 "#": "scrollView"
27 } 49 }
50 },
51 "bindings": {
52 "axis": {
53 "boundObject": {"@": "owner"},
54 "boundObjectPropertyPath": "axis",
55 "oneway": true
56 }
28 } 57 }
29 }, 58 },
30 "owner": { 59 "owner": {
@@ -36,9 +65,6 @@
36 }, 65 },
37 "_repetition": { 66 "_repetition": {
38 "@": "repetition1" 67 "@": "repetition1"
39 },
40 "_scrollview": {
41 "@": "scrollview1"
42 } 68 }
43 } 69 }
44 } 70 }
@@ -49,7 +75,7 @@
49<body> 75<body>
50 <div id="EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9"> 76 <div id="EA5D3E95-BA4E-4696-BBBE-B4DE2F6ED6C9">
51 <div id="scrollView" class="montage-list-scrollView"> 77 <div id="scrollView" class="montage-list-scrollView">
52 <div id="repetition"></div> 78 <div data-montage-id="repetition"></div>
53 </div> 79 </div>
54 </div> 80 </div>
55</body> 81</body>