Fixed design problem in egw_core, which caused window-local modules to be instanciated multiple times if used for multiple applications inside a window. Added egw_css.js as replacement for et2_core_stylesheet.js, which allows to add stylesheet rules at runtime

This commit is contained in:
Andreas Stöckel
2012-03-07 14:04:25 +00:00
parent e03b8471e9
commit c8bf9ed6ef
7 changed files with 407 additions and 99 deletions

View File

@ -21,7 +21,7 @@
egw_debug;
*/
egw.extend('json', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
/**
* Object which contains all registered handlers for JS responses.