forked from extern/egroupware
Added dependencies to the egw_action js files
This commit is contained in:
parent
149c154540
commit
2e9104ecea
@ -9,6 +9,10 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*egw:uses
|
||||
egw_action_common;
|
||||
*/
|
||||
|
||||
/**
|
||||
* Getter functions for the global egwActionManager and egwObjectManager objects
|
||||
*/
|
||||
|
@ -9,14 +9,13 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses
|
||||
egw_action,
|
||||
egw_action_common,
|
||||
egw_action_popup,
|
||||
jquery,
|
||||
jquery-ui
|
||||
*/
|
||||
/*egw:uses
|
||||
egw_action;
|
||||
egw_action_common;
|
||||
egw_action_popup;
|
||||
jquery.jquery;
|
||||
jquery.jquery-ui;
|
||||
*/
|
||||
|
||||
/**
|
||||
* Register the drag and drop handlers
|
||||
@ -198,7 +197,6 @@ function egwDragActionImplementation()
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* The egwDropAction class overwrites the egwAction class and adds the "acceptedTypes"
|
||||
* property. This array should contain all "dragTypes" the drop action is allowed
|
||||
|
@ -9,6 +9,11 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*egw:uses
|
||||
jquery.jquery;
|
||||
egw_menu;
|
||||
*/
|
||||
|
||||
if (typeof window._egwActionClasses == "undefined")
|
||||
window._egwActionClasses = {}
|
||||
_egwActionClasses["popup"] = {
|
||||
|
@ -9,13 +9,12 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses
|
||||
egw_action,
|
||||
egw_action_common,
|
||||
egw_action_view,
|
||||
egw_action_data,
|
||||
egw_action_columns
|
||||
/*egw:uses
|
||||
jquery.jquery;
|
||||
egw_action;
|
||||
egw_grid_columns;
|
||||
egw_grid_data;
|
||||
egw_grid_view;
|
||||
*/
|
||||
|
||||
function egwGrid(_parentNode, _columns, _objectManager, _fetchCallback,
|
||||
|
@ -9,8 +9,7 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses
|
||||
/*egw:uses
|
||||
egw_action_common;
|
||||
*/
|
||||
|
||||
|
@ -9,10 +9,9 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses
|
||||
egw_action,
|
||||
egw_action_common,
|
||||
/*egw:uses
|
||||
egw_action;
|
||||
egw_action_common;
|
||||
egw_grid_columns;
|
||||
*/
|
||||
|
||||
|
@ -9,12 +9,9 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses
|
||||
egw_action_common,
|
||||
egw_action_data,
|
||||
egw_stylesheet,
|
||||
jquery;
|
||||
/*egw:uses
|
||||
jquery.jquery;
|
||||
egw_stylesheet;
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -9,8 +9,9 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses egw_action, jquery
|
||||
/*egw:uses
|
||||
jquery.jquery;
|
||||
egw_action;
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -9,6 +9,10 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*egw:uses
|
||||
egw_menu;
|
||||
*/
|
||||
|
||||
function egwMenuImpl(_structure)
|
||||
{
|
||||
//Create a new dhtmlxmenu object
|
||||
|
@ -9,10 +9,6 @@
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
uses; //No dependencies
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contains the egwDynStyleSheet class which allows dynamic generation of stylesheet
|
||||
* rules - updating a single stylesheet rule is way more efficient than updating
|
||||
|
Loading…
Reference in New Issue
Block a user