diff options
author | Armen Kesablyan | 2012-05-23 14:26:46 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-23 14:26:46 -0700 |
commit | 3ed95247e9ea4b0a7833401ed6809647b7c4acbf (patch) | |
tree | 7e1cfc186527973c4b327b21b00c6f3ae6921ed5 /js/stage/binding-view.reel/binding-view.html | |
parent | 95bef3bbd77c6c3bd01b5222986f2dd35a7218b4 (diff) | |
download | ninja-3ed95247e9ea4b0a7833401ed6809647b7c4acbf.tar.gz |
Binding Visual Tool Initial setup
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/stage/binding-view.reel/binding-view.html')
-rwxr-xr-x | js/stage/binding-view.reel/binding-view.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/js/stage/binding-view.reel/binding-view.html b/js/stage/binding-view.reel/binding-view.html index 43fa0112..152345d4 100755 --- a/js/stage/binding-view.reel/binding-view.html +++ b/js/stage/binding-view.reel/binding-view.html | |||
@@ -21,7 +21,7 @@ | |||
21 | "hudRepeater": { | 21 | "hudRepeater": { |
22 | "prototype": "montage/ui/repetition.reel", | 22 | "prototype": "montage/ui/repetition.reel", |
23 | "properties": { | 23 | "properties": { |
24 | "element": {"#": "hudRepetition"} | 24 | "element": {"#": "hudRepeater"} |
25 | }, | 25 | }, |
26 | "bindings": { | 26 | "bindings": { |
27 | "objects": { | 27 | "objects": { |
@@ -57,12 +57,12 @@ | |||
57 | }, | 57 | }, |
58 | "bindings": { | 58 | "bindings": { |
59 | "objectName": { | 59 | "objectName": { |
60 | "boundObject": {"@": "hudRepetition"}, | 60 | "boundObject": {"@": "hudRepeater"}, |
61 | "boundObjectPropertyPath": "objectAtCurrentIteration.objectName", | 61 | "boundObjectPropertyPath": "objectAtCurrentIteration.objectName", |
62 | "oneway": true | 62 | "oneway": true |
63 | }, | 63 | }, |
64 | "objectImage": { | 64 | "objectImage": { |
65 | "boundObject": {"@": "undoList"}, | 65 | "boundObject": {"@": "hudRepeater"}, |
66 | "boundObjectPropertyPath": "objectAtCurrentIteration.objectImage", | 66 | "boundObjectPropertyPath": "objectAtCurrentIteration.objectImage", |
67 | "oneway": true | 67 | "oneway": true |
68 | } | 68 | } |
@@ -76,11 +76,14 @@ | |||
76 | 76 | ||
77 | 77 | ||
78 | <section data-montage-id="bindingView" class="bindingView"> | 78 | <section data-montage-id="bindingView" class="bindingView"> |
79 | <div data-montage-id="hudRepetition" class="hudRepetition"> | 79 | <div data-montage-id="hudRepeater" class="hudRepetition"> |
80 | <div data-montage-id="hud"> | 80 | <div data-montage-id="hud"> |
81 | 81 | ||
82 | </div> | 82 | </div> |
83 | </div> | 83 | </div> |
84 | <div data-montage-id="nonVisualRepeater"> | ||
85 | <div data-montage-id="nonVisualComponent"></div> | ||
86 | </div> | ||
84 | </section> | 87 | </section> |
85 | 88 | ||
86 | </body> | 89 | </body> |