Hy I'm trying to prevent the user to enter any form of line breaks in a as3 textarea component.
I tried using the restrict param of the textarea like this:
foo.restrict = "^/\r\n//\n/"
but i don't have any success.
Hope anybody can help me out on the correct way to do this.
thanks in advance Milan