sweet... :)

On 25 Mar 2007 14:05:10 -0700, Gordon Smith <[EMAIL PROTECTED]> wrote:

   The answer came back from the FlexBuilder folks that it is
unfortunately hard-coded for certain properties of certain components. I've
filed an Engineering Change Request that it be driven by metadata so that
developers can get the same treatment for their components.

- Gordon

 ------------------------------
*From:* [email protected] [mailto:flexcompone
[EMAIL PROTECTED] *On Behalf Of *Gordon Smith
*Sent:* Saturday, March 24, 2007 2:09 PM
*To:* [email protected]
*Subject:* RE: [flexcomponents]Adding CDATA tags around in my htmlText
property

  Interesting... I wasn't aware of that. I'll try to find out what makes
it happen.

- Gordon

 ------------------------------
*From:* [email protected] [mailto:flexcompone
[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown
*Sent:* Saturday, March 24, 2007 10:44 AM
*To:* [email protected]
*Subject:* Re: [flexcomponents]Adding CDATA tags around in my htmlText
property

 sorry, let me clarify. the Textarea htmlText property automatically adds
the CDATA section in the MXML source view editor. so if you go into the
source view and type:

<mx:TextArea>
<mx:htmlText> [ENTER]

then flex builder adds:

    <![CDATA[

    ]]>
</mx:htmlText>

I didn't have to type the CDATA section. Can I do that with my component?

On 3/23/07, Gordon Smith <[EMAIL PROTECTED]> wrote:
>
>    I don't think FlexBuilder supports this.
>
> - Gordon
>
>  ------------------------------
> *From:* [email protected] [mailto:flexcompone
> [EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown
> *Sent:* Friday, March 23, 2007 5:42 PM
> *To:* [email protected]
> *Subject:* [flexcomponents]Adding CDATA tags around in my htmlText
> property
>
>   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