Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto: Keyman for web help deployment #1809

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions developer/engine/web/18.0/guide/examples/__auto-control.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
</script>
</head>
<body>
<h1>Automatic Mode Example</h1>
<form action='.' method='post'>
<p><input type='text' id='multilingual' name='multilingual' size="40" /></p>
<p><textarea cols='40' rows='5'></textarea></p>
</form>

<a href="automatic-control.md">Back to Document</a>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</script>
</head>
<body>
<h1>Control-by-Control Example</h1>
<form name='f' action='.' method='post'>

<p>Email to <span class='note'>(KeymanWeb not enabled)</span><br /><input type='text' name='address' size="40" placeholder="id = address"/></p>
Expand All @@ -43,5 +44,6 @@

</form>

<a href="control-by-control.md">Back to Document</a>
</body>
</html>
3 changes: 3 additions & 0 deletions developer/engine/web/18.0/guide/examples/__first-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</script>
</head>
<body>
<h1>First Example</h1>
<p>Click me and type: <input placeholder="Hello World"/></p>

<a href="index.md">Back to Document</a>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
</script>
</head>
<body>

<h1>Manual Control - Custom Interface</h1>
<form name='f' action='.' method='post'>

<p>Keyboard: <select id='KWControl' onchange='KWControlChange()'><option value=''>English</option></select></p>

<p><input type='text' id='multilingual' name='multilingual' size="40" placeholder="id='multilingual'"/></p>
</form>

<a href="full-manual-control.md">Back to Document</a>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@
</script>
</head>
<body>

<h1>Manual Mode Example</h1>
<form action='.' method='post'>

<p><img style="border: solid 1px black; padding: 2px 2px 3px 2px" src='js/kmicon.png' alt='KeymanWeb' onclick='KWControlClick()' id='KWControl' /></p>

<p><input type='text' id='multilingual' name='multilingual' size="40" /></p>
<p><textarea cols='40' rows='5'></textarea></p>

<a href="manual-control.md">Back to Document</a>
</form>
</body>
</html>
Loading