PHP Classes

File: web/bundles/extjs/resources/css/js/azzurra.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/extjs/resources/css/js/azzurra.js   Download  
File: web/bundles/extjs/resources/css/js/azzurra.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 710 bytes
 

Contents

Class file image Download
Ext.define('Ext.window.WindowActiveCls', { override: 'Ext.window.Window', statics: { _activeWindow: null }, shadow: false, ui: 'blue-window-active', border: false, setActive: function (active, newActive) { var me = this; if (!me.el) return; if (active) { me.addCls('x-window-active'); var paw = Ext.window.Window._activeWindow; Ext.window.Window._activeWindow = me; if (paw && paw != me && paw.el) { paw.removeCls('x-window-active'); } } else { me.removeCls('x-window-active'); } this.callParent(arguments); } });