Sha256: aca3587563dad77258fd4b699f8b7b17f216215d222a2c02471f55882ee29adb
Contents?: true
Size: 990 Bytes
Versions: 1
Compression:
Stored size: 990 Bytes
Contents
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="800" minHeight="600" width="1024" height="768" backgroundColor="0xFFFFFF" pageTitle="<%= class_name %>" usePreloader="true" applicationComplete="on<%= class_name %>Complete()"> <fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; </fx:Style> <fx:Declarations> <context:<%= class_name %>Context contextView="{this}" /> </fx:Declarations> <s:layout> <s:BasicLayout/> </s:layout> <fx:Script> <![CDATA[ protected function on<%= class_name %>Complete():void { trace("<%= class_name %>.mxml :: on<%= class_name %>Complete()"); } ]]> </fx:Script> </s:Application>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gator-as3-robotlegs-0.0.3.pre | lib/gator/mxml/robotlegs/templates/mxml/application.mxml.tt |