aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/tools-properties.reel/tools-properties.html
diff options
context:
space:
mode:
authorEric Guzman2012-03-13 13:12:43 -0700
committerEric Guzman2012-03-13 13:12:43 -0700
commit61fd46cad105f0a52afa028e5301b96120f00ab4 (patch)
treed8a7e23e1ea7d9b5c64a288822b7797bb19e50d4 /js/components/layout/tools-properties.reel/tools-properties.html
parent7e3161153b87b891875ac65368a19aed12909fa3 (diff)
parentf56b8cf4d3316d250c0f0045fb78f0dbd5c56e94 (diff)
downloadninja-61fd46cad105f0a52afa028e5301b96120f00ab4.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts: js/controllers/styles-controller.js
Diffstat (limited to 'js/components/layout/tools-properties.reel/tools-properties.html')
-rwxr-xr-xjs/components/layout/tools-properties.reel/tools-properties.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/components/layout/tools-properties.reel/tools-properties.html b/js/components/layout/tools-properties.reel/tools-properties.html
index 49f2d776..3c7a92fa 100755
--- a/js/components/layout/tools-properties.reel/tools-properties.html
+++ b/js/components/layout/tools-properties.reel/tools-properties.html
@@ -136,6 +136,21 @@
136 "element": {"#": "zoomProperties"} 136 "element": {"#": "zoomProperties"}
137 } 137 }
138 }, 138 },
139
140 "disable": {
141 "module": "montage/ui/condition.reel",
142 "name": "Condition",
143 "properties": {
144 "element": {"#": "disabledCondition"}
145 },
146 "bindings": {
147 "condition": {
148 "boundObject": {"@": "owner"},
149 "boundObjectPropertyPath": "disabled",
150 "oneway": true
151 }
152 }
153 },
139 154
140 "owner": { 155 "owner": {
141 "module": "js/components/layout/tools-properties.reel", 156 "module": "js/components/layout/tools-properties.reel",
@@ -191,6 +206,7 @@
191 <div id="rotateStageProperties"></div> 206 <div id="rotateStageProperties"></div>
192 <div id="panProperties"></div> 207 <div id="panProperties"></div>
193 <div id="zoomProperties"></div> 208 <div id="zoomProperties"></div>
209 <div id="disabledCondition" class="panelDisabled"></div>
194 </div> 210 </div>
195 </body> 211 </body>
196</html> 212</html>