L
laredotornado
Hi,
If my variable contains
var v = "Hi<BR/>there<BR/>";
and attempt to set the value of my textarea like so:
dojo.byId("appEditForm:txtDesc").value = v;
I actually see the "<BR/>" tags displayed on the screen. I don't want
this -- preferring to see line breaks. What is the proper way to set
the HTML between TEXTAREA tags?
Thanks, - Dave
If my variable contains
var v = "Hi<BR/>there<BR/>";
and attempt to set the value of my textarea like so:
dojo.byId("appEditForm:txtDesc").value = v;
I actually see the "<BR/>" tags displayed on the screen. I don't want
this -- preferring to see line breaks. What is the proper way to set
the HTML between TEXTAREA tags?
Thanks, - Dave