Packagecom.gestureworks.cml.element
Classpublic class Include
InheritanceInclude Inheritance Object

The Include element allows one to nest CML files. It is not intended to be used outside of CML.



Public Properties
 PropertyDefined By
  cml : String
Deprecated: Please Use src
Sets the source cml file
Include
  src : String
Sets the source cml file
Include
Public Methods
 MethodDefined By
  
Constructor
Include
Property Detail
cmlproperty
cml:String
Deprecated: Please Use src

Sets the source cml file


Implementation
    public function get cml():String
    public function set cml(value:String):void
srcproperty 
src:String

Sets the source cml file


Implementation
    public function get src():String
    public function set src(value:String):void
Constructor Detail
Include()Constructor
public function Include()

Constructor