aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/bread-crumb.reel/bread-crumb.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-03-12 13:39:58 -0700
committerArmen Kesablyan2012-03-12 13:39:58 -0700
commitac2db49e51f82f5a1cf52ec854b047e007ffbdd7 (patch)
treec51282b104328bf93eabc94ef1b837f0041d23bc /js/components/layout/bread-crumb.reel/bread-crumb.html
parent69d90467865a1384725b2301901be2180c5a841f (diff)
downloadninja-ac2db49e51f82f5a1cf52ec854b047e007ffbdd7.tar.gz
Committing Disabled states for tool-bar, tool-options, viewbar, breadcrumb
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.html')
-rwxr-xr-xjs/components/layout/bread-crumb.reel/bread-crumb.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.html b/js/components/layout/bread-crumb.reel/bread-crumb.html
index f2368e9a..9f24cee5 100755
--- a/js/components/layout/bread-crumb.reel/bread-crumb.html
+++ b/js/components/layout/bread-crumb.reel/bread-crumb.html
@@ -60,6 +60,20 @@
60 "oneway": true 60 "oneway": true
61 } 61 }
62 } 62 }
63 },
64 "Disable": {
65 "module": "montage/ui/condition.reel",
66 "name": "Condition",
67 "properties": {
68 "element": {"#": "disabledCondition"}
69 },
70 "bindings": {
71 "condition": {
72 "boundObject": {"@": "owner"},
73 "boundObjectPropertyPath": "disabled",
74 "oneway": true
75 }
76 }
63 } 77 }
64 } 78 }
65 </script> 79 </script>
@@ -71,6 +85,7 @@
71 <div id="breadcrumb_container"> 85 <div id="breadcrumb_container">
72 <button id="breadcrumb_button" class="nj-skinned"></button> 86 <button id="breadcrumb_button" class="nj-skinned"></button>
73 </div> 87 </div>
88 <div id="disabledCondition" class="panelDisabled"></div>
74 </section> 89 </section>
75 90
76 </body> 91 </body>