Menu

[r317]: / cairngorm3 / trunk / libraries / ModuleTest / src / example / ModulePod.mxml  Maximize  Restore  History

Download this file

29 lines (21 with data), 701 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas
backgroundAlpha=".4"
backgroundColor="#FF0000"
xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:example="example.*">
<mx:Script>
<![CDATA[
import mx.modules.IModuleInfo;
[Bindable]
public var moduleId:String;
[Bindable]
public var moduleInfo:IModuleInfo;
]]>
</mx:Script>
<mx:Label text="moduleId: { moduleId }"/>
<example:MyViewLoader
left="3" right="3" top="20" bottom="3"
label="{ this.label }"
moduleId="{ moduleId }"
info="{ moduleInfo }"/>
</mx:Canvas>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.