I have a UX component with a TextArea control. This control is set to Initial Focus. When the UX loads, the existing text is highlighted. If one types a letter, the highlighted text will be replaced. Is there some javascript that can be put into the OnFocus event that would move the cursor to either the beginning or the end of the existing text?