diff options
author | Valerio Virgillito | 2012-07-16 13:14:52 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-16 13:14:52 -0700 |
commit | 156f15cec3203528a78783d075d4b8f1eb40c06d (patch) | |
tree | e9ccf39a596658a0a09180442bc26b87ed5f193c /js/components/layout/bread-crumb.reel/bread-crumb.html | |
parent | 04beac89aba08179a446cd36b8a7f2dc833ac80b (diff) | |
parent | ec3f0a848f264f466c3cd5dec60e27a84216d288 (diff) | |
download | ninja-156f15cec3203528a78783d075d4b8f1eb40c06d.tar.gz |
Merge pull request #392 from joseeight/Document
New: Improved layout of components for breadcrumb and UI buttons for views
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.html')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.html | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.html b/js/components/layout/bread-crumb.reel/bread-crumb.html index 19707632..2c6d941f 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.html +++ b/js/components/layout/bread-crumb.reel/bread-crumb.html | |||
@@ -40,22 +40,15 @@ POSSIBILITY OF SUCH DAMAGE. | |||
40 | "owner": { | 40 | "owner": { |
41 | "prototype": "js/components/layout/bread-crumb.reel[Breadcrumb]", | 41 | "prototype": "js/components/layout/bread-crumb.reel[Breadcrumb]", |
42 | "properties": { | 42 | "properties": { |
43 | "element": {"#": "breadcrumbTrail"}, | 43 | "element": {"#": "breadcrumbTrail"} |
44 | "breadcrumbBt": {"@": "breadCrumbButton"} | ||
45 | } | 44 | } |
46 | }, | 45 | }, |
47 | 46 | ||
48 | "breadCrumbButton": { | 47 | "breadcrumbButton": { |
49 | "prototype": "montage/ui/native/button.reel", | 48 | "prototype": "js/components/layout/bread-crumb-button.reel", |
50 | "properties": { | 49 | "properties": { |
51 | "element": {"#": "breadcrumb_button"} | 50 | "element": {"#": "breadcrumbButton"} |
52 | }, | 51 | }, |
53 | "listeners": [ | ||
54 | { | ||
55 | "type": "action", | ||
56 | "listener": {"@": "owner"} | ||
57 | } | ||
58 | ], | ||
59 | "bindings": { | 52 | "bindings": { |
60 | "label": {"<-": "@buttonsList.objectAtCurrentIteration.label"}, | 53 | "label": {"<-": "@buttonsList.objectAtCurrentIteration.label"}, |
61 | "value": {"<-": "@buttonsList.objectAtCurrentIteration.nodeUuid"} | 54 | "value": {"<-": "@buttonsList.objectAtCurrentIteration.nodeUuid"} |
@@ -94,7 +87,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
94 | 87 | ||
95 | <section data-montage-id="breadcrumbTrail" class="breadcrumbTrail"> | 88 | <section data-montage-id="breadcrumbTrail" class="breadcrumbTrail"> |
96 | <div data-montage-id="breadcrumb_container"> | 89 | <div data-montage-id="breadcrumb_container"> |
97 | <button data-montage-id="breadcrumb_button" class="nj-skinned"></button> | 90 | <div data-montage-id="breadcrumbButton"></div> |
98 | </div> | 91 | </div> |
99 | <div data-montage-id="disabledCondition" class="panelDisabled"></div> | 92 | <div data-montage-id="disabledCondition" class="panelDisabled"></div> |
100 | </section> | 93 | </section> |