diff options
author | Armen Kesablyan | 2012-02-15 14:23:19 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-15 14:23:19 -0800 |
commit | bb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b (patch) | |
tree | cae6abe170b5ac861747dcd6db5a7c19ab34858c /js/components/layout/tools-list.reel/tools-list.html | |
parent | ace16ef22b3ff32663504df7720af481d76987d6 (diff) | |
download | ninja-bb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b.tar.gz |
Tool Icons : New layout
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/layout/tools-list.reel/tools-list.html')
-rw-r--r-- | js/components/layout/tools-list.reel/tools-list.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index e12fd59b..c47359bf 100644 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -25,6 +25,21 @@ | |||
25 | } | 25 | } |
26 | }, | 26 | }, |
27 | 27 | ||
28 | "groupLine": { | ||
29 | "module": "js/components/layout/tool-button.reel", | ||
30 | "name": "ToolButton", | ||
31 | "properties": { | ||
32 | "element": {"#": "groupLine"} | ||
33 | }, | ||
34 | "bindings": { | ||
35 | "data": { | ||
36 | "boundObject": {"@": "repetition1"}, | ||
37 | "boundObjectPropertyPath": "objectAtCurrentIteration", | ||
38 | "oneway": true | ||
39 | } | ||
40 | } | ||
41 | }, | ||
42 | |||
28 | "repetition1": { | 43 | "repetition1": { |
29 | "module": "montage/ui/repetition.reel", | 44 | "module": "montage/ui/repetition.reel", |
30 | "name": "Repetition", | 45 | "name": "Repetition", |
@@ -163,9 +178,9 @@ | |||
163 | <div id="toolsList" class="toolsList"> | 178 | <div id="toolsList" class="toolsList"> |
164 | <div id="toolscontainer" class="toolscontainer"> | 179 | <div id="toolscontainer" class="toolscontainer"> |
165 | <div id="toolbutton" class="toolbutton"></div> | 180 | <div id="toolbutton" class="toolbutton"></div> |
181 | <hr id="groupLine" /> | ||
166 | </div> | 182 | </div> |
167 | <!-- TODO: Remove and add as a component --> | 183 | <!-- TODO: Remove and add as a component --> |
168 | <hr class="toolbar_hr" /> | ||
169 | <div id="colortoolbar"></div> | 184 | <div id="colortoolbar"></div> |
170 | </div> | 185 | </div> |
171 | 186 | ||