You Are Here:

Community: Wiki

This page was last modified on 9 October 2008, at 20:02.

CS000943 - WRT NumKeyTranslator Widget

From Forum Nokia Wiki



ID CS000943 Creation date May 2, 2008
Platform S60 3rd Edition, FP2 Tested on devices
Category S60 Web Runtime Subcategory


Keywords (APIs, classes, methods, functions):

Purpose

This example Javascript code is intended for re-use and incorporation into larger projects.

Overview

NumericKeyTranslator is a key map engine, written in JavaScript language and designed for the S60 Web Runtime platform. The library can be used mainly in Web widgets for S60 to overcome the problem of key event being absorbed by the widget engine while a text edit field is in editing mode. Thus, a widget cannot instantly receive a key event to detect which character has just been entered into the edit field. One of the use cases is implementing an instant searching function where input characters must be retrieved immediately after the user types them into the search field (a text input field).

To use the NumericKeyTranslator with a text edit field, that is, <input type="text" />, the input element must be set to read-only to prevent the user from setting it to the editing mode. <input type="text" readonly="true"/>

NumericKeyTranslator can be used with any element that can reasonably display characters on it, for example a
element. Currently this engine supports only the languages defined in the changeKeys function.

Image:Numkey_translator.jpg

Example application

File:NumKeyTranslator.zip

Related Wiki Articles

No related wiki articles found

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia