Spell check and auto formatting

I need to implement spell check and auto formatting features for text entered in UI developed through portal.

Can you please share your ideas on how to implement it?

If you want to allow the user to spell-check and format the text he or she enters, try using the HTMLInput control, which presents the user with a rich-text editor for html.

Justin