Search Flex Components Free

Custom Search

December 25, 2007

Flex Containers and Layout Management Tile Source Code

Flex Containers and Layout Management Sample Source Code:

Create a new file:
Tile.mxml


<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundAlpha="0">

<mx:Tile>

<mx:TextInput width="100"/>
<mx:TextInput width="100"/>
<mx:TextInput width="100"/>
<mx:TextInput width="100"/>
<mx:TextInput width="100"/>

</mx:Tile>

</mx:Application>




Related Flex Tutorials