At A Glance Main Projects Tutorials Resume

Contact


Email: palen1c at gmail.com




Basic Javascript Keyboard

Sat, 13 Jun 2015 14:07:40 EST

Last year I worked on a project that needed an on screen Javascript keyboard. Many of the Javascript keyboards out there are overblown and have a lot of unnecessary cruft. I wanted a solution that did not have any external dependencies. Below you can try out the solution I created and download it for your own use.







Basic Usage



   var _keyboard = null;
   var _kbRef = document.getElementById("kbHolder");
   var _fieldRef = document.getElementById("kbdInput");
   if(_kbRef != null && _fieldRef != null) {
   _keyboard = new transcendingdigital.DynamicKeyboard();
   _keyboard.init( _kbRef, _fieldRef );
   }



Download the script (Right Click save-as) DynamicKeyboard.js

Charles Palen has been involved in the technology sector for several years. His formal education focused on Enterprise Database Administration. He currently works as the principal software architect and manager at Transcending Digital where he can be hired for your next contract project. Charles is a full stack developer who has been on the front lines of small business and enterprise for over 10 years. Charles current expertise covers the areas of .NET, Java, PHP, Node.js, Javascript, HTML, and CSS. Charles created Technogumbo in 2008 as a way to share lessons learned while making original products.

Comments

No one has posted any comments yet, be the first

Comments are currently disabled.


Techno Gumbo RSS Feed

Related Links