aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/tools-list.reel/tools-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/layout/tools-list.reel/tools-list.html')
-rwxr-xr-xjs/components/layout/tools-list.reel/tools-list.html16
1 files changed, 16 insertions, 0 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..3e49a4f3 100755
--- a/js/components/layout/tools-list.reel/tools-list.html
+++ b/js/components/layout/tools-list.reel/tools-list.html
@@ -165,6 +165,21 @@
165 {"@": "repetition1"} 165 {"@": "repetition1"}
166 ] 166 ]
167 } 167 }
168 },
169
170 "disabledCondition": {
171 "module": "montage/ui/condition.reel",
172 "name": "Condition",
173 "properties": {
174 "element": {"#": "disabledCondition"}
175 },
176 "bindings": {
177 "condition": {
178 "boundObject": {"@": "owner"},
179 "boundObjectPropertyPath": "disabled",
180 "oneway": true
181 }
182 }
168 } 183 }
169 184
170 185
@@ -184,6 +199,7 @@
184 </div> 199 </div>
185 <!-- TODO: Remove and add as a component --> 200 <!-- TODO: Remove and add as a component -->
186 <div id="colortoolbar"></div> 201 <div id="colortoolbar"></div>
202 <div id="disabledCondition" class="panelDisabled"></div>
187 </div> 203 </div>
188 204
189 </body> 205 </body>