cancel
Showing results for 
Search instead for 
Did you mean: 

show html-tags in htmlb:textedit?

daniel_humberg
Contributor
0 Kudos

Can I show HTML-Tags and -Formatting inside an htmlb:textedit?

I tried it like this, but this is not working:

<% DATA lv_t TYPE STRING.

lv_t = 'row1<BR>row2'.%>

<htmlb:textEdit id = "text"

rows = "5"

text = "<%= lv_t%>" />

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You should try the PHTMBL:formattedText tag instead

daniel_humberg
Contributor
0 Kudos

thanks.

i think, it will also be possible with htmlb:textview.

Former Member
0 Kudos

yes but the PHTMLB gives you a bit more flexibility.