aboutsummaryrefslogtreecommitdiff
path: root/js/panels/PanelContainer.reel/PanelContainer.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/PanelContainer.reel/PanelContainer.html')
-rwxr-xr-xjs/panels/PanelContainer.reel/PanelContainer.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/js/panels/PanelContainer.reel/PanelContainer.html b/js/panels/PanelContainer.reel/PanelContainer.html
index b22b3609..ed6e8463 100755
--- a/js/panels/PanelContainer.reel/PanelContainer.html
+++ b/js/panels/PanelContainer.reel/PanelContainer.html
@@ -84,6 +84,16 @@
84 } 84 }
85 }, 85 },
86 86
87 "panel_7": {
88 "prototype": "js/panels/Panel.reel",
89 "properties": {
90 "element": {"#": "panel_7"}
91 },
92 "bindings": {
93 "currentDocument": {"<-": "@owner.currentDocument"}
94 }
95 },
96
87 "owner": { 97 "owner": {
88 "prototype": "js/panels/PanelContainer.reel", 98 "prototype": "js/panels/PanelContainer.reel",
89 "properties": { 99 "properties": {
@@ -95,7 +105,8 @@
95 "panel_3": {"@": "panel_3"}, 105 "panel_3": {"@": "panel_3"},
96 "panel_4": {"@": "panel_4"}, 106 "panel_4": {"@": "panel_4"},
97 "panel_5": {"@": "panel_5"}, 107 "panel_5": {"@": "panel_5"},
98 "panel_6": {"@": "panel_6"} 108 "panel_6": {"@": "panel_6"},
109 "panel_7": {"@": "panel_7"}
99 }, 110 },
100 "listeners": [ 111 "listeners": [
101 { 112 {
@@ -126,6 +137,7 @@
126 <article data-montage-id="panel_4"></article> 137 <article data-montage-id="panel_4"></article>
127 <article data-montage-id="panel_5"></article> 138 <article data-montage-id="panel_5"></article>
128 <article data-montage-id="panel_6"></article> 139 <article data-montage-id="panel_6"></article>
140 <article data-montage-id="panel_7"></article>
129 </article> 141 </article>
130 </section> 142 </section>
131</body> 143</body>