Select to view content in your preferred language

Pop-up configuration files - textformat tabStops

422
0
01-22-2013 06:05 AM
YannickBourone
Emerging Contributor
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 ->

 <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 ->

<?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>


Any ideas ?
Tags (2)
0 Kudos
0 Replies