Hiperlynk in AW.UI.TextAreaInput
I have a AW.UI.TextAreaInput (TAI).
To modify this content I use:
TAI.element().value = "Esto es una prueba";
How I can modify to add a hiperlynk in this text, as example:
TAI.element().value = "Esto es una prueba para acceder a www.google.com";
I want to the string "www.google.com" was a hiperlynk.
Is this possible?
Thanks
To modify this content I use:
TAI.element().value = "Esto es una prueba";
How I can modify to add a hiperlynk in this text, as example:
TAI.element().value = "Esto es una prueba para acceder a www.google.com";
I want to the string "www.google.com" was a hiperlynk.
Is this possible?
Thanks
PMC
April 16,