RE: [flexcoders] Limit characters by size, not by maxChars.

2008-11-06 Thread Keith Reinfeld
hreinfeld.home.comcast.net/> _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tchredeemed Sent: Thursday, November 06, 2008 10:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Limit characters by size, not by maxChars. Anyone come up with a good way to d

[flexcoders] Limit characters by size, not by maxChars.

2008-11-06 Thread tchredeemed
Anyone come up with a good way to do this? If I have a textArea that I want to limit the amount you can type in it by the amount of lines (for print reasons), how could I do it? I cannot do maxChars, because obviously, maxChars could potentially be off, if a lot of W's are used!