PDA

View Full Version : Restricting Characters In Rich Text Editor


brixel
08-12-2008, 01:40 PM
Hey guys,

How do you restrict characters in the rich text editor control? The text fields have a restrict parameter you can set, but I'm not seeing that for the RTE. Thanks.

brixel
08-12-2008, 02:04 PM
Found it - you can't set the value in-line, you have to target the textArea in code and set the restrict that way.