mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
25 lines
961 B
HTML
25 lines
961 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta name="viewport" content="width=device-width,user-scalable=no" />
|
|
<title>KeymanWeb Issue 2924 - Variable Stores and Predictive Text</title>
|
|
<link rel='stylesheet' href='../common/test.css' />
|
|
|
|
<script src="../../release/unminified/web/keymanweb.js" type="application/javascript"></script>
|
|
<script src="../../release/unminified/web/kmwuitoggle.js"></script>
|
|
<script src="./header.js"></script>
|
|
</head>
|
|
<body>
|
|
<h2>KeymanWeb Test Page - Variable Stores and Predictive Text</h2>
|
|
<p>Ref: <a href='https://github.com/keymanapp/keyman/issues/2924'>issue #2924</a></p>
|
|
<hr/>
|
|
<div>
|
|
<div id='KeymanWebControl'></div>
|
|
<h3>Type in your language in this text area:</h3>
|
|
<textarea id='ta1' class='test' placeholder='Type here'></textarea>
|
|
</div>
|
|
<hr/>
|
|
<h3><a href="../index.html">Return to testing home page</a></h3>
|
|
</body>
|
|
</html>
|