Hi
First of all I´d like to thank everybody who helped me with my questions.
My question this time is:
How do I do a link in a text to a email address? mailto:…?
thanks
Hi
First of all I´d like to thank everybody who helped me with my questions.
My question this time is:
How do I do a link in a text to a email address? mailto:…?
thanks
you can html enable the text field
myTextField.html = true;
myTextField.htmlText = "<a href='mailto:me@me.com'>click here</a>";
=)
:: Copyright KIRUPA 2024 //--