0
我想顯示一個圖像onmouse內部數據網格到每一行,所以如果我點擊該圖像,一些函數應該調用(根據我的要求)。 我該怎麼做?如何顯示數據網格中每一行的刪除圖像?
<mx:DataGrid width="320" height="624" verticalScrollPolicy="on" dataProvider="{blocked_Usernames}" editable="true">
<mx:columns>
<mx:DataGridColumn headerText="Blocked User Name" dataField="blockedUsernames" editorDataField="value"/>
<mx:DataGridColumn width="20" editable="false">
<mx:itemRenderer >
<mx:Component >
<mx:Image source="@Embed('assets/image/Close.png')" width="10" height="10" autoLoad="false"/>
</mx:Component>
</mx:itemRenderer>
</mx:DataGridColumn>
</mx:columns>
</mx:DataGrid>
語言?框架? – Bobby 2010-02-10 12:19:33