diff options
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 8f6f6d7b..4dd6e25d 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -316,6 +316,20 @@ | |||
316 | "timeline": {"@": "timeline"}, | 316 | "timeline": {"@": "timeline"}, |
317 | "mainMenuController": {"@": "mainMenuController"} | 317 | "mainMenuController": {"@": "mainMenuController"} |
318 | } | 318 | } |
319 | }, | ||
320 | "toolOptionsDisable": { | ||
321 | "module": "montage/ui/condition.reel", | ||
322 | "name": "Condition", | ||
323 | "properties": { | ||
324 | "element": {"#": "disabledCondition"} | ||
325 | }, | ||
326 | "bindings": { | ||
327 | "condition": { | ||
328 | "boundObject": {"@": "owner"}, | ||
329 | "boundObjectPropertyPath": "disabled", | ||
330 | "oneway": true | ||
331 | } | ||
332 | } | ||
319 | } | 333 | } |
320 | } | 334 | } |
321 | </script> | 335 | </script> |
@@ -340,6 +354,7 @@ | |||
340 | <div id="topPanel" class="panel"> | 354 | <div id="topPanel" class="panel"> |
341 | <div id="toolPropertiesPanel"> | 355 | <div id="toolPropertiesPanel"> |
342 | <div id="toolsProperties"></div> | 356 | <div id="toolsProperties"></div> |
357 | <div id="disabledCondition" class="panelDisabled"></div> | ||
343 | </div> | 358 | </div> |
344 | 359 | ||
345 | <div id="stageMode" class="unselectable marginposition"> | 360 | <div id="stageMode" class="unselectable marginposition"> |