adding dragable content
This commit is contained in:
parent
e29abf5cca
commit
5a70267ee8
4 changed files with 20 additions and 16 deletions
|
|
@ -65,5 +65,6 @@ webgui.
|
|||
- Optional second parameter to the File macro can be a boolean value to
|
||||
turn off file icons.
|
||||
- Added drag and drop content arranging.
|
||||
- Added new toolbar icons.
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -594,7 +594,7 @@ sub _positionFormat5x {
|
|||
sub _positionFormat6x {
|
||||
my $newPositionCode = '
|
||||
<tmpl_if session.var.adminOn> <tmpl_if page.canEdit>
|
||||
<table border=0 id="position'.$_[0].'">
|
||||
<table border=0 id="position'.$_[0].'" class="content">
|
||||
<tbody>
|
||||
</tmpl_if> </tmpl_if>
|
||||
<tmpl_loop position'.$_[0].'_loop>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ function dragable_init(url) {
|
|||
dragableList[dragableList.length]=document.getElementById(children[i].id + "_div");
|
||||
}
|
||||
}
|
||||
obj = document.getElementById("positionArea" + contentCount);
|
||||
obj = document.getElementById("position" + contentCount);
|
||||
contentCount++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue