a little more of Windoz, & Keyframe view start 2

This commit is contained in:
STEINNI
2025-10-14 16:51:15 +00:00
parent fdefe42146
commit 078f60ef51
10 changed files with 38 additions and 17 deletions
@@ -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);
+3 -3
View File
@@ -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"},