diff options
Diffstat (limited to 'js/components/toolbar.reel/toolbar.html')
-rw-r--r-- | js/components/toolbar.reel/toolbar.html | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/js/components/toolbar.reel/toolbar.html b/js/components/toolbar.reel/toolbar.html index b33c4665..d2c5972a 100644 --- a/js/components/toolbar.reel/toolbar.html +++ b/js/components/toolbar.reel/toolbar.html | |||
@@ -25,12 +25,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
25 | "element": {"#": "repetition"} | 25 | "element": {"#": "repetition"} |
26 | }, | 26 | }, |
27 | "bindings": { | 27 | "bindings": { |
28 | "objects" : { | 28 | "objects": {"<-": "@owner.buttons"} |
29 | "boundObject": {"@": "owner"}, | ||
30 | "boundObjectPropertyPath": "buttons", | ||
31 | "oneway": true | ||
32 | } | ||
33 | |||
34 | } | 29 | } |
35 | }, | 30 | }, |
36 | 31 | ||
@@ -41,21 +36,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
41 | "label": " " | 36 | "label": " " |
42 | }, | 37 | }, |
43 | "bindings": { | 38 | "bindings": { |
44 | "label" : { | 39 | "label": {"<-": "@buttonList.objectAtCurrentIteration.title"}, |
45 | "boundObject": {"@": "buttonList"}, | 40 | "sourceObject": {"<-": "@buttonList.objectAtCurrentIteration"} |
46 | "boundObjectPropertyPath": "objectAtCurrentIteration.title", | ||
47 | "oneway": true | ||
48 | }, | ||
49 | "identifier": { | ||
50 | "boundObject": {"@": "buttonList"}, | ||
51 | "boundObjectPropertyPath": "objectAtCurrentIteration.identifier", | ||
52 | "oneway": true | ||
53 | }, | ||
54 | "sourceObject": { | ||
55 | "boundObject": {"@": "buttonList"}, | ||
56 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
57 | "oneway": true | ||
58 | } | ||
59 | } | 41 | } |
60 | } | 42 | } |
61 | } | 43 | } |