Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.45 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <local:MyComponentClass xmlns:fx="http://ns.adobe.com/mxml/2009"
  3.                                                 xmlns:s="library://ns.adobe.com/flex/spark"
  4.                                                 xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*" width="400" height="300">
  5.         <fx:Declarations>
  6.                 <!-- Place non-visual elements (e.g., services, value objects) here -->
  7.         </fx:Declarations>
  8.        
  9.         <s:Button id="myButton" label="Unchanged" click="changeLabel()" />
  10. </local:MyComponentClass>