The Flex Builder editor automatically adds fancy shmancy CDATA tags when you
autocomplete the Script tag like this:

<mx:Script>
   <![CDATA[

   ]]>
</mx:Script>


How do I get my component to add CDATA tags automatically for one of its
properties?

<mx:MyComponent>
<mx:myProperty>
   <![CDATA[

   ]]>
</mx:myProperty>
</mx:MyComponent>

Reply via email to