I am using following code for language transliteration.i getting the
transliteration done..but the problem is that it is also chnges my
textbox styles.i passed the opt_options like following to disable this
as said in the documentation but still not getting it.
can any one tell me..where am i going wrong..
var txt=/*my element id array*/
var opt_options = {
adjustElementStyle:false,
adjustElementDirection:true
};
control.makeTransliteratable(txt,opt_options);
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en.