aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/stage/stage.reel/stage.html')
-rwxr-xr-xjs/stage/stage.reel/stage.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html
index 30c3d231..45667e06 100755
--- a/js/stage/stage.reel/stage.html
+++ b/js/stage/stage.reel/stage.html
@@ -18,25 +18,22 @@
18 } 18 }
19 }, 19 },
20 20
21 "StageDeps1": { 21 "stageDeps": {
22 "prototype": "js/stage/stage-deps", 22 "prototype": "js/stage/stage-deps",
23 "properties": { 23 "properties": {
24 "stage": {"@": "owner"} 24 "stage": {"@": "owner"}
25 } 25 }
26 }, 26 },
27 27
28 "layout1": { 28 "layout": {
29 "prototype": "js/stage/layout", 29 "prototype": "js/stage/layout",
30 "properties": { 30 "properties": {
31 "canvas": {"#": "layoutCanvas"}, 31 "canvas": {"#": "layoutCanvas"},
32 "stage": {"@": "owner"} 32 "stage": {"@": "owner"}
33 }, 33 },
34 "bindings": { 34 "bindings": {
35 "layoutView": { 35 "layoutView": {"<-": "@owner.appModel.layoutView"},
36 "boundObject": {"@": "owner" }, 36 "currentDocument": {"<-": "@owner.currentDocument"}
37 "boundObjectPropertyPath": "appModel.layoutView",
38 "oneway": true
39 }
40 } 37 }
41 }, 38 },
42 39
@@ -57,10 +54,11 @@
57 "element": {"#": "stageAndScenesContainer"}, 54 "element": {"#": "stageAndScenesContainer"},
58 "_iframeContainer": {"#": "iframeContainer"}, 55 "_iframeContainer": {"#": "iframeContainer"},
59 "_layoutCanvas": {"#": "layoutCanvas"}, 56 "_layoutCanvas": {"#": "layoutCanvas"},
57 "_gridCanvas": {"#": "gridCanvas"},
60 "_canvas": {"#": "stageCanvas"}, 58 "_canvas": {"#": "stageCanvas"},
61 "_drawingCanvas": {"#": "drawingCanvas"}, 59 "_drawingCanvas": {"#": "drawingCanvas"},
62 "stageDeps": {"@": "StageDeps1"}, 60 "stageDeps": {"@": "stageDeps"},
63 "layout": {"@": "layout1"}, 61 "layout": {"@": "layout"},
64 "stageView": {"@": "stageView"}, 62 "stageView": {"@": "stageView"},
65 "textTool": {"@": "textTool"}, 63 "textTool": {"@": "textTool"},
66 "focusManager": {"@": "focusManager"} 64 "focusManager": {"@": "focusManager"}
@@ -83,6 +81,7 @@
83 <section data-montage-id="stageView"></section> 81 <section data-montage-id="stageView"></section>
84 <section data-montage-id="iframeContainer" id="iframeContainer"></section> 82 <section data-montage-id="iframeContainer" id="iframeContainer"></section>
85 <section data-montage-id="textToolObject"></section> 83 <section data-montage-id="textToolObject"></section>
84 <canvas data-montage-id="gridCanvas" class="gridCanvas"></canvas>
86 <canvas data-montage-id="layoutCanvas" class="layoutCanvas"></canvas> 85 <canvas data-montage-id="layoutCanvas" class="layoutCanvas"></canvas>
87 <canvas data-montage-id="stageCanvas" class="stageCanvas"></canvas> 86 <canvas data-montage-id="stageCanvas" class="stageCanvas"></canvas>
88 <canvas data-montage-id="drawingCanvas" class="drawingCanvas"></canvas> 87 <canvas data-montage-id="drawingCanvas" class="drawingCanvas"></canvas>