在事件变量值中直接写函数语句,如果是多条语句,则用“;”号隔开。
示例如下:
<mx:Box id="label" backgroundColor="{outColor}" width="{labelWidth}" height="{labelHeight}"
horizontalAlign="center" verticalAlign="middle"
buttonMode="true" mouseOver="label.setStyle(‘backgroundColor‘,overColor)"
mouseOut="label.setStyle(‘backgroundColor‘,outColor)">
<s:Label id="plotButton" text="{plotLabel}" click="button1_clickHandler(event)"/>
</mx:Box>
时间: 2024-10-05 08:33:24