mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Get vfs and expose working
This commit is contained in:
parent
54fff9739a
commit
9ea598070e
@ -30,6 +30,9 @@ import { et2_inputWidget } from "./et2_core_inputWidget";
|
||||
import { et2_no_init } from "./et2_core_common";
|
||||
import { egw, egw_get_file_editor_prefered_mimes } from "../jsapi/egw_global";
|
||||
import { expose } from "./expose";
|
||||
import { egw_getAppObjectManager } from "../egw_action/egw_action.js";
|
||||
import { EGW_KEY_ENTER, egw_keyHandler } from '../egw_action/egw_keymanager.js';
|
||||
import { etemplate2 } from "./etemplate2";
|
||||
/**
|
||||
* Class which implements the "vfs" XET-Tag
|
||||
*
|
||||
|
@ -32,6 +32,9 @@ import {et2_IDetachedDOM, et2_IExposable} from "./et2_core_interfaces";
|
||||
import {et2_no_init} from "./et2_core_common";
|
||||
import {egw, egw_get_file_editor_prefered_mimes} from "../jsapi/egw_global";
|
||||
import {expose} from "./expose";
|
||||
import {egw_getAppObjectManager, egwActionObject} from "../egw_action/egw_action.js";
|
||||
import {EGW_KEY_ENTER, egw_keyHandler} from '../egw_action/egw_keymanager.js';
|
||||
import {etemplate2} from "./etemplate2";
|
||||
|
||||
/**
|
||||
* Class which implements the "vfs" XET-Tag
|
||||
|
@ -15,6 +15,7 @@
|
||||
import { et2_createWidget } from "./et2_core_widget";
|
||||
import { et2_dialog } from "./et2_widget_dialog";
|
||||
import { egw, egw_get_file_editor_prefered_mimes } from "../jsapi/egw_global";
|
||||
import { et2_nextmatch } from "./et2_extension_nextmatch";
|
||||
import { ET2_DATAVIEW_STEPSIZE } from "./et2_dataview_controller";
|
||||
/**
|
||||
* This function extends the given widget with blueimp gallery plugin
|
||||
|
@ -19,7 +19,7 @@
|
||||
import {et2_createWidget} from "./et2_core_widget";
|
||||
import {et2_dialog} from "./et2_widget_dialog";
|
||||
import {egw, egw_get_file_editor_prefered_mimes} from "../jsapi/egw_global";
|
||||
import type {et2_nextmatch} from "./et2_extension_nextmatch";
|
||||
import {et2_nextmatch} from "./et2_extension_nextmatch";
|
||||
import {ET2_DATAVIEW_STEPSIZE} from "./et2_dataview_controller";
|
||||
|
||||
type Constructor<T = {}> = new (...args: any[]) => T;
|
||||
|
@ -18,5 +18,6 @@
|
||||
/vendor/bower-asset/jquery-touchswipe/jquery.touchSwipe.js;
|
||||
/vendor/egroupware/magicsuggest/magicsuggest.js;
|
||||
/api/js/jquery/jquery.splitter.js;
|
||||
/api/js/jquery/blueimp/js/blueimp-gallery.min.js;
|
||||
*/
|
||||
jQuery.noConflict();
|
Loading…
Reference in New Issue
Block a user