Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c8d49597
Commit
c8d49597
authored
Jun 06, 2018
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/dragAndDrop' into dragAndDrop
parents
9cfb08f2
fc12f59f
Changes
2
Hide whitespace changes
Inline
Side-by-side
javascript/src/DragAndDrop.js
View file @
c8d49597
...
...
@@ -7,7 +7,6 @@
/* @depend QfqEvents.js */
/* @depend Alert.js */
/**
* Qfq Namespace
*
...
...
mockup/dragAndDrop.html
View file @
c8d49597
...
...
@@ -64,8 +64,6 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-3"
></div>
<div
class=
"col-md-6"
>
...
...
@@ -167,15 +165,15 @@
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
'
.qfq-dnd-sort
'
).
each
(
function
()
{
var
dndObject
=
new
QfqNS
.
DragAndDrop
(
$
(
this
));
dndObject
.
makeSortable
();
});
var
zoni
=
new
QfqNS
.
DragAndDrop
(
$
(
'
.qfq-dnd
'
));
zoni
.
makeBasketCase
();
$
(
'
.qfq-dnd
'
).
each
(
function
()
{
var
zoni
=
new
QfqNS
.
DragAndDrop
(
$
(
this
));
zoni
.
makeBasketCase
();
});
});
</script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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