Google AJAX Transliteration API: Is it possible to make all input fields in the page transliteratabl

Posted by SolidSnakeGTI on Stack Overflow See other posts from Stack Overflow or by SolidSnakeGTI
Published on 2010-04-18T09:45:05Z Indexed on 2010/04/18 13:43 UTC
Read the original article Hit count: 400

Filed under:
|
|
|
|

Hello,

I've used "Google AJAX Transliteration API" and it's going well with me.

http://code.google.com/apis/ajaxlanguage/documentation/referenceTransliteration.html

Currently I've a project that I need all input fields in every page (input & textarea tags) to be transliteratable, while these input fields differs from page to page (dynamic). As I know, I've to call makeTransliteratable(elementIds, opt_options) method in the API call to define which input fields to make transliteratable, and in my case here I can't predefine those fields manually. Is there a way to achieve this?

Thanks in advance

© Stack Overflow or respective owner

Related posts about google

Related posts about AJAX