edit_limit = int;
Define the maximum number of characters the user can type in an edit box.
This attribute specifies the maximum number of characters that the user is allowed to type in an edit box tile.
int: an integer; default = 132 characters; maximum = 256.
Example
edit_limit = 100;
Valid Tiles