How can I convert Selection index values from TextField.text to
TextField.htmlText? There doesn't appear to be a built-in way to locate
the insertion point (caret) or selection range boundaries within a text
field's HTML.

I need to allow users to modify (properties of) text at runtime in word
processor-like fashion. The text is written (together with HTML formatting
tags) to an XML document. TextFormat has limits that I must get around.

Re-cap: I want to be able to more easily munge TextField.htmlText using
positioning information gleaned from Selection.getBeginIndex and
Selection.getEndIndex, etc.

Anyone have this kind of TextField/TextFormat/Selection experience?


-
pixelTwiddler, a.k.a. Jason

Respect yourself, and THINK about stuff.

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to