In the formatting for my text field, i have it set to make the number entered be in a currency format ($9.99) I can't figure out a way to set the dollar sign and the cents to be superscripted, and remove the decimal.
I have looked through the JavaScriptâ„¢ for Acrobat API Reference, and found the currency formatting javascript:
event.value = util.printf("$%.2f", event.value);
But I can't seem to get any of the superscripting examples to work.
George Kaiser