Tile
Tile
>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
[Bindable]
private var dp:Array = [1, 2, 3, 4, 5, 6, 7, 8, 9];
]]>
</mx:Script>
click="Alert.show(String(event.currentTarget.getRepeaterItem()) + '
pressed')"/>
</mx:Repeater>
</mx:Tile>
</mx:Panel>
</mx:Application>