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$
|
* @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
|
||||||
*/
|
*/
|
||||||
|
@ -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
|
||||||
|
@ -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"] = {
|
||||||
|
@ -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,
|
||||||
|
@ -9,8 +9,7 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*egw:uses
|
||||||
uses
|
|
||||||
egw_action_common;
|
egw_action_common;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -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;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -9,12 +9,9 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*egw:uses
|
||||||
uses
|
jquery.jquery;
|
||||||
egw_action_common,
|
egw_stylesheet;
|
||||||
egw_action_data,
|
|
||||||
egw_stylesheet,
|
|
||||||
jquery;
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -9,8 +9,9 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*egw:uses
|
||||||
uses egw_action, jquery
|
jquery.jquery;
|
||||||
|
egw_action;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user