mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
A massive rework for our attachment and enablement paradigms for web controls targetted for KeymanWeb 10.0, merged from #114. This also more closely ties the control paths used for page initialization with those used by MutationObservers for dynamically-added elements in an aim to improve internal consistency and facilitate new and future extensions to KMW functionality.
7 lines
No EOL
121 B
HTML
7 lines
No EOL
121 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h3>Hello World!</h3>
|
|
<input id='text' placeholder='This is only a test.'/>
|
|
</body>
|
|
</html> |