HTML links within text fields?
Jeanne A. E. DeVoto
jeanne at runrev.com
Fri May 3 23:18:05 EDT 2002
At 9:03 AM -0700 5/3/2002, lifepaintandpassion wrote:
>How do you create HTML and mailto: links within the text of a text field
>again? Do you need to import an HTML file to that field or can you format it
>so that it's in the text within a field.
One way is to set the linkText of the link to the appropriate URL, then use
a linkClicked handler to use the revGoURL command:
on linkClicked theLinkText
revGoURL theLinkText
end linkClicked
You'll also need to set the text style of each link to "link".
--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/
More information about the use-livecode
mailing list