diff options
Diffstat (limited to 'js/panels/css-panel/rule-list.reel/rule-list.html')
-rw-r--r-- | js/panels/css-panel/rule-list.reel/rule-list.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.html b/js/panels/css-panel/rule-list.reel/rule-list.html index efede847..c11e488d 100644 --- a/js/panels/css-panel/rule-list.reel/rule-list.html +++ b/js/panels/css-panel/rule-list.reel/rule-list.html | |||
@@ -19,62 +19,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
19 | } | 19 | } |
20 | } | 20 | } |
21 | </script> | 21 | </script> |
22 | <script type="text/json"> | ||
23 | , | ||
24 | "ruleListController": { | ||
25 | "module":"montage/ui/controller/array-controller", | ||
26 | "name": "ArrayController", | ||
27 | "bindings": { | ||
28 | "content" : { | ||
29 | "boundObject": {"@": "owner"}, | ||
30 | "boundObjectPropertyPath": "contentController.ruleList", | ||
31 | "oneway": true | ||
32 | } | ||
33 | } | ||
34 | }, | ||
35 | "ruleList": { | ||
36 | "module" : "montage/ui/repetition.reel", | ||
37 | "name": "Repetition", | ||
38 | "properties": { | ||
39 | "element": {"#": "rules-list"} | ||
40 | }, | ||
41 | "bindings": { | ||
42 | "objects" : { | ||
43 | "boundObject": {"@": "owner"}, | ||
44 | "boundObjectPropertyPath": "contentController.ruleList", | ||
45 | "oneway": true | ||
46 | } | ||
47 | } | ||
48 | }, | ||
49 | "slot": { | ||
50 | "module" : "montage/ui/slot.reel", | ||
51 | "name" : "Slot", | ||
52 | "properties" : { | ||
53 | "element" : {"#" : "rule-item"} | ||
54 | }, | ||
55 | "bindings": { | ||
56 | "rule" : { | ||
57 | "boundObject": {"@": "ruleList"}, | ||
58 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
59 | "oneway": true | ||
60 | } | ||
61 | } | ||
62 | }, | ||
63 | "ruleContainer": { | ||
64 | "module": "js/panels/css-panel/rule-container.reel", | ||
65 | "name": "RuleContainer", | ||
66 | "properties": { | ||
67 | "element": {"#": "rule-item"} | ||
68 | }, | ||
69 | "bindings": { | ||
70 | "rule" : { | ||
71 | "boundObject": {"@": "ruleList"}, | ||
72 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
73 | "oneway": true | ||
74 | } | ||
75 | } | ||
76 | } | ||
77 | </script> | ||
78 | </head> | 22 | </head> |
79 | <body> | 23 | <body> |
80 | <ul id="rule-list" class="rule-list"></ul> | 24 | <ul id="rule-list" class="rule-list"></ul> |