
Untitled
By: a guest on
May 9th, 2012 | syntax:
None | size: 0.45 KB | hits: 17 | expires: Never
<?xml version="1.0" encoding="utf-8"?>
<local:MyComponentClass xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*" width="400" height="300">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<s:Button id="myButton" label="Unchanged" click="changeLabel()" />
</local:MyComponentClass>