I have an application that displays several form elements. As the
user enters data (such as phone numbers) in text fields
(DOMHTMLInputElement), I would like to auto-insert hyphens '-' at the
appropriate places.
I found that its pretty easy to insert text with setValue:, but that
unfortunately keeps the insertion point in the text field the same.
Is it possible to manipulate the text field's insertion point in any
way? Specifically, I would like to move the insertion point after the
text that I insert.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden