Transliteration API: Is it possible to make all input fields in the page transliteratable?
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
9:53 UTC
Read the original article
Hit count: 260
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