Hi everyone,
the SmartGWT Version is "v11.1p_2018-07-21/Pro Deployment (built 2018-07-21)".
The main Problem is a strange behaviour with HTML Text inside of a TextAreaItem. The String inside our Database contains HTML-tags and we want to display the String without those tags. We use this TextAreaItem for displaying purposes only, so .setCanEdit() and .setCanFocus() are both set to false. I know that the default behaviour of this Item with .setCanEdit(false) will lead into escaped HTML Tags as mentioned in your JavaDocs. But i assume a call of .setEscapeHTML(false) should show the Text inside without HTML Tags. But this doesn't work.
Maybe anyone got a clue or the same Problem.
Kind regards,
Dave
the SmartGWT Version is "v11.1p_2018-07-21/Pro Deployment (built 2018-07-21)".
The main Problem is a strange behaviour with HTML Text inside of a TextAreaItem. The String inside our Database contains HTML-tags and we want to display the String without those tags. We use this TextAreaItem for displaying purposes only, so .setCanEdit() and .setCanFocus() are both set to false. I know that the default behaviour of this Item with .setCanEdit(false) will lead into escaped HTML Tags as mentioned in your JavaDocs. But i assume a call of .setEscapeHTML(false) should show the Text inside without HTML Tags. But this doesn't work.
Maybe anyone got a clue or the same Problem.
Kind regards,
Dave
Comment