layaair2-cmd
Version:
layaair version 2 toolkit
15 lines (14 loc) • 380 B
Plain Text
export module {!pack!} {
export class {!className!} extends {!classType!} {
{!vars!}
public static uiView:any ={!uiObj!};
constructor(){ super()}
createChildren():void {
super.createChildren();
this.createView({!className!}.uiView);
{!dataBinds!}
}
{!addCodes!}
}
REG("{!pack!}.{!className!}",{!className!});
}