PDA

View Full Version : TextAreas and Tabs


CDHBookingEdge
01-17-2007, 08:16 PM
I've got a text editor component that I'm working on that is derived from TextArea. Now in it I'll need to "trap" tabs, and put them in when the user hits the tab key. Has anyone done anything like this and if so any clues to how to best go about it?

Thanks in advance,
Christopher

Pleh
01-18-2007, 09:40 AM
I am having the same issue, so far i have found that some people have achieved this by catching the keydown event and returning focus to the current TextArea and also inserting the "/t" character.