aboutsummaryrefslogtreecommitdiff
path: root/js/stage/binding-view.reel/binding-view.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.html')
-rwxr-xr-xjs/stage/binding-view.reel/binding-view.html31
1 files changed, 10 insertions, 21 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html
index 152345d4..b77f8e27 100755
--- a/js/stage/binding-view.reel/binding-view.html
+++ b/js/stage/binding-view.reel/binding-view.html
@@ -24,17 +24,16 @@
24 "element": {"#": "hudRepeater"} 24 "element": {"#": "hudRepeater"}
25 }, 25 },
26 "bindings": { 26 "bindings": {
27 "objects": { 27 "objects": {"<-": "@owner.bindables"}
28 "boundObject": {"@": "owner"},
29 "boundObjectPropertyPath": "bindables",
30 "oneway": true
31 }
32 } 28 }
33 }, 29 },
34 "hud": { 30 "hud": {
35 "prototype": "js/stage/binding-view.reel/binding-hud.reel", 31 "prototype": "js/stage/binding-view.reel/binding-hud.reel",
36 "properties": { 32 "properties": {
37 "element": {"#" : "hud"} 33 "element": {"#" : "hud"}
34 },
35 "bindings": {
36 "name": {
38 } 37 }
39 }, 38 },
40 "nonVisualRepeater": { 39 "nonVisualRepeater": {
@@ -43,11 +42,7 @@
43 "element": {"#": "nonVisualRepeater"} 42 "element": {"#": "nonVisualRepeater"}
44 }, 43 },
45 "bindings": { 44 "bindings": {
46 "objects": { 45 "objects": {"<-": "@owner.nonVisualComponents"}
47 "boundObject": {"@": "owner"},
48 "boundObjectPropertyPath": "nonVisualComponents",
49 "oneway": true
50 }
51 } 46 }
52 }, 47 },
53 "nonVisualComponent": { 48 "nonVisualComponent": {
@@ -56,16 +51,8 @@
56 "element": {"#": "nonVisualComponent"} 51 "element": {"#": "nonVisualComponent"}
57 }, 52 },
58 "bindings": { 53 "bindings": {
59 "objectName": { 54 "objectName": {"<-": "@hudRepeater.objectAtCurrentIteration.objectName"},
60 "boundObject": {"@": "hudRepeater"}, 55 "objectImage": {"<-": "@hudRepeater.objectAtCurrentIteration.objectImage"}
61 "boundObjectPropertyPath": "objectAtCurrentIteration.objectName",
62 "oneway": true
63 },
64 "objectImage": {
65 "boundObject": {"@": "hudRepeater"},
66 "boundObjectPropertyPath": "objectAtCurrentIteration.objectImage",
67 "oneway": true
68 }
69 } 56 }
70 } 57 }
71 } 58 }
@@ -82,7 +69,9 @@
82 </div> 69 </div>
83 </div> 70 </div>
84 <div data-montage-id="nonVisualRepeater"> 71 <div data-montage-id="nonVisualRepeater">
85 <div data-montage-id="nonVisualComponent"></div> 72 <div data-montage-id="nonVisualComponent">
73
74 </div>
86 </div> 75 </div>
87 </section> 76 </section>
88 77