a little more of Windoz, & Keyframe view start 2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class EICAppController extends MasterController {
|
||||
class WindozAppController extends MasterController {
|
||||
|
||||
ControllerReady() {
|
||||
// setting up session interactions
|
||||
@@ -32,4 +32,4 @@ class EICAppController extends MasterController {
|
||||
}
|
||||
}
|
||||
|
||||
app.registerClass('EICAppController', EICAppController);
|
||||
app.registerClass('WindozAppController', WindozAppController);
|
||||
@@ -35,13 +35,13 @@ class EditorsController extends WindozController {
|
||||
|
||||
|
||||
this.loadWindow(
|
||||
'editors/KeyFameView',
|
||||
'editors/KeyframeView',
|
||||
{
|
||||
title: '<i class="icon-edit"></i> Keyframe edito 3D view',
|
||||
static: true,
|
||||
expanded: true,
|
||||
expanded: false,
|
||||
withSettings: true,
|
||||
windowStyle: WindozDomContent.boxFromPrefs('editors.keyframe', { x: 50, y:50, w:1000, h:800 }),
|
||||
windowStyle: WindozDomContent.boxFromPrefs('editors.keyframeview', { x: 50, y:50, w:1000, h:800 }),
|
||||
},
|
||||
{
|
||||
models: models,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"styles": [
|
||||
],
|
||||
"html": [
|
||||
{ "id":"sapceViewSetting", "name": "sapceViewSetting.html"}
|
||||
{ "id":"spaceViewSetting", "name": "spaceViewSetting.html"}
|
||||
],
|
||||
"json": [
|
||||
]
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"styles": [
|
||||
],
|
||||
"html": [
|
||||
{ "id":"sapceViewSetting", "name": "sapceViewSetting.html"}
|
||||
{ "id":"spaceViewSetting", "name": "spaceViewSetting.html"}
|
||||
],
|
||||
"json": [
|
||||
{"id":"arenaConfig", "name": "arena/arenaConfig1.json"},
|
||||
|
||||
Reference in New Issue
Block a user