Hi There,

the [Exclude] tag is used to hide the subcomponents. so that they are 
not accessible like

<id_of_parentApplication>.<id_of_childobject>

http://www.jeffryhouser.com/index.cfm?mode=entry&entry=4DC9B79C-65B3-
D59C-464EC981E0A2EA8F

for [ExcludeClasses] metadata tag, please go through this link:
http://nondocs.blogspot.com/2007/04/metadataexcludeclass.html

Thanks, 
anubhav

--- In flexcoders@yahoogroups.com, "flexnadobe" <[EMAIL PROTECTED]> 
wrote:
>
> 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
>


Reply via email to