| Package | com.yworks.mxml |
| Class | public class LicenseTool |
| Inheritance | LicenseTool Object |
| Implements | mx.core.IMXMLObject |
<test:LicenseTool>
<mx:XML source="license.xml"/>
</test:LicenseTool>
Util.registerLicense(license);.
Default MXML Propertylicense
See also
| Property | Defined By | ||
|---|---|---|---|
| license : XML [write-only]
The license as XML. | LicenseTool | ||
| Method | Defined By | ||
|---|---|---|---|
initialized(document:Object, id:String):void
Called automatically by the MXML compiler when the LicenseTool is created
using an MXML tag. | LicenseTool | ||
| license | property |
license:XML [write-only] The license as XML.
public function set license(value:XML):void| initialized | () | method |
public function initialized(document:Object, id:String):voidCalled automatically by the MXML compiler when the LicenseTool is created using an MXML tag.
This implementation does nothing.
Parameters
document:Object — The MXML document containing this instance.
| |
id:String — The id of this instance.
|