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
35318c89
Commit
35318c89
authored
Jan 13, 2015
by
Jerome Mariette
Browse files
copy / paste ok with handsontable
parent
90afb59c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
docs/example1.html
View file @
35318c89
...
...
@@ -152,6 +152,7 @@
<script
src=
"../src/js/jquery.fileupload.js"
></script>
<script
src=
"../src/js/jquery.fileupload-process.js"
></script>
<script
src=
"../src/js/jquery.fileupload-validate.js"
></script>
<script
src=
"../src/js/ZeroClipboard.min.js"
></script>
<script
src=
'../src/js/cytoscape-2.3.7.js'
type=
'text/javascript'
></script>
<script
src=
'../src/js/cytoscape.js-panzoom.js'
type=
'text/javascript'
></script>
<script
src=
'../src/js/dagre.js'
type=
'text/javascript'
></script>
...
...
src/js/ZeroClipboard.min.js
0 → 100644
View file @
35318c89
This diff is collapsed.
Click to expand it.
src/js/ZeroClipboard.swf
0 → 100644
View file @
35318c89
File added
src/js/jflow-wfform.js
View file @
35318c89
...
...
@@ -355,6 +355,9 @@ jQuery.validator.addMethod("mparam", function(value, element, params) {
}
WFForm
.
prototype
.
render
=
function
()
{
// handle a bootstrap bug in case the form is within a modal,
// turn off the focusin so the handsontable copy / paste works
$
(
document
).
off
(
'
focusin.bs.modal
'
);
$
(
"
[id^=handsontable_]
"
).
each
(
function
(){
$
(
this
).
handsontable
(
"
render
"
);
});
...
...
@@ -590,6 +593,7 @@ jQuery.validator.addMethod("mparam", function(value, element, params) {
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