Primer commit del sistema avantika sin cambios
This commit is contained in:
90
javascript/scoluos/test/functional/dragdrop3_test.html
Executable file
90
javascript/scoluos/test/functional/dragdrop3_test.html
Executable file
@@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>script.aculo.us Drag and drop functional test file</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<script src="../../lib/prototype.js" type="text/javascript"></script>
|
||||
<script src="../../src/scriptaculous.js" type="text/javascript"></script>
|
||||
<script src="../../src/unittest.js" type="text/javascript"></script>
|
||||
<style type="text/css" media="screen">
|
||||
#thelist li { background: green; margin:5px; padding: 30px; }
|
||||
#thelist2 li { background: #ffb; margin:2px; padding: 2px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>script.aculo.us Drag and drop functional test file</h1>
|
||||
|
||||
<h2>Draggables/Droppables</h2>
|
||||
|
||||
<div style="width:400px;height:400px;overflow:scroll;position:relative;" id="scroll-container">
|
||||
|
||||
<ul id="thelist2" style="padding: 2px; background:red;">
|
||||
<li>Relatively here!</li>
|
||||
<li><input onclick="this.checked = !this.checked" name="x" id="x" type="checkbox"/>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
<li>one</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<pre id="debug"></pre>
|
||||
|
||||
<script type="text/javascript" language="javascript" charset="utf-8">
|
||||
// <![CDATA[
|
||||
// Sortable.create('thelist', {overlap: 'horizontal', constraint: false});
|
||||
Position.includeScrollOffsets = true;
|
||||
Sortable.create('thelist2',{scroll:'scroll-container'});
|
||||
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user