How to set Numeric Format and the number of decimals to a Field with Javascript?
Hello community,
I created a button on Adobe PDF, so when the user click on it, it creates 3 fields per row(Amount of times it is clicked the button).
I set up the font size and the font using:
newField.textFont = "Helvetica";
newField.textSize = 9;
And newField is: var newField = this.addField(...)
Now, I want to know the code to give the instructions that newField should be "Numeric" Format and with 3 decimals: 5.000 (Example)
Thanks
