Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
18136cc7
Commit
18136cc7
authored
Jan 17, 2017
by
Floreal Cabanettes
Browse files
Remove ZeroClipboard as flash is deprecated
parent
cb7b8051
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/example1.html
View file @
18136cc7
...
...
@@ -166,7 +166,6 @@
<script
src=
"js/jquery.fileupload.js"
></script>
<script
src=
"js/jquery.fileupload-process.js"
></script>
<script
src=
"js/jquery.fileupload-validate.js"
></script>
<script
src=
"js/ZeroClipboard.min.js"
></script>
<script
src=
'js/cytoscape-2.3.7.js'
type=
'text/javascript'
></script>
<script
src=
'js/cytoscape.js-panzoom.js'
type=
'text/javascript'
></script>
<script
src=
'js/dagre.js'
type=
'text/javascript'
></script>
...
...
docs/jflow_plugin.html
View file @
18136cc7
...
...
@@ -122,9 +122,7 @@
<p>
To use jflow, add the the following files to your WEB site:
</p>
<ul>
<li><a
target=
"_blank"
href=
"../src/css/jflow.min.css"
>
jflow.min.css
</a></li>
<li><a
target=
"_blank"
href=
"../src/js/jflow.min.js"
>
jflow.min.js
</a>
(to enable spreadsheet copy/paste, the file
<a
href=
"../src/js/ZeroClipboard.swf"
download=
"ZeroClipboard.swf"
>
ZeroClipboard.swf
</a>
, should be placed in the same
directory as the jflow.min.js file)
</li>
<li><a
target=
"_blank"
href=
"../src/js/jflow.min.js"
>
jflow.min.js
</a></li>
</ul>
<p>
Jflow provides different plugins to allow the developper to build easily his own WEB application.
...
...
src/js/jflow-wfform.js
View file @
18136cc7
...
...
@@ -1045,7 +1045,6 @@ Handsontable.cellTypes["bootdate"] = Handsontable.BootstrapDateCell;
dataSchema
:
dataSchema
,
colHeaders
:
colHeaders
,
minSpareRows
:
1
,
contextMenuCopyPaste
:
true
,
stretchH
:
'
all
'
,
columns
:
columns
,
contextMenu
:
[
'
row_above
'
,
'
row_below
'
,
'
---------
'
,
'
remove_row
'
,
'
---------
'
,
'
undo
'
,
'
redo
'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment