welcome to Windoz

This commit is contained in:
STEINNI
2025-10-14 16:31:07 +00:00
parent 8005e31931
commit fdefe42146
24 changed files with 79 additions and 88 deletions
@@ -1,4 +1,4 @@
class ProfilePreferencesResetDialog extends EICDialogContent {
class ProfilePreferencesResetDialog extends WindozDialogContent {
actions = [
{
label: 'Cancel',
+1 -1
View File
@@ -1,4 +1,4 @@
class myProfileView extends EICDomContent {
class myProfileView extends WindozDomContent {
DOMContentLoaded() {
ui.eicfy(this.el)
+1 -1
View File
@@ -1,4 +1,4 @@
class KeyframeView extends EICDomContent {
class KeyframeView extends WindozDomContent {
constructor() {
super()
+1 -1
View File
@@ -1,4 +1,4 @@
class EICUIView extends EICDomContent {
class EICUIView extends WindozDomContent {
DOMContentLoaded() {
@@ -1,4 +1,4 @@
class codeTemplateDialog extends EICDialogContent {
class codeTemplateDialog extends WindozDialogContent {
actions = [
{
+1 -1
View File
@@ -1,4 +1,4 @@
class statusView extends EICDomContent {
class statusView extends WindozDomContent {
times = [];
fps;
+1 -1
View File
@@ -1,4 +1,4 @@
class styleguideView extends EICDomContent {
class styleguideView extends WindozDomContent {
DOMContentLoaded() {
+3 -3
View File
@@ -4,9 +4,9 @@
* @category MyEic
* @subcategory Views
*
* @extends EICDialogContent
* @extends WindozDialogContent
*/
class EICAppTemplate extends EICDomContent {
class EICAppTemplate extends WindozDomContent {
DOMContentLoaded() {
ui.init({ariaEnabled: true});
@@ -20,7 +20,7 @@ class EICAppTemplate extends EICDomContent {
this.loadAppMenu('global/app-menu-map.json');
}
onGlobalResize() { EICController.resize(); }
onGlobalResize() { WindozController.resize(); }
loadAppMenu(source) {
app.Assets.loadJson({ name: source})
+2 -2
View File
@@ -2,9 +2,9 @@
* @category MyEic
* @subcategory Views
*
* @extends EICDialogContent
* @extends WindozDialogContent
*/
class ConfirmDialog extends EICDialogContent {
class ConfirmDialog extends WindozDialogContent {
actions = [
{
+1 -1
View File
@@ -1,4 +1,4 @@
class SpaceView extends EICDomContent {
class SpaceView extends WindozDomContent {
constructor() {
super()