Hello flashers
I’ve loaded xml into text field and I want to assign CSS style with it…
I knoe I can load whole XML into one text field 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]