I've been trying to figure out to dynamically set the maximum number of characters in a text field and I was misled by a whole bunch of info. But basically heres the line of code;
field.value.text.maxChars = "x";
where x is an integer representing the number of characters.
Simple enough, eh?
No comments:
Post a Comment