Trim leading/trainging spaces from Textarea w/ HTML Editor
If my form requires the user to enter something into the Textarea, how can I prevent them from just hitting space in the textarea?
I can't do a trim() computation like I could if it was just a textarea (w/o the HTML) because apex will see the item's value as ' '