forked from bimberlabinternal/LabDevKitModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapiBulkEdit.view.xml
More file actions
31 lines (26 loc) · 1.82 KB
/
apiBulkEdit.view.xml
File metadata and controls
31 lines (26 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<view xmlns="http://labkey.org/data/xml/view" title="Bulk Edit Using Client API">
<requiresPermissions>
<permissionClass name="org.labkey.api.security.permissions.AdminPermission"/>
</requiresPermissions>
<dependencies>
<dependency path="ldk.context"/>
<dependency path="internal/jQuery"/>
<!--dev-->
<!--TODO: re-add mode="dev"-->
<dependency path="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js" />
<dependency path="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.css" />
<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.js" />
<dependency path="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.css" />
<!--prod-->
<!--<dependency path="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.min.js" mode="production"/>-->
<!--<dependency path="https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.min.css" mode="production"/>-->
<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/buttons.flash.min.js"/>
<dependency path="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"/>
<dependency path="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js"/>
<dependency path="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"/>
<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/buttons.html5.min.js"/>
<dependency path="https://cdn.datatables.net/buttons/1.5.1/js/buttons.print.min.js"/>
</dependencies>
</view>