Hello,

I have been looking at some of the MX classes that are in the Flex SDK
2.0/frameworks/source folder and there are some metadata properties
that I cannot find in any documentation. For instance, in the
RichTextEditor.mxml there is the:

                [Exclude(name="alignButtons", kind="property")]
                [Exclude(name="boldButton", kind="property")]
                [Exclude(name="bulletButton", kind="property")]
                [Exclude(name="colorPicker", kind="property")]
                [Exclude(name="defaultButton", kind="property")]
                [Exclude(name="fontFamilyArray", kind="property")]
                [Exclude(name="fontFamilyCombo", kind="property")]
                [Exclude(name="fontSizeArray", kind="property")]
                [Exclude(name="fontSizeCombo", kind="property")]
                [Exclude(name="icon", kind="property")]
                [Exclude(name="italicButton", kind="property")]
                [Exclude(name="label", kind="property")]
                [Exclude(name="layout", kind="property")]
                [Exclude(name="linkTextInput", kind="property")]
                [Exclude(name="toolBar", kind="property")]
                [Exclude(name="toolBar2", kind="property")]
                [Exclude(name="underlineButton", kind="property")]

which I assume just Excludes some properties from a class??

Since I am talking about the richTextEditor.mxml any one know where
there is information on a <mx:ToolBar> mxml tag??

and the:

                [ExcludeClass]

This one is in just about every class in the mx folder I have no idea
what this refers to.

Just curious because I can't find any information out there.

Rich







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to