On 8/12/05, Josh Noland <[EMAIL PROTECTED]> wrote:
> Does anybody know how to move the cursor inside a textArea? I am
> implementing a system that allows a user to use shortcut phrases that are
> exploded into text. For instance when the user types hz it is exploaded to
> horizontal.
Something
Selection.setSelection(yourText.length, yourText.length);
- Original Message -
From: "Josh Noland" <[EMAIL PROTECTED]>
To:
Sent: Thursday, August 11, 2005 8:32 PM
Subject: [flexcoders] Moving Cursor inside textArea
Does anybody know how to move the cursor inside a
Does anybody know how to move the cursor inside a textArea? I am
implementing a system that allows a user to use shortcut phrases that are
exploded into text. For instance when the user types hz it is exploaded to
horizontal. The problem I am having is that when I add the additional
charact
3 matches
Mail list logo