root/lang/actionscript/FxTerm/trunk/FxTermTest.mxml @ 5709

Revision 5709, 440 bytes (checked in by frsyuki, 5 years ago)

lang/actionscript/FxTerm: added Flex Terminal Emulator

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()" layout="vertical">
3        <mx:Script source="FxTerm.as" />
4        <!--<mx:Style source="FxTerm.css" />-->
5        <mx:HBox id="pa" width="800" height="400"/>
6        <!--<mx:VBox id="term" width="800" height="400"/>-->
7        <!--<mx:Text id="term" width="800" height="400"/>-->
8        <mx:TextArea id="log" width="800" height="100%"/>
9</mx:Application>
10
Note: See TracBrowser for help on using the browser.