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
+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 = [
{