diff options
author | Valerio Virgillito | 2012-02-09 00:52:39 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-09 00:52:39 -0800 |
commit | e2539230b8a297fa972af6d53fe9de3ef2ad43fa (patch) | |
tree | c82ad619ce1babb3957e044c48d25792e2788c8e /js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html | |
parent | c7df002135328edac03e72a1e4b331b2c72667f8 (diff) | |
download | ninja-e2539230b8a297fa972af6d53fe9de3ef2ad43fa.tar.gz |
Switching the components panel to use the new ninja tree component.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html')
-rw-r--r-- | js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html index a9dda673..6d7c8a2c 100644 --- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html +++ b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.html | |||
@@ -11,22 +11,12 @@ | |||
11 | 11 | ||
12 | <script type="text/montage-serialization"> | 12 | <script type="text/montage-serialization"> |
13 | { | 13 | { |
14 | "componentControllerArrayTemp": { | ||
15 | "module": "montage/ui/controller/array-controller", | ||
16 | "name": "ArrayController", | ||
17 | "bindings": { | ||
18 | "content": { | ||
19 | "boundObject": {"@": "owner"}, | ||
20 | "boundObjectPropertyPath": "components" | ||
21 | } | ||
22 | } | ||
23 | }, | ||
24 | |||
25 | "owner": { | 14 | "owner": { |
26 | "module": "js/panels/Components/ComponentsPanelBase.reel", | 15 | "module": "js/panels/Components/ComponentsPanelBase.reel", |
27 | "name": "ComponentsPanelBase", | 16 | "name": "ComponentsPanelBase", |
28 | "properties": { | 17 | "properties": { |
29 | "element": {"#": "components_panel"} | 18 | "element": {"#": "components_panel"}, |
19 | "controller": {"@": "componentsTree"} | ||
30 | } | 20 | } |
31 | }, | 21 | }, |
32 | 22 | ||
@@ -41,7 +31,7 @@ | |||
41 | "bindings": { | 31 | "bindings": { |
42 | "content": { | 32 | "content": { |
43 | "boundObject": {"@": "owner"}, | 33 | "boundObject": {"@": "owner"}, |
44 | "boundObjectPropertyPath": "data2" | 34 | "boundObjectPropertyPath": "components" |
45 | } | 35 | } |
46 | } | 36 | } |
47 | }, | 37 | }, |
@@ -68,9 +58,6 @@ | |||
68 | <body> | 58 | <body> |
69 | 59 | ||
70 | <div id="components_panel" class="components_panel"> | 60 | <div id="components_panel" class="components_panel"> |
71 | <div class="treeHolder"> | ||
72 | <ul id="comp_tree"></ul> | ||
73 | </div> | ||
74 | <div id="componentsContainer"></div> | 61 | <div id="componentsContainer"></div> |
75 | </div> | 62 | </div> |
76 | 63 | ||