aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.html
diff options
context:
space:
mode:
authorAnanya Sen2012-02-13 16:19:21 -0800
committerAnanya Sen2012-02-13 16:19:21 -0800
commitb58dafe332fb57210f3d059a518a3d183c222631 (patch)
tree09fd958b0f7f3f51dc88e613e7764bdfc642b742 /js/stage/stage.reel/stage.html
parentf3dc624fa464a79fd8e8cec1ddd16ed2109bda23 (diff)
parentf70701db069a10dc5195605fc378a022125b434f (diff)
downloadninja-b58dafe332fb57210f3d059a518a3d183c222631.tar.gz
Merge branch 'FileIO' of github.com:joseeight/ninja-internal into FileIO
Diffstat (limited to 'js/stage/stage.reel/stage.html')
-rwxr-xr-xjs/stage/stage.reel/stage.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html
index f28d9800..9ed0f636 100755
--- a/js/stage/stage.reel/stage.html
+++ b/js/stage/stage.reel/stage.html
@@ -42,6 +42,14 @@
42 } 42 }
43 } 43 }
44 }, 44 },
45
46 "textTool": {
47 "module": "node_modules/labs/rich-text-editor.reel",
48 "name": "RichTextEditor",
49 "properties": {
50 "element" : {"#": "textToolObject"}
51 }
52 },
45 53
46 "owner": { 54 "owner": {
47 "module": "js/stage/stage.reel", 55 "module": "js/stage/stage.reel",
@@ -54,7 +62,8 @@
54 "_drawingCanvas": {"#": "drawingCanvas"}, 62 "_drawingCanvas": {"#": "drawingCanvas"},
55 "stageDeps": {"@": "StageDeps1"}, 63 "stageDeps": {"@": "StageDeps1"},
56 "layout": {"@": "layout1"}, 64 "layout": {"@": "layout1"},
57 "stageView": {"@": "stageView"} 65 "stageView": {"@": "stageView"},
66 "textTool": {"@": "textTool"}
58 }, 67 },
59 "bindings": { 68 "bindings": {
60 "currentDocumentStageView": { 69 "currentDocumentStageView": {
@@ -73,6 +82,7 @@
73 <section id="stageAndScenesContainer" class="stageAndScenesContainer"> 82 <section id="stageAndScenesContainer" class="stageAndScenesContainer">
74 <section id="stageView"></section> 83 <section id="stageView"></section>
75 <section id="iframeContainer"></section> 84 <section id="iframeContainer"></section>
85 <section id="textToolObject">asdasd asd asd asd asd asd </section>
76 <canvas id="layoutCanvas"></canvas> 86 <canvas id="layoutCanvas"></canvas>
77 <canvas id="stageCanvas"></canvas> 87 <canvas id="stageCanvas"></canvas>
78 <canvas id="drawingCanvas"></canvas> 88 <canvas id="drawingCanvas"></canvas>