Bug #19049 » 8882_v1.patch
t3lib/class.t3lib_tceforms.php (revision 2717) | ||
---|---|---|
}
|
||
}
|
||
function flexFormSortable(id) { // Create sortables for flexform sections
|
||
Position.includeScrollOffsets = true;
|
||
Sortable.create(id, {tag:\'div\',constraint: false, onChange:function(){
|
||
setActionStatus(id);
|
||
} });
|
- « Previous
- 1
- 2
- 3
- 4
- Next »