I want to allow users to enter anything except carriage returns in my input
field (but only sometimes). Is there no way to do this using
textField.restrict? I tried "^\r", "^\n", "^\u000d", none of which made any
difference. I know I can do it by setting multiline = false, but it's a bit
irritating for restrict not to work.

Danny

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to