spiegel-keyman/web/samples/attachment-api/iframe.html
Joshua Horton 77a63e76ed Attachment API rework (#114)
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.
2017-08-23 12:12:48 +07:00

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>