HTMLText back to normal text
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
HTMLText back to normal text
I'm putting the htmlText of the styled text of field 1 into field 2. I modify the HTML of the second field. Now I want to put that new HTML back into field 1 displayed as regular styled text. Is there a command for this?
Re: HTMLText back to normal text
set the htmlText of field 1 to the htmlText of field 2
Re: HTMLText back to normal text
That seems to just put the contents of field 2 into field 1 (the raw HTML).
Re: HTMLText back to normal text
I've got it:
set the HTMLText of field 1 to the text of field ID 2
set the HTMLText of field 1 to the text of field ID 2
Re: HTMLText back to normal text
ah - ok, now I see what you're trying to do.