551
Views
2
Comments
Solved
Hwo to add HTML Span Tag 
Question

Hi,

Container is a DIV tag, I want to add a SPAN tag, how to achieve this using outsystems 


2017-09-19 10-08-14
Sekar
Solution

Hi,

I did it using expression, escape content : no

Thanks


2020-02-28 09-46-54
Eduardo Jauch

Hi Sekar,

If you really need a span for some reason, yes, you can use an expression setting the escape property to no.

But I think this should be avoided. If the reason for the span is just to allow different style, you can use multiple expressions and apply the style to the one that contains the element that must be styled different.

Cheers

Eduardo

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.