Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class InstanceTag
InheritanceInstanceTag Inheritance Object
Implements mx.core.IMXMLObject

Tag to be nested within RuntimeConfig tag that allows to add an existing instance and specify an id.

Default MXML Propertyinstance



Public Properties
 PropertyDefined By
  id : String
The id to register the instance with
InstanceTag
  instance : Object
The instance the instance to add to the Context
InstanceTag
Property Detail
idproperty
public var id:String

The id to register the instance with

instanceproperty 
public var instance:Object

The instance the instance to add to the Context