does this do it?

parentElement.text()[index] = "newText";

- Daniel Freiman

On Fri, Oct 24, 2008 at 11:48 AM, Mark Carter <[EMAIL PROTECTED]> wrote:

>
> Hi - So, I know how to append a text node to an (parent) element, and how
> to
> replace a text node with a new text node (based on a specified string), but
> how do I set text on a text node?
>
> In my situation it is very important that the reference to the text node
> object is the same before and after this operation, so simply replacing the
> text node is not an option for me.
> --
> View this message in context:
> http://www.nabble.com/Setting-text-on-a-text-node-in-e4x-tp20152621p20152621.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>
>  
>

Reply via email to