views:

11

answers:

0

I'm trying to show HTML tags in an Alert component that can show both LTR and RTL languages.

Showing HTML alone is simple (although not trivial), by assigning a value to textField.htmlText

Handling RTL and LTR is also simple by assigning UIFTETextField to textFieldClass in the Alert CSS.

For some reason, doing both is not working (and it seems that there is an open issue in Adobe for that). Does anyone know of a workaround?