Added dependencies to the egw_action js files

This commit is contained in:
Andreas Stöckel 2011-08-03 14:04:30 +00:00
parent 149c154540
commit 2e9104ecea
10 changed files with 36 additions and 34 deletions

View File

@ -9,6 +9,10 @@
* @version $Id$ * @version $Id$
*/ */
/*egw:uses
egw_action_common;
*/
/** /**
* Getter functions for the global egwActionManager and egwObjectManager objects * Getter functions for the global egwActionManager and egwObjectManager objects
*/ */

View File

@ -9,14 +9,13 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses egw_action;
egw_action, egw_action_common;
egw_action_common, egw_action_popup;
egw_action_popup, jquery.jquery;
jquery, jquery.jquery-ui;
jquery-ui */
*/
/** /**
* Register the drag and drop handlers * Register the drag and drop handlers
@ -198,7 +197,6 @@ function egwDragActionImplementation()
/** /**
* The egwDropAction class overwrites the egwAction class and adds the "acceptedTypes" * The egwDropAction class overwrites the egwAction class and adds the "acceptedTypes"
* property. This array should contain all "dragTypes" the drop action is allowed * property. This array should contain all "dragTypes" the drop action is allowed

View File

@ -9,6 +9,11 @@
* @version $Id$ * @version $Id$
*/ */
/*egw:uses
jquery.jquery;
egw_menu;
*/
if (typeof window._egwActionClasses == "undefined") if (typeof window._egwActionClasses == "undefined")
window._egwActionClasses = {} window._egwActionClasses = {}
_egwActionClasses["popup"] = { _egwActionClasses["popup"] = {

View File

@ -9,13 +9,12 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses jquery.jquery;
egw_action, egw_action;
egw_action_common, egw_grid_columns;
egw_action_view, egw_grid_data;
egw_action_data, egw_grid_view;
egw_action_columns
*/ */
function egwGrid(_parentNode, _columns, _objectManager, _fetchCallback, function egwGrid(_parentNode, _columns, _objectManager, _fetchCallback,

View File

@ -9,8 +9,7 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses
egw_action_common; egw_action_common;
*/ */

View File

@ -9,10 +9,9 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses egw_action;
egw_action, egw_action_common;
egw_action_common,
egw_grid_columns; egw_grid_columns;
*/ */

View File

@ -9,12 +9,9 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses jquery.jquery;
egw_action_common, egw_stylesheet;
egw_action_data,
egw_stylesheet,
jquery;
*/ */
/** /**

View File

@ -9,8 +9,9 @@
* @version $Id$ * @version $Id$
*/ */
/* /*egw:uses
uses egw_action, jquery jquery.jquery;
egw_action;
*/ */
/** /**

View File

@ -9,6 +9,10 @@
* @version $Id$ * @version $Id$
*/ */
/*egw:uses
egw_menu;
*/
function egwMenuImpl(_structure) function egwMenuImpl(_structure)
{ {
//Create a new dhtmlxmenu object //Create a new dhtmlxmenu object

View File

@ -9,10 +9,6 @@
* @version $Id$ * @version $Id$
*/ */
/*
uses; //No dependencies
*/
/** /**
* Contains the egwDynStyleSheet class which allows dynamic generation of stylesheet * Contains the egwDynStyleSheet class which allows dynamic generation of stylesheet
* rules - updating a single stylesheet rule is way more efficient than updating * rules - updating a single stylesheet rule is way more efficient than updating