egroupware_official/phpgwapi/js/egw_action
Ralf Becker d49f8bc45f fix situation where multiple app.js objects are used, eg. InfoLog and CRM view in Addressbook:
- etemplate2 creates a private app object instead of using window.app with just prototypes, if template is not from current app
- fixed all cases where window.app was used to use just app, to use evtl. private object
- app_base no longer assigns itself to window.app (window.app[this.appname] = this), as that breaks private app objects
- et2_compileLegacyJS replaces app.appname with widget.getInstanceManager().app_obj.appname
- etemplate2 stores either private or global app object in app_obj attribute
2016-03-17 18:12:36 +00:00
..
test remove 11.1 felamimail grid, unused since 14.1 2016-03-13 14:18:22 +00:00
Class Diagram.graphml Add some overview of how this stuff fits together 2013-02-15 15:55:23 +00:00
Class Diagram.png Add some images of Class Diagram 2013-02-15 16:46:16 +00:00
Class Diagram.svg Add some images of Class Diagram 2013-02-15 16:46:16 +00:00
egw_action_common.js fix situation where multiple app.js objects are used, eg. InfoLog and CRM view in Addressbook: 2016-03-17 18:12:36 +00:00
egw_action_dragdrop.js Make sure d-n-d does not get triggered via double click action 2015-12-16 15:40:17 +00:00
egw_action_popup.js Mobile theme: 2016-03-09 12:37:02 +00:00
egw_action.js Mobile theme W.I.P.: 2016-02-03 13:12:37 +00:00
egw_dragdrop_dhtmlx_tree.js Implement action system state for trees 2014-04-28 23:11:58 +00:00
egw_keymanager.js Calendar scrolling, swiping and keyhandler for page up & page down 2015-10-27 16:45:37 +00:00
egw_menu_dhtmlx.js fixing wired IE security errors "Permission denied", seems reload of opener caused references to egw and template cache in opener.top.etemplate2.prototype.templates becomming inaccessible, catching this errors and falling back to a window-local object 2015-10-26 21:13:34 +00:00
egw_menu.js Implemented egw_action shortcuts 2011-06-19 10:48:51 +00:00
egw_stylesheet.js Added dependencies to the egw_action js files 2011-08-03 14:04:30 +00:00