hi,
the textformat tag with the attribute "tapstops" doesn't seems to work in a popup config!?
The same html code in a Textarea works fine ->
Popup config ->
Any ideas ?
the textformat tag with the attribute "tapstops" doesn't seems to work in a popup config!?
The same html code in a Textarea works fine ->
Code:
<mx:TextArea width="500" height="500" >
<mx:htmlText>
<![CDATA[<TEXTFORMAT TABSTOPS='20,40,60,80'><P>1<TAB/>2<TAB/>3<TAB/>4<TAB/>5</P></TEXTFORMAT>]]>
</mx:htmlText>
</mx:TextArea>
Popup config ->
Code:
<?xml version="1.0" ?>
<configuration>
<title>test</title>
<description>
<![CDATA[<TEXTFORMAT TABSTOPS='20,40,60,80'><P>1<TAB/>2<TAB/>3<TAB/>4<TAB/>5</P></TEXTFORMAT>]]>
</description>
</configuration>