mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Get magicsuggest and tree widget working
This commit is contained in:
parent
0de8f242aa
commit
f4d2ddde7d
@ -24,6 +24,8 @@ import { et2_inputWidget } from "./et2_core_inputWidget";
|
|||||||
import { ClassWithAttributes } from "./et2_core_inheritance";
|
import { ClassWithAttributes } from "./et2_core_inheritance";
|
||||||
import { et2_no_init } from "./et2_core_common";
|
import { et2_no_init } from "./et2_core_common";
|
||||||
import { egw, framework } from "../jsapi/egw_global";
|
import { egw, framework } from "../jsapi/egw_global";
|
||||||
|
import { EGW_AO_FLAG_IS_CONTAINER, egw_getAppObjectManager, egw_getObjectManager, egwActionObject } from "../egw_action/egw_action.js";
|
||||||
|
import { egwIsMobile } from "../egw_action/egw_action_common";
|
||||||
/* no module, but egw:uses is ignored, so adding it here commented out
|
/* no module, but egw:uses is ignored, so adding it here commented out
|
||||||
import '../../../api/js/dhtmlxtree/sources/dhtmlxtree.js';
|
import '../../../api/js/dhtmlxtree/sources/dhtmlxtree.js';
|
||||||
import '../../../api/js/dhtmlxtree/sources/ext/dhtmlxtree_json.js';
|
import '../../../api/js/dhtmlxtree/sources/ext/dhtmlxtree_json.js';
|
||||||
|
@ -26,6 +26,8 @@ import {et2_inputWidget} from "./et2_core_inputWidget";
|
|||||||
import {ClassWithAttributes} from "./et2_core_inheritance";
|
import {ClassWithAttributes} from "./et2_core_inheritance";
|
||||||
import {et2_no_init} from "./et2_core_common";
|
import {et2_no_init} from "./et2_core_common";
|
||||||
import {egw, framework} from "../jsapi/egw_global";
|
import {egw, framework} from "../jsapi/egw_global";
|
||||||
|
import {EGW_AO_FLAG_IS_CONTAINER, egw_getAppObjectManager, egw_getObjectManager, egwActionObject} from "../egw_action/egw_action.js";
|
||||||
|
import {egwIsMobile} from "../egw_action/egw_action_common";
|
||||||
|
|
||||||
/* no module, but egw:uses is ignored, so adding it here commented out
|
/* no module, but egw:uses is ignored, so adding it here commented out
|
||||||
import '../../../api/js/dhtmlxtree/sources/dhtmlxtree.js';
|
import '../../../api/js/dhtmlxtree/sources/dhtmlxtree.js';
|
||||||
|
@ -16,5 +16,6 @@
|
|||||||
/api/js/jquery/mousewheel/mousewheel.js;
|
/api/js/jquery/mousewheel/mousewheel.js;
|
||||||
/api/js/jquery/jquery-ui-timepicker-addon.js;
|
/api/js/jquery/jquery-ui-timepicker-addon.js;
|
||||||
/vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js;
|
/vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js;
|
||||||
|
/vendor/egroupware/magicsuggest/magicsuggest.js;
|
||||||
*/
|
*/
|
||||||
jQuery.noConflict();
|
jQuery.noConflict();
|
Loading…
x
Reference in New Issue
Block a user