aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/document-bar.reel/document-bar.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.html')
-rwxr-xr-xjs/components/layout/document-bar.reel/document-bar.html19
1 files changed, 8 insertions, 11 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.html b/js/components/layout/document-bar.reel/document-bar.html
index 9e5e4eb2..3e3ac936 100755
--- a/js/components/layout/document-bar.reel/document-bar.html
+++ b/js/components/layout/document-bar.reel/document-bar.html
@@ -75,20 +75,17 @@ POSSIBILITY OF SUCH DAMAGE.
75 "element": {"#": "previewButton"}, 75 "element": {"#": "previewButton"},
76 "identifier": "preview", 76 "identifier": "preview",
77 "label": "Preview" 77 "label": "Preview"
78 }, 78 }
79 "listeners": [
80 {
81 "type": "action",
82 "listener": {"@": "owner"}
83 }
84 ]
85 }, 79 },
86 80
87 "owner": { 81 "owner": {
88 "prototype": "js/components/layout/document-bar.reel", 82 "prototype": "js/components/layout/document-bar.reel",
89 "properties": { 83 "properties": {
90 "element": {"#": "documentBar"}, 84 "element": {"#": "documentBar"},
91 "zoomControl": {"@": "hottext1"} 85 "zoomControl": {"@": "hottext1"},
86 "btnDesign": {"#": "buttonDesign"},
87 "btnCode": {"#": "buttonCode"},
88 "btnPreview": {"#": "buttonPreview"}
92 } 89 }
93 } 90 }
94 } 91 }
@@ -108,7 +105,7 @@ POSSIBILITY OF SUCH DAMAGE.
108 105
109 </section> 106 </section>
110 107
111 <section> 108 <section data-montage-id="buttonDesign">
112 109
113 <div class="viewicon viewdesign"></div> 110 <div class="viewicon viewdesign"></div>
114 111
@@ -116,7 +113,7 @@ POSSIBILITY OF SUCH DAMAGE.
116 113
117 </section> 114 </section>
118 115
119 <section class="inactive"> 116 <section data-montage-id="buttonCode">
120 117
121 <div class="viewicon viewcode"></div> 118 <div class="viewicon viewcode"></div>
122 119
@@ -124,7 +121,7 @@ POSSIBILITY OF SUCH DAMAGE.
124 121
125 </section> 122 </section>
126 123
127 <section class="inactive"> 124 <section data-montage-id="buttonPreview" class="inactive">
128 125
129 <div class="viewicon viewPreview"></div> 126 <div class="viewicon viewPreview"></div>
130 127