I would like to edit a textfield with default text in it. For example textfield would look like:
"Blue Car's are faster because they run on a special fuel. Jim bought the Blue car model [textfield.rawValue]"
I'd like to add a textfield value in this text. However this gets complicated mixing xml and javascript. Is there a way to do this in the xml? If I try and script this senetence it in javascript the rich text gets lost. Any ideas? My actual use is more complicated than this so I have tried to simplify it. Thanks.
To clarify.
I either want to add textfield values to be included in an xml script thus giving me a Rich Text sentance with textfield values in the sentence where I add them.
or
I want javascript to be able to script the text into rich features such as Bold and italics. With javascript I can easily add a textfield value.