mediawiki-extensions-Visual.../cut-copy-paste.html
2012-02-07 22:15:04 +00:00

16 lines
526 B
HTML

<!doctype html>
<html>
<head>
<title>-----cut-----copy-----paste-----</title>
<script src="modules/jquery/jquery.js"></script>
<script src="contentEditable/rangy/rangy-core.js"></script>
<script src="cut-copy-paste.js"></script>
</head>
<body>
<div id="editor" contenteditable="true">
<p>Here is some text. I dare you to mess with me.</p>
<p>More text here. Don't you dare!</p>
</div>
<div id="paste" contenteditable="true" style="height: 1px; width: 1px; position: absolute; left: -20000px;"></div>
</body>
</html>