topical media & game development

talk show tell print

professional-flex-code-26-DateWidget.mx

professional-flex-code-26-DateWidget.mx [swf] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:Module 
          xmlns:mx="http://www.adobe.com/2006/mxml" 
          backgroundColor="#CCCCCC"
          backgroundAlpha="0.5"
          paddingBottom="15"
          paddingTop="15"
          paddingLeft="15"
          paddingRight="15"
          layout="vertical">
          <mx:Label text="Select A Date:" />
          <mx:DateField id="myDate" />
          <mx:TextInput text="{ myDate.selectedDate.toDateString() }" />
  </mx:Module>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.