- From: Jim Ley <jim.ley@gmail.com>
- Date: Sun, 29 Aug 2004 22:26:59 +0100
On Sun, 29 Aug 2004 15:59:19 -0500 (CDT), Greg Kilwein <gkilwein at fbsdata.com> wrote: > Given a text box or textarea that I'll refer to as "tx": > > tx.selectionStart: This is a read/write integer that would set or retrieve > the starting index of the selected text (one-based, so "1" would be > the first character in the string). If nothing is selected, 0 would > be returned. What do you do with characters such as a ZWJ, does it count in the length, what happens if you set the caret to its position etc. Jim.
Received on Sunday, 29 August 2004 14:26:59 UTC