ArrayElementType
Bindable
DefaultProperty
Effect
Embed
Event
IconFile
Inspectable
InstanceType
NonCommittingChangeEvent
Style
Other Tags:
Exclude
Mixin
ResourceBundle (Localization)
RemoteClass (Data Services)
Managed (Data Services) Reference 1 Reference 2
Not Documented Tags (or I haven't found them yet). They will gain their own pages when I figure out what they do:
AccessibilityClass
ChangeEvent
CollapseWhiteSpace
Deprecated
ExcludeClass
Frame
PercentProxy
RequiresLicense
SWF
Transient
Tags Found In The mx Package That Are Believed To Do Nothing:
DataBindingInfo
DefaultBindingProperty (Reference)
DefaultTriggerEvent (Reference)
MaxChildren
RequiresDataBinding (Reference)
1 comment:
I think the DefaultBindingProperty tells your component what property to put data in that a developer just throws into your component.
For instance:
<mc:MyComponent>
stuff here
</mc:MyComponent>
If you set DefaultBindingProperty to myVar within your component then myVar will automatically be "stuff here". I remember reading this somewhere, but I can't find a reference to it.
Post a Comment