syndicate-2017/js/examples/textfield/index.html

22 lines
609 B
HTML

<!doctype html>
<html>
<head>
<title>Syndicate: Textfield Example</title>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet">
<script src="../../dist/syndicate.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>Textfield Example</h1>
<p>
After <a href="http://www.hesam.us/cooplangs/textfield.pdf">Hesam
Samimi's paper</a>.
</p>
<p id="inputRow" tabindex="0">Field contents: <span id="fieldContents"></span></p>
<h2>Search</h2>
<input type="text" id="searchBox" value="iti">
<pre id="spy-holder"></pre>
</body>
</html>