diff options
author | Jonathan Duran | 2012-03-12 16:58:33 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-03-12 16:58:33 -0700 |
commit | e4c13b0febab589b881b2c997ce122c4d359c560 (patch) | |
tree | ad5a69e84714a3f7fa579fb58951f3b06f4cf3f1 /js/components/layout/tools-list.reel/tools-list.html | |
parent | a28cb88194f45325e42dd8c774469424712dd6f4 (diff) | |
parent | c24f58c10231c30d3a8a4c9fb9a4f395dd746180 (diff) | |
download | ninja-e4c13b0febab589b881b2c997ce122c4d359c560.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'js/components/layout/tools-list.reel/tools-list.html')
-rwxr-xr-x | js/components/layout/tools-list.reel/tools-list.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index 2c5617e5..5996e446 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -136,6 +136,21 @@ | |||
136 | "name": "ZoomTool" | 136 | "name": "ZoomTool" |
137 | }, | 137 | }, |
138 | 138 | ||
139 | "disable": { | ||
140 | "module": "montage/ui/condition.reel", | ||
141 | "name": "Condition", | ||
142 | "properties": { | ||
143 | "element": {"#": "disabledCondition"} | ||
144 | }, | ||
145 | "bindings": { | ||
146 | "condition": { | ||
147 | "boundObject": {"@": "owner"}, | ||
148 | "boundObjectPropertyPath": "disabled", | ||
149 | "oneway": true | ||
150 | } | ||
151 | } | ||
152 | }, | ||
153 | |||
139 | "owner": { | 154 | "owner": { |
140 | "module": "js/components/layout/tools-list.reel", | 155 | "module": "js/components/layout/tools-list.reel", |
141 | "name": "ToolsList", | 156 | "name": "ToolsList", |
@@ -166,9 +181,6 @@ | |||
166 | ] | 181 | ] |
167 | } | 182 | } |
168 | } | 183 | } |
169 | |||
170 | |||
171 | |||
172 | } | 184 | } |
173 | </script> | 185 | </script> |
174 | 186 | ||
@@ -184,6 +196,7 @@ | |||
184 | </div> | 196 | </div> |
185 | <!-- TODO: Remove and add as a component --> | 197 | <!-- TODO: Remove and add as a component --> |
186 | <div id="colortoolbar"></div> | 198 | <div id="colortoolbar"></div> |
199 | <div id="disabledCondition" class="panelDisabled"></div> | ||
187 | </div> | 200 | </div> |
188 | 201 | ||
189 | </body> | 202 | </body> |