Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Pop-up configuration files - textformat tabStops

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

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>

Any ideas ?

Viewing all articles
Browse latest Browse all 2097

Trending Articles