Hello flashers
I’ve loaded xml into text field and I want to assign CSS style with it…
I know I can load whole XML into one text field and than assign css to it but what i am doing is to
laod titles into title tf, than content into content tf, like this
title._tf.htmlText = titlesArray[0]
content_tf.htmlText =contentArray.[1]