welcome to Windoz
This commit is contained in:
@@ -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,9 +2,9 @@
|
||||
* @category MyEic
|
||||
* @subcategory Views
|
||||
*
|
||||
* @extends EICDialogContent
|
||||
* @extends WindozDialogContent
|
||||
*/
|
||||
class ConfirmDialog extends EICDialogContent {
|
||||
class ConfirmDialog extends WindozDialogContent {
|
||||
|
||||
actions = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user