http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/images/arrow_icon_sm.png.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/images/arrow_icon_sm.png.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/images/arrow_icon_sm.png.html
new file mode 100644
index 0000000..e561fd9
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/images/arrow_icon_sm.png.html
@@ -0,0 +1,28 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+<title>arrow_icon_sm.png</title>
+</head>
+
+<body>
+<img src="arrow_icon_sm.png" border="0"/>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/sample1.mxml.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/sample1.mxml.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/sample1.mxml.html
new file mode 100644
index 0000000..4489e46
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/source/sample1.mxml.html
@@ -0,0 +1,104 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<title>sample1.mxml</title>
+<link rel="stylesheet" type="text/css" href="../SourceStyles.css"/>
+</head>
+
+<body><pre><span class="MXMLProcessing_Instruction">&lt;?xml version="1.0" 
encoding="utf-8"?&gt;</span>
+<span class="MXMLComponent_Tag">&lt;s:Application</span><span 
class="MXMLDefault_Text"> xmlns:fx="</span><span 
class="MXMLString">http://ns.adobe.com/mxml/2009</span><span 
class="MXMLDefault_Text">"  
+               xmlns:s="</span><span 
class="MXMLString">library://ns.adobe.com/flex/spark</span><span 
class="MXMLDefault_Text">" 
+               xmlns:mx="</span><span 
class="MXMLString">library://ns.adobe.com/flex/mx</span><span 
class="MXMLDefault_Text">" 
+               skinClass="</span><span 
class="MXMLString">TDFGradientBackgroundSkin</span><span 
class="MXMLDefault_Text">" 
+               viewSourceURL="</span><span 
class="MXMLString">srcview/index.html</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+    
+    <span class="MXMLSpecial_Tag">&lt;fx:Declarations&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;fx:XMLList</span><span 
class="MXMLDefault_Text"> id="</span><span 
class="MXMLString">employees</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+            <span class="MXMLDefault_Text">&lt;employee&gt;
+                &lt;name&gt;Christina Coenraets&lt;/name&gt;
+                &lt;phone&gt;555-219-2270&lt;/phone&gt;
+                &lt;email&gt;ccoenra...@fictitious.com&lt;/email&gt;
+                &lt;active&gt;true&lt;/active&gt;
+                &lt;image&gt;images/arrow_icon_sm.png&lt;/image&gt;
+            &lt;/employee&gt;
+            &lt;employee&gt;
+                &lt;name&gt;Joanne Wall&lt;/name&gt;
+                &lt;phone&gt;555-219-2012&lt;/phone&gt;
+                &lt;email&gt;jw...@fictitious.com&lt;/email&gt;
+                &lt;active&gt;true&lt;/active&gt;
+            &lt;/employee&gt;
+            &lt;employee&gt;
+                &lt;name&gt;Maurice Smith&lt;/name&gt;
+                &lt;phone&gt;555-219-2012&lt;/phone&gt;
+                &lt;email&gt;maur...@fictitious.com&lt;/email&gt;
+                &lt;active&gt;false&lt;/active&gt;
+            &lt;/employee&gt;
+            &lt;employee&gt;
+                &lt;name&gt;Mary Jones&lt;/name&gt;
+                &lt;phone&gt;555-219-2000&lt;/phone&gt;
+                &lt;email&gt;mjo...@fictitious.com&lt;/email&gt;
+                &lt;active&gt;true&lt;/active&gt;
+            &lt;/employee&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/fx:XMLList&gt;</span>
+    <span class="MXMLSpecial_Tag">&lt;/fx:Declarations&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:layout&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:HorizontalLayout</span><span 
class="MXMLDefault_Text"> horizontalAlign="</span><span 
class="MXMLString">center</span><span class="MXMLDefault_Text">" </span><span 
class="MXMLComponent_Tag">/&gt;</span>
+    <span class="MXMLComponent_Tag">&lt;/s:layout&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:Panel</span><span 
class="MXMLDefault_Text"> title="</span><span class="MXMLString">DataGrid 
Control</span><span class="MXMLDefault_Text">" 
+             color="</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">" 
+             borderAlpha="</span><span class="MXMLString">0.15</span><span 
class="MXMLDefault_Text">" 
+             width="</span><span class="MXMLString">600</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:layout&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:VerticalLayout</span><span 
class="MXMLDefault_Text"> paddingLeft="</span><span 
class="MXMLString">10</span><span class="MXMLDefault_Text">" 
paddingRight="</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">" paddingTop="</span><span 
class="MXMLString">10</span><span class="MXMLDefault_Text">" 
paddingBottom="</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/s:layout&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">"
+                 text="</span><span class="MXMLString">Select a row in the 
DataGrid control.</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;mx:DataGrid</span><span 
class="MXMLDefault_Text"> id="</span><span class="MXMLString">dg</span><span 
class="MXMLDefault_Text">" color="</span><span 
class="MXMLString">0x323232</span><span class="MXMLDefault_Text">" 
width="</span><span class="MXMLString">100%</span><span 
class="MXMLDefault_Text">" rowCount="</span><span 
class="MXMLString">3</span><span class="MXMLDefault_Text">" 
dataProvider="</span><span class="MXMLString">{</span><span 
class="ActionScriptDefault_Text">employees</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:columns&gt;</span>
+                <span 
class="MXMLComponent_Tag">&lt;mx:DataGridColumn</span><span 
class="MXMLDefault_Text"> dataField="</span><span 
class="MXMLString">name</span><span class="MXMLDefault_Text">" 
headerText="</span><span class="MXMLString">Name</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+                <span 
class="MXMLComponent_Tag">&lt;mx:DataGridColumn</span><span 
class="MXMLDefault_Text"> dataField="</span><span 
class="MXMLString">phone</span><span class="MXMLDefault_Text">" 
headerText="</span><span class="MXMLString">Phone</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+                <span 
class="MXMLComponent_Tag">&lt;mx:DataGridColumn</span><span 
class="MXMLDefault_Text"> dataField="</span><span 
class="MXMLString">email</span><span class="MXMLDefault_Text">" 
headerText="</span><span class="MXMLString">Email</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;/mx:columns&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/mx:DataGrid&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;mx:Form</span><span 
class="MXMLDefault_Text"> color="</span><span 
class="MXMLString">0x323232</span><span class="MXMLDefault_Text">" 
width="</span><span class="MXMLString">100%</span><span 
class="MXMLDefault_Text">" height="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
paddingTop="</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">" paddingBottom="</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">"  </span><span 
class="MXMLComponent_Tag">&gt;</span>
+            
+            <span class="MXMLComponent_Tag">&lt;mx:FormItem</span><span 
class="MXMLDefault_Text"> label="</span><span 
class="MXMLString">Name</span><span class="MXMLDefault_Text">" 
paddingTop="</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">" paddingBottom="</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+                <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> text="</span><span class="MXMLString">{</span><span 
class="ActionScriptDefault_Text">dg</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">selectedItem</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">name</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;/mx:FormItem&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:FormItem</span><span 
class="MXMLDefault_Text"> label="</span><span 
class="MXMLString">Email</span><span class="MXMLDefault_Text">" 
paddingTop="</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">" paddingBottom="</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+                <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> text="</span><span class="MXMLString">{</span><span 
class="ActionScriptDefault_Text">dg</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">selectedItem</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">email</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;/mx:FormItem&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:FormItem</span><span 
class="MXMLDefault_Text"> label="</span><span 
class="MXMLString">Phone</span><span class="MXMLDefault_Text">" 
paddingTop="</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">" paddingBottom="</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+                <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> text="</span><span class="MXMLString">{</span><span 
class="ActionScriptDefault_Text">dg</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">selectedItem</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">phone</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;/mx:FormItem&gt;</span>
+            
+        <span class="MXMLComponent_Tag">&lt;/mx:Form&gt;</span>
+        
+    <span class="MXMLComponent_Tag">&lt;/s:Panel&gt;</span>
+    
+<span class="MXMLComponent_Tag">&lt;/s:Application&gt;</span></pre></body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/TDFGradientBackgroundSkin.mxml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/TDFGradientBackgroundSkin.mxml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/TDFGradientBackgroundSkin.mxml
new file mode 100644
index 0000000..553aee3
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/TDFGradientBackgroundSkin.mxml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"; 
+                        xmlns:mx="library://ns.adobe.com/flex/mx" 
+                        xmlns:s="library://ns.adobe.com/flex/spark">
+       
+       <fx:Metadata>
+               [HostComponent("spark.components.Application")]
+       </fx:Metadata> 
+       
+       <s:states>
+               <s:State name="normal" />
+               <s:State name="disabled" />
+       </s:states>
+       
+       <s:layout>
+               <s:BasicLayout />
+       </s:layout>
+       
+       <s:Rect id="bg" width="100%" height="100%">
+               <s:fill>
+                       <s:LinearGradient rotation="90">
+                               <s:entries>
+                                       <s:GradientEntry color="0x000000" 
ratio="0.00" />
+                                       <s:GradientEntry color="0x323232" 
ratio="1.0" />
+                               </s:entries>
+                       </s:LinearGradient>    
+               </s:fill>
+       </s:Rect>
+       
+       <s:Group id="contentGroup" left="0" right="0" top="0" bottom="0" />
+</s:SparkSkin>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/images/arrow_icon_sm.png
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/images/arrow_icon_sm.png
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/images/arrow_icon_sm.png
new file mode 100644
index 0000000..33debc8
Binary files /dev/null and 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/images/arrow_icon_sm.png
 differ

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/sample1.mxml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/sample1.mxml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/sample1.mxml
new file mode 100644
index 0000000..92e4a89
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DataGrid/srcview/src/sample1.mxml
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";  
+                          xmlns:s="library://ns.adobe.com/flex/spark" 
+                          xmlns:mx="library://ns.adobe.com/flex/mx" 
+                          skinClass="TDFGradientBackgroundSkin" 
+                          viewSourceURL="srcview/index.html">
+       
+       <fx:Declarations>
+               <fx:XMLList id="employees">
+                       <employee>
+                               <name>Christina Coenraets</name>
+                               <phone>555-219-2270</phone>
+                               <email>ccoenra...@fictitious.com</email>
+                               <active>true</active>
+                               <image>images/arrow_icon_sm.png</image>
+                       </employee>
+                       <employee>
+                               <name>Joanne Wall</name>
+                               <phone>555-219-2012</phone>
+                               <email>jw...@fictitious.com</email>
+                               <active>true</active>
+                       </employee>
+                       <employee>
+                               <name>Maurice Smith</name>
+                               <phone>555-219-2012</phone>
+                               <email>maur...@fictitious.com</email>
+                               <active>false</active>
+                       </employee>
+                       <employee>
+                               <name>Mary Jones</name>
+                               <phone>555-219-2000</phone>
+                               <email>mjo...@fictitious.com</email>
+                               <active>true</active>
+                       </employee>
+               </fx:XMLList>
+       </fx:Declarations>
+       
+       <s:layout>
+               <s:HorizontalLayout horizontalAlign="center" />
+       </s:layout>
+       
+       <s:Panel title="DataGrid Control" 
+                        color="0x000000" 
+                        borderAlpha="0.15" 
+                        width="600">
+               
+               <s:layout>
+                       <s:VerticalLayout paddingLeft="10" paddingRight="10" 
paddingTop="10" paddingBottom="10"/>
+               </s:layout>
+               
+               <s:Label width="100%" color="0x323232"
+                                text="Select a row in the DataGrid control."/>
+               
+               <mx:DataGrid id="dg" color="0x323232" width="100%" rowCount="3" 
dataProvider="{employees}">
+                       <mx:columns>
+                               <mx:DataGridColumn dataField="name" 
headerText="Name"/>
+                               <mx:DataGridColumn dataField="phone" 
headerText="Phone"/>
+                               <mx:DataGridColumn dataField="email" 
headerText="Email"/>
+                       </mx:columns>
+               </mx:DataGrid>
+               
+               <mx:Form color="0x323232" width="100%" height="100%" 
paddingTop="0" paddingBottom="0"  >
+                       
+                       <mx:FormItem label="Name" paddingTop="0" 
paddingBottom="0">
+                               <s:Label text="{dg.selectedItem.name}"/>
+                       </mx:FormItem>
+                       <mx:FormItem label="Email" paddingTop="0" 
paddingBottom="0">
+                               <s:Label text="{dg.selectedItem.email}"/>
+                       </mx:FormItem>
+                       <mx:FormItem label="Phone" paddingTop="0" 
paddingBottom="0">
+                               <s:Label text="{dg.selectedItem.phone}"/>
+                       </mx:FormItem>
+                       
+               </mx:Form>
+               
+       </s:Panel>
+       
+</s:Application>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/sample1.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/sample1.html 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/sample1.html
new file mode 100644
index 0000000..67ff53c
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/sample1.html
@@ -0,0 +1,45 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title></title>
+<style>
+body { margin: 0px; overflow:hidden }
+</style>
+</head>
+
+<body scroll="no">
+       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                       id="sample1" width="100%" height="100%"
+                       
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
+                       <param name="movie" value="sample1.swf" />
+                       <param name="quality" value="high" />
+                       <param name="bgcolor" value="#000000" />
+                       <param name="allowScriptAccess" value="sameDomain" />
+                       <embed src="sample1.swf" quality="high" 
bgcolor="#000000"
+                               width="100%" height="100%" name="sample1" 
align="middle"
+                               play="true"
+                               loop="false"
+                               quality="high"
+                               allowScriptAccess="sameDomain"
+                               type="application/x-shockwave-flash"
+                               
pluginspage="http://www.adobe.com/go/getflashplayer";>
+                       </embed>
+       </object>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceIndex.xml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceIndex.xml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceIndex.xml
new file mode 100644
index 0000000..b1a625e
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceIndex.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<index>
+       <title>Source of Sample-Adobe-DateChooser</title>
+       <nodes>
+               <node label="html-template">
+                       <node icon="htmlIcon" label="index.template.html" 
url="source/html-template/index.template.html"/>
+               </node>
+               <node label="libs">
+               </node>
+               <node label="src">
+                       <node icon="mxmlAppIcon" selected="true" 
label="sample1.mxml" url="source/sample1.mxml.html"/>
+                       <node icon="mxmlIcon" 
label="TDFGradientBackgroundSkin.mxml" 
url="source/TDFGradientBackgroundSkin.mxml.html"/>
+               </node>
+       </nodes>
+       <zipfile label="Download source (ZIP, 6K)" 
url="Sample-Adobe-DateChooser.zip">
+       </zipfile>
+       <sdklink label="Download Flex SDK" 
url="http://www.adobe.com/go/flex4_sdk_download";>
+       </sdklink>
+</index>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceStyles.css
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceStyles.css
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceStyles.css
new file mode 100644
index 0000000..85d85fe
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceStyles.css
@@ -0,0 +1,155 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+body {
+       font-family: Courier New, Courier, monospace;
+       font-size: medium;
+}
+
+.CSS@font-face {
+       color: #990000;
+       font-weight: bold;
+}
+
+.CSS@import {
+       color: #006666;
+       font-weight: bold;
+}
+
+.CSS@media {
+       color: #663333;
+       font-weight: bold;
+}
+
+.CSS@namespace {
+       color: #923196;
+}
+
+.CSSComment {
+       color: #999999;
+}
+
+.CSSDefault_Text {
+}
+
+.CSSDelimiters {
+}
+
+.CSSProperty_Name {
+       color: #330099;
+}
+
+.CSSProperty_Value {
+       color: #3333cc;
+}
+
+.CSSSelector {
+       color: #ff00ff;
+}
+
+.CSSString {
+       color: #990000;
+}
+
+.MXMLASDoc {
+       color: #3f5fbf;
+}
+
+.MXMLComment {
+       color: #800000;
+}
+
+.MXMLComponent_Tag {
+       color: #0000ff;
+}
+
+.MXMLDefault_Text {
+}
+
+.MXMLProcessing_Instruction {
+}
+
+.MXMLSpecial_Tag {
+       color: #006633;
+}
+
+.MXMLString {
+       color: #990000;
+}
+
+.ActionScriptASDoc {
+       color: #3f5fbf;
+}
+
+.ActionScriptBracket/Brace {
+}
+
+.ActionScriptComment {
+       color: #009900;
+       font-style: italic;
+}
+
+.ActionScriptDefault_Text {
+}
+
+.ActionScriptMetadata {
+       color: #0033ff;
+       font-weight: bold;
+}
+
+.ActionScriptOperator {
+}
+
+.ActionScriptReserved {
+       color: #0033ff;
+       font-weight: bold;
+}
+
+.ActionScriptString {
+       color: #990000;
+       font-weight: bold;
+}
+
+.ActionScriptclass {
+       color: #9900cc;
+       font-weight: bold;
+}
+
+.ActionScriptfunction {
+       color: #339966;
+       font-weight: bold;
+}
+
+.ActionScriptinterface {
+       color: #9900cc;
+       font-weight: bold;
+}
+
+.ActionScriptpackage {
+       color: #9900cc;
+       font-weight: bold;
+}
+
+.ActionScripttrace {
+       color: #cc6666;
+       font-weight: bold;
+}
+
+.ActionScriptvar {
+       color: #6699cc;
+       font-weight: bold;
+}
+

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceTree.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceTree.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceTree.html
new file mode 100644
index 0000000..9fc7773
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/SourceTree.html
@@ -0,0 +1,129 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!-- saved from url=(0014)about:internet -->
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">    
+    <!-- 
+    Smart developers always View Source. 
+    
+    This application was built using Adobe Flex, an open source framework
+    for building rich Internet applications that get delivered via the
+    Flash Player or to desktops via Adobe AIR. 
+    
+    Learn more about Flex at http://flex.org 
+    // -->
+    <head>
+        <title></title>         
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <!-- Include CSS to eliminate any default margins/padding and 
set the height of the html element and 
+                    the body element to 100%, because Firefox, or any Gecko 
based browser, interprets percentage as 
+                        the percentage of the height of its parent container, 
which has to be set explicitly.  Initially, 
+                        don't display flashContent div so it won't show if 
JavaScript disabled.
+               -->
+        <style type="text/css" media="screen"> 
+                       html, body      { height:100%; }
+                       body { margin:0; padding:0; overflow:auto; 
text-align:center; 
+                              background-color: #ffffff; }   
+                       #flashContent { display:none; }
+        </style>
+               
+               <!-- Enable Browser History by replacing useBrowserHistory 
tokens with two hyphens -->
+        <!-- BEGIN Browser History required section >
+        <link rel="stylesheet" type="text/css" href="history/history.css" />
+        <script type="text/javascript" src="history/history.js"></script>
+        <! END Browser History required section -->  
+                   
+        <script type="text/javascript" src="swfobject.js"></script>
+        <script type="text/javascript">
+               function loadIntoMain(url) {
+                               parent.mainFrame.location.href = url;
+                       }
+                       
+                       function openUrlWindow(url) {
+                               window.top.location = url;
+                       }
+                       
+            <!-- For version detection, set to min. required Flash Player 
version, or 0 (or 0.0.0), for no version detection. --> 
+            var swfVersionStr = "10.0.0";
+            <!-- To use express install, set to playerProductInstall.swf, 
otherwise the empty string. -->
+            var xiSwfUrlStr = "playerProductInstall.swf";
+            var flashvars = {};
+            var params = {};
+            params.quality = "high";
+            params.bgcolor = "#ffffff";
+            params.allowscriptaccess = "sameDomain";
+            params.allowfullscreen = "true";
+            var attributes = {};
+            attributes.id = "SourceTree";
+            attributes.name = "SourceTree";
+            attributes.align = "middle";
+            swfobject.embedSWF(
+                "SourceTree.swf", "flashContent", 
+                "100%", "100%", 
+                swfVersionStr, xiSwfUrlStr, 
+                flashvars, params, attributes);
+                       <!-- JavaScript enabled so display the flashContent div 
in case it is not replaced with a swf object. -->
+                       swfobject.createCSS("#flashContent", 
"display:block;text-align:left;");
+        </script>
+    </head>
+    <body>
+        <!-- SWFObject's dynamic embed method replaces this alternative HTML 
content with Flash content when enough 
+                        JavaScript and Flash plug-in support is available. The 
div is initially hidden so that it doesn't show
+                        when JavaScript is disabled.
+               -->
+        <div id="flashContent">
+               <p>
+                       To view this page ensure that Adobe Flash Player 
version 
+                               10.0.0 or greater is installed. 
+                       </p>
+                       <script type="text/javascript"> 
+                               var pageHost = ((document.location.protocol == 
"https:") ? "https://"; : "http://";); 
+                               document.write("<a 
href='http://www.adobe.com/go/getflashplayer'><img src='" 
+                                                               + pageHost + 
"www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get 
Adobe Flash player' /></a>" ); 
+                       </script> 
+        </div>
+               
+               <noscript>
+            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
width="100%" height="100%" id="SourceTree">
+                <param name="movie" value="SourceTree.swf" />
+                <param name="quality" value="high" />
+                <param name="bgcolor" value="#ffffff" />
+                <param name="allowScriptAccess" value="sameDomain" />
+                <param name="allowFullScreen" value="true" />
+                <!--[if !IE]>-->
+                <object type="application/x-shockwave-flash" 
data="SourceTree.swf" width="100%" height="100%">
+                    <param name="quality" value="high" />
+                    <param name="bgcolor" value="#ffffff" />
+                    <param name="allowScriptAccess" value="sameDomain" />
+                    <param name="allowFullScreen" value="true" />
+                <!--<![endif]-->
+                <!--[if gte IE 6]>-->
+                       <p> 
+                               Either scripts and active content are not 
permitted to run or Adobe Flash Player version
+                               10.0.0 or greater is not installed.
+                       </p>
+                <!--<![endif]-->
+                    <a href="http://www.adobe.com/go/getflashplayer";>
+                        <img 
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"; 
alt="Get Adobe Flash Player" />
+                    </a>
+                <!--[if !IE]>-->
+                </object>
+                <!--<![endif]-->
+            </object>
+           </noscript>         
+   </body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/index.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/index.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/index.html
new file mode 100644
index 0000000..51fe748
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/index.html
@@ -0,0 +1,32 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
"http://www.w3.org/TR/html4/frameset.dtd";>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Source of Sample-Adobe-DateChooser</title>
+</head>
+<frameset cols="235,*" border="2" framespacing="1">
+    <frame src="SourceTree.html" name="leftFrame" scrolling="NO">
+    <frame src="source/sample1.mxml.html" name="mainFrame">
+</frameset>
+<noframes>
+       <body>          
+       </body>
+</noframes>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/TDFGradientBackgroundSkin.mxml.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/TDFGradientBackgroundSkin.mxml.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/TDFGradientBackgroundSkin.mxml.html
new file mode 100644
index 0000000..08e0ab0
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/TDFGradientBackgroundSkin.mxml.html
@@ -0,0 +1,57 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<title>TDFGradientBackgroundSkin.mxml</title>
+<link rel="stylesheet" type="text/css" href="../SourceStyles.css"/>
+</head>
+
+<body><pre><span class="MXMLProcessing_Instruction">&lt;?xml version="1.0" 
encoding="utf-8"?&gt;</span>
+<span class="MXMLComponent_Tag">&lt;s:SparkSkin</span><span 
class="MXMLDefault_Text"> xmlns:fx="</span><span 
class="MXMLString">http://ns.adobe.com/mxml/2009</span><span 
class="MXMLDefault_Text">" 
+             xmlns:mx="</span><span 
class="MXMLString">library://ns.adobe.com/flex/mx</span><span 
class="MXMLDefault_Text">" 
+             xmlns:s="</span><span 
class="MXMLString">library://ns.adobe.com/flex/spark</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+    
+    <span class="MXMLSpecial_Tag">&lt;fx:Metadata&gt;</span>
+        <span class="ActionScriptBracket/Brace">[</span><span 
class="ActionScriptMetadata">HostComponent</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptString">"spark.components.Application"</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptBracket/Brace">]</span>
+    <span class="MXMLSpecial_Tag">&lt;/fx:Metadata&gt;</span> 
+    
+    <span class="MXMLComponent_Tag">&lt;s:states&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:State</span><span 
class="MXMLDefault_Text"> name="</span><span 
class="MXMLString">normal</span><span class="MXMLDefault_Text">" </span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:State</span><span 
class="MXMLDefault_Text"> name="</span><span 
class="MXMLString">disabled</span><span class="MXMLDefault_Text">" </span><span 
class="MXMLComponent_Tag">/&gt;</span>
+    <span class="MXMLComponent_Tag">&lt;/s:states&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:layout&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:BasicLayout</span><span 
class="MXMLDefault_Text"> </span><span class="MXMLComponent_Tag">/&gt;</span>
+    <span class="MXMLComponent_Tag">&lt;/s:layout&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:Rect</span><span 
class="MXMLDefault_Text"> id="</span><span class="MXMLString">bg</span><span 
class="MXMLDefault_Text">" width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
height="</span><span class="MXMLString">100%</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:fill&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:LinearGradient</span><span 
class="MXMLDefault_Text"> rotation="</span><span 
class="MXMLString">90</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+                <span class="MXMLComponent_Tag">&lt;s:entries&gt;</span>
+                    <span 
class="MXMLComponent_Tag">&lt;s:GradientEntry</span><span 
class="MXMLDefault_Text"> color="</span><span 
class="MXMLString">0x000000</span><span class="MXMLDefault_Text">" 
ratio="</span><span class="MXMLString">0.00</span><span 
class="MXMLDefault_Text">" </span><span class="MXMLComponent_Tag">/&gt;</span>
+                    <span 
class="MXMLComponent_Tag">&lt;s:GradientEntry</span><span 
class="MXMLDefault_Text"> color="</span><span 
class="MXMLString">0x323232</span><span class="MXMLDefault_Text">" 
ratio="</span><span class="MXMLString">1.0</span><span 
class="MXMLDefault_Text">" </span><span class="MXMLComponent_Tag">/&gt;</span>
+                <span class="MXMLComponent_Tag">&lt;/s:entries&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;/s:LinearGradient&gt;</span>   
 
+        <span class="MXMLComponent_Tag">&lt;/s:fill&gt;</span>
+    <span class="MXMLComponent_Tag">&lt;/s:Rect&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:Group</span><span 
class="MXMLDefault_Text"> id="</span><span 
class="MXMLString">contentGroup</span><span class="MXMLDefault_Text">" 
left="</span><span class="MXMLString">0</span><span class="MXMLDefault_Text">" 
right="</span><span class="MXMLString">0</span><span class="MXMLDefault_Text">" 
top="</span><span class="MXMLString">0</span><span class="MXMLDefault_Text">" 
bottom="</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">" </span><span class="MXMLComponent_Tag">/&gt;</span>
+<span class="MXMLComponent_Tag">&lt;/s:SparkSkin&gt;</span></pre></body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png
new file mode 100644
index 0000000..81f500b
Binary files /dev/null and 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png
 differ

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png.html
new file mode 100644
index 0000000..509c666
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/DateChooser.png.html
@@ -0,0 +1,28 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+<title>DateChooser.png</title>
+</head>
+
+<body>
+<img src="DateChooser.png" border="0"/>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.html
new file mode 100644
index 0000000..67ff53c
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.html
@@ -0,0 +1,45 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title></title>
+<style>
+body { margin: 0px; overflow:hidden }
+</style>
+</head>
+
+<body scroll="no">
+       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                       id="sample1" width="100%" height="100%"
+                       
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
+                       <param name="movie" value="sample1.swf" />
+                       <param name="quality" value="high" />
+                       <param name="bgcolor" value="#000000" />
+                       <param name="allowScriptAccess" value="sameDomain" />
+                       <embed src="sample1.swf" quality="high" 
bgcolor="#000000"
+                               width="100%" height="100%" name="sample1" 
align="middle"
+                               play="true"
+                               loop="false"
+                               quality="high"
+                               allowScriptAccess="sameDomain"
+                               type="application/x-shockwave-flash"
+                               
pluginspage="http://www.adobe.com/go/getflashplayer";>
+                       </embed>
+       </object>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.mxml.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.mxml.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.mxml.html
new file mode 100644
index 0000000..bff9b12
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/final-sample/sample1.mxml.html
@@ -0,0 +1,72 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<title>sample1.mxml</title>
+<link rel="stylesheet" type="text/css" href="../SourceStyles.css"/>
+</head>
+
+<body><pre><span class="MXMLProcessing_Instruction">&lt;?xml 
version=&quot;1.0&quot;?&gt;</span>
+<span class="MXMLComment">&lt;!--</span><span class="MXMLComment"> Simple 
example to demonstrate DateChooser control. </span><span 
class="MXMLComment">--&gt;</span>
+<span class="MXMLComponent_Tag">&lt;mx:Application</span><span 
class="MXMLDefault_Text"> xmlns:mx=&quot;</span><span 
class="MXMLString">http://www.adobe.com/2006/mxml</span><span 
class="MXMLDefault_Text">&quot; layout=&quot;</span><span 
class="MXMLString">horizontal</span><span class="MXMLDefault_Text">&quot; 
verticalAlign=&quot;</span><span class="MXMLString">top</span><span 
class="MXMLDefault_Text">&quot;
+    horizontalAlign=&quot;</span><span class="MXMLString">center</span><span 
class="MXMLDefault_Text">&quot; backgroundGradientColors=&quot;</span><span 
class="MXMLString">[0x000000,0x323232]</span><span 
class="MXMLDefault_Text">&quot; paddingTop=&quot;</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">&quot; 
paddingBottom=&quot;</span><span class="MXMLString">0</span><span 
class="MXMLDefault_Text">&quot; viewSourceURL=&quot;</span><span 
class="MXMLString">srcview/index.html</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">&gt;</span>
+
+    <span class="MXMLSpecial_Tag">&lt;mx:Script&gt;</span>
+        <span class="ActionScriptOperator">&lt;!</span><span 
class="ActionScriptBracket/Brace">[</span><span 
class="ActionScriptDefault_Text">CDATA</span><span 
class="ActionScriptBracket/Brace">[</span>
+
+            <span class="ActionScriptComment">// Event handler function to 
write the selected
+</span>            <span class="ActionScriptComment">// date to the Label 
control.        
+</span>            <span class="ActionScriptReserved">private</span> <span 
class="ActionScriptfunction">function</span> <span 
class="ActionScriptDefault_Text">displayDate</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span><span 
class="ActionScriptOperator">:</span><span 
class="ActionScriptDefault_Text">Date</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptOperator">:</span><span 
class="ActionScriptReserved">void</span> <span 
class="ActionScriptBracket/Brace">{</span>
+                <span class="ActionScriptReserved">if</span> <span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span> <span 
class="ActionScriptOperator">==</span> <span 
class="ActionScriptReserved">null</span><span 
class="ActionScriptBracket/Brace">)</span>
+                    <span 
class="ActionScriptDefault_Text">selection</span>.<span 
class="ActionScriptDefault_Text">text</span> <span 
class="ActionScriptOperator">=</span> <span 
class="ActionScriptString">&quot;Date selected: &quot;</span>;
+                <span class="ActionScriptReserved">else</span>
+                    <span 
class="ActionScriptDefault_Text">selection</span>.<span 
class="ActionScriptDefault_Text">text</span> <span 
class="ActionScriptOperator">=</span> <span 
class="ActionScriptString">&quot;Date selected: &quot;</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptDefault_Text">date</span>.<span 
class="ActionScriptDefault_Text">getFullYear</span><span 
class="ActionScriptBracket/Brace">()</span>.<span 
class="ActionScriptDefault_Text">toString</span><span 
class="ActionScriptBracket/Brace">()</span> <span 
class="ActionScriptOperator">+</span>
+                        <span class="ActionScriptString">&apos;/&apos;</span> 
<span class="ActionScriptOperator">+</span> <span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span>.<span 
class="ActionScriptDefault_Text">getMonth</span><span 
class="ActionScriptBracket/Brace">()</span><span 
class="ActionScriptOperator">+</span>1<span 
class="ActionScriptBracket/Brace">)</span>.<span 
class="ActionScriptDefault_Text">toString</span><span 
class="ActionScriptBracket/Brace">()</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptString">&apos;/&apos;</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptDefault_Text">date</span>.<span 
class="ActionScriptDefault_Text">getDate</span><span 
class="ActionScriptBracket/Brace">()</span>;
+            <span class="ActionScriptBracket/Brace">}</span>
+        <span class="ActionScriptBracket/Brace">]]</span><span 
class="ActionScriptOperator">&gt;</span>
+    <span class="MXMLSpecial_Tag">&lt;/mx:Script&gt;</span>
+
+    <span class="MXMLComponent_Tag">&lt;mx:DateFormatter</span><span 
class="MXMLDefault_Text"> id=&quot;</span><span 
class="MXMLString">df</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;mx:Panel</span><span 
class="MXMLDefault_Text"> title=&quot;</span><span 
class="MXMLString">DateChooser Control Example</span><span 
class="MXMLDefault_Text">&quot; width=&quot;</span><span 
class="MXMLString">600</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0xffffff</span><span 
class="MXMLDefault_Text">&quot; borderAlpha=&quot;</span><span 
class="MXMLString">0.15</span><span class="MXMLDefault_Text">&quot; 
height=&quot;</span><span class="MXMLString">240</span><span 
class="MXMLDefault_Text">&quot;
+       layout=&quot;</span><span class="MXMLString">horizontal</span><span 
class="MXMLDefault_Text">&quot; horizontalGap=&quot;</span><span 
class="MXMLString">15</span><span class="MXMLDefault_Text">&quot; 
paddingLeft=&quot;</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">&quot; paddingTop=&quot;</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">&quot; 
paddingRight=&quot;</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">&quot; paddingBottom=&quot;</span><span 
class="MXMLString">0</span><span class="MXMLDefault_Text">&quot; 
horizontalScrollPolicy=&quot;</span><span class="MXMLString">off</span><span 
class="MXMLDefault_Text">&quot; verticalScrollPolicy=&quot;</span><span 
class="MXMLString">off</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">&gt;</span>
+        
+           <span class="MXMLComponent_Tag">&lt;mx:VBox&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:Label</span><span 
class="MXMLDefault_Text"> width=&quot;</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">&quot; text=&quot;</span><span 
class="MXMLString">Simple DateChooser Control</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:DateChooser</span><span 
class="MXMLDefault_Text"> id=&quot;</span><span 
class="MXMLString">dateChooser1</span><span class="MXMLDefault_Text">&quot; 
yearNavigationEnabled=&quot;</span><span class="MXMLString">true</span><span 
class="MXMLDefault_Text">&quot;  height=&quot;</span><span 
class="MXMLString">145</span><span class="MXMLDefault_Text">&quot;   
+              change=&quot;</span><span 
class="ActionScriptDefault_Text">displayDate</span><span 
class="ActionScriptBracket/Brace">(D</span><span 
class="ActionScriptDefault_Text">ateChooser</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">event</span>.<span 
class="ActionScriptDefault_Text">target</span><span 
class="ActionScriptBracket/Brace">)</span>.<span 
class="ActionScriptDefault_Text">selectedDate</span><span 
class="ActionScriptBracket/Brace">)</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:Label</span><span 
class="MXMLDefault_Text"> id=&quot;</span><span 
class="MXMLString">selection</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">&quot; text=&quot;</span><span class="MXMLString">Date 
selected:</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;/mx:VBox&gt;</span>
+
+          <span class="MXMLComponent_Tag">&lt;mx:VBox&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:Label</span><span 
class="MXMLDefault_Text"> width=&quot;</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">&quot; text=&quot;</span><span 
class="MXMLString">Disable dates before Oct 31st, 2008</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:DateChooser</span><span 
class="MXMLDefault_Text"> id=&quot;</span><span 
class="MXMLString">dateChooser2</span><span class="MXMLDefault_Text">&quot; 
yearNavigationEnabled=&quot;</span><span class="MXMLString">true</span><span 
class="MXMLDefault_Text">&quot; width=&quot;</span><span 
class="MXMLString">175</span><span class="MXMLDefault_Text">&quot; 
height=&quot;</span><span class="MXMLString">145</span><span 
class="MXMLDefault_Text">&quot;
+              disabledRanges=&quot;</span><span 
class="MXMLString">{</span><span class="ActionScriptBracket/Brace">[</span> 
<span class="ActionScriptBracket/Brace">{</span><span 
class="ActionScriptDefault_Text">rangeEnd</span><span 
class="ActionScriptOperator">:</span> <span 
class="ActionScriptReserved">new</span> <span 
class="ActionScriptDefault_Text">Date</span><span 
class="ActionScriptBracket/Brace">(</span>2008, 9, 31<span 
class="ActionScriptBracket/Brace">)}</span> <span 
class="ActionScriptBracket/Brace">]</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+          <span class="MXMLComponent_Tag">&lt;mx:Label</span><span 
class="MXMLDefault_Text"> color=&quot;</span><span 
class="MXMLString">0x323232</span><span class="MXMLDefault_Text">&quot; 
text=&quot;</span><span class="MXMLString">Date selected: {</span><span 
class="ActionScriptDefault_Text">df</span>.<span 
class="ActionScriptDefault_Text">format</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">dateChooser2</span>.<span 
class="ActionScriptDefault_Text">selectedDate</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/mx:VBox&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;mx:VBox</span><span 
class="MXMLDefault_Text"> width=&quot;</span><span 
class="MXMLString">30%</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:Text</span><span 
class="MXMLDefault_Text"> width=&quot;</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">&quot; text=&quot;</span><span 
class="MXMLString">Select a date in the DateChooser control.</span><span 
class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:Text</span><span 
class="MXMLDefault_Text"> width=&quot;</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">&quot; 
color=&quot;</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">&quot; text=&quot;</span><span 
class="MXMLString">Select it again while holding down the Control key to clear 
it.</span><span class="MXMLDefault_Text">&quot;</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/mx:VBox&gt;</span>
+        
+    <span class="MXMLComponent_Tag">&lt;/mx:Panel&gt;</span>    
+<span class="MXMLComponent_Tag">&lt;/mx:Application&gt;</span></pre></body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/sample1.mxml.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/sample1.mxml.html
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/sample1.mxml.html
new file mode 100644
index 0000000..94fc55b
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/source/sample1.mxml.html
@@ -0,0 +1,88 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- saved from url=(0014)about:internet -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<title>sample1.mxml</title>
+<link rel="stylesheet" type="text/css" href="../SourceStyles.css"/>
+</head>
+
+<body><pre><span class="MXMLProcessing_Instruction">&lt;?xml 
version="1.0"?&gt;</span>
+<span class="MXMLComment">&lt;!--</span><span class="MXMLComment"> Simple 
example to demonstrate DateChooser control. </span><span 
class="MXMLComment">--&gt;</span>
+<span class="MXMLComponent_Tag">&lt;s:Application</span><span 
class="MXMLDefault_Text"> xmlns:fx="</span><span 
class="MXMLString">http://ns.adobe.com/mxml/2009</span><span 
class="MXMLDefault_Text">"  
+               xmlns:s="</span><span 
class="MXMLString">library://ns.adobe.com/flex/spark</span><span 
class="MXMLDefault_Text">" 
+               xmlns:mx="</span><span 
class="MXMLString">library://ns.adobe.com/flex/mx</span><span 
class="MXMLDefault_Text">" 
+               skinClass="</span><span 
class="MXMLString">TDFGradientBackgroundSkin</span><span 
class="MXMLDefault_Text">"  viewSourceURL="</span><span 
class="MXMLString">srcview/index.html</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+    
+    <span class="MXMLSpecial_Tag">&lt;fx:Script&gt;</span>
+        &lt;![CDATA[
+        
+            <span class="ActionScriptComment">// Event handler function to 
write the selected
+</span>            <span class="ActionScriptComment">// date to the Label 
control.        
+</span>            <span class="ActionScriptReserved">private</span> <span 
class="ActionScriptfunction">function</span> <span 
class="ActionScriptDefault_Text">displayDate</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span>:<span 
class="ActionScriptDefault_Text">Date</span><span 
class="ActionScriptBracket/Brace">)</span>:<span 
class="ActionScriptReserved">void</span> <span 
class="ActionScriptBracket/Brace">{</span>
+                <span class="ActionScriptReserved">if</span> <span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span> <span 
class="ActionScriptOperator">==</span> <span 
class="ActionScriptReserved">null</span><span 
class="ActionScriptBracket/Brace">)</span>
+                    <span 
class="ActionScriptDefault_Text">selection</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">text</span> <span 
class="ActionScriptOperator">=</span> <span class="ActionScriptString">"Date 
selected: "</span>;
+                <span class="ActionScriptReserved">else</span>
+                    <span 
class="ActionScriptDefault_Text">selection</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">text</span> <span 
class="ActionScriptOperator">=</span> <span class="ActionScriptString">"Date 
selected: "</span> <span class="ActionScriptOperator">+</span> <span 
class="ActionScriptDefault_Text">date</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">getFullYear</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">toString</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptBracket/Brace">)</span> <span 
class="ActionScriptOperator">+</span>
+                                        <span 
class="ActionScriptString">'/'</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">date</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">getMonth</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptOperator">+</span>1<span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">toString</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptBracket/Brace">)</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptString">'/'</span> <span 
class="ActionScriptOperator">+</span> <span 
class="ActionScriptDefault_Text">date</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">getDate</span><span class="A
 ctionScriptBracket/Brace">(</span><span 
class="ActionScriptBracket/Brace">)</span>;
+            <span class="ActionScriptBracket/Brace">}</span>
+        <span class="ActionScriptBracket/Brace">]</span><span 
class="ActionScriptBracket/Brace">]</span><span 
class="ActionScriptOperator">&gt;</span>
+    <span class="MXMLSpecial_Tag">&lt;/fx:Script&gt;</span>
+    
+    <span class="MXMLSpecial_Tag">&lt;fx:Declarations&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;mx:DateFormatter</span><span 
class="MXMLDefault_Text"> id="</span><span class="MXMLString">df</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+    <span class="MXMLSpecial_Tag">&lt;/fx:Declarations&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:layout&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;s:HorizontalLayout</span><span 
class="MXMLDefault_Text"> horizontalAlign="</span><span 
class="MXMLString">center</span><span class="MXMLDefault_Text">" </span><span 
class="MXMLComponent_Tag">/&gt;</span>
+    <span class="MXMLComponent_Tag">&lt;/s:layout&gt;</span>
+    
+    <span class="MXMLComponent_Tag">&lt;s:Panel</span><span 
class="MXMLDefault_Text"> title="</span><span class="MXMLString">DateChooser 
Control Example</span><span class="MXMLDefault_Text">" color="</span><span 
class="MXMLString">0x000000</span><span class="MXMLDefault_Text">" 
+             borderAlpha="</span><span class="MXMLString">0.15</span><span 
class="MXMLDefault_Text">" 
+             width="</span><span class="MXMLString">600</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:layout&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:HorizontalLayout</span><span 
class="MXMLDefault_Text"> horizontalAlign="</span><span 
class="MXMLString">center</span><span class="MXMLDefault_Text">" 
+                                paddingLeft="</span><span 
class="MXMLString">10</span><span class="MXMLDefault_Text">" 
paddingRight="</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">" 
+                                paddingTop="</span><span 
class="MXMLString">10</span><span class="MXMLDefault_Text">" 
paddingBottom="</span><span class="MXMLString">10</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/s:layout&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:VGroup&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">" text="</span><span class="MXMLString">Simple 
DateChooser Control</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:DateChooser</span><span 
class="MXMLDefault_Text"> id="</span><span 
class="MXMLString">dateChooser1</span><span class="MXMLDefault_Text">" 
yearNavigationEnabled="</span><span class="MXMLString">true</span><span 
class="MXMLDefault_Text">"  height="</span><span 
class="MXMLString">145</span><span class="MXMLDefault_Text">"   
+                            change="</span><span 
class="ActionScriptDefault_Text">displayDate</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">DateChooser</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">event</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">target</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">selectedDate</span><span 
class="ActionScriptBracket/Brace">)</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> id="</span><span 
class="MXMLString">selection</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">" text="</span><span class="MXMLString">Date 
selected:</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/s:VGroup&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:VGroup&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x000000</span><span 
class="MXMLDefault_Text">" text="</span><span class="MXMLString">Disable dates 
before Oct 31st, 2008</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:DateChooser</span><span 
class="MXMLDefault_Text"> id="</span><span 
class="MXMLString">dateChooser2</span><span class="MXMLDefault_Text">" 
yearNavigationEnabled="</span><span class="MXMLString">true</span><span 
class="MXMLDefault_Text">" width="</span><span 
class="MXMLString">175</span><span class="MXMLDefault_Text">" 
height="</span><span class="MXMLString">145</span><span 
class="MXMLDefault_Text">"
+                            disabledRanges="</span><span 
class="MXMLString">{</span><span class="ActionScriptBracket/Brace">[</span> 
<span class="ActionScriptBracket/Brace">{</span><span 
class="ActionScriptDefault_Text">rangeEnd</span>: <span 
class="ActionScriptReserved">new</span> <span 
class="ActionScriptDefault_Text">Date</span><span 
class="ActionScriptBracket/Brace">(</span>2008<span 
class="ActionScriptOperator">,</span> 9<span 
class="ActionScriptOperator">,</span> 31<span 
class="ActionScriptBracket/Brace">)</span><span 
class="ActionScriptBracket/Brace">}</span> <span 
class="ActionScriptBracket/Brace">]</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">" color="</span><span 
class="MXMLString">0x000000</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;s:Label</span><span 
class="MXMLDefault_Text"> color="</span><span 
class="MXMLString">0x323232</span><span class="MXMLDefault_Text">" 
text="</span><span class="MXMLString">Date selected: {</span><span 
class="ActionScriptDefault_Text">df</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">format</span><span 
class="ActionScriptBracket/Brace">(</span><span 
class="ActionScriptDefault_Text">dateChooser2</span><span 
class="ActionScriptOperator">.</span><span 
class="ActionScriptDefault_Text">selectedDate</span><span 
class="ActionScriptBracket/Brace">)</span><span 
class="MXMLString">}</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/s:VGroup&gt;</span>
+        
+        <span class="MXMLComponent_Tag">&lt;s:VGroup</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">30%</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:Text</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">" text="</span><span class="MXMLString">Select a date 
in the DateChooser control.</span><span class="MXMLDefault_Text">"</span><span 
class="MXMLComponent_Tag">/&gt;</span>
+            <span class="MXMLComponent_Tag">&lt;mx:Text</span><span 
class="MXMLDefault_Text"> width="</span><span 
class="MXMLString">100%</span><span class="MXMLDefault_Text">" 
color="</span><span class="MXMLString">0x323232</span><span 
class="MXMLDefault_Text">" text="</span><span class="MXMLString">Select it 
again while holding down the Control key to clear it.</span><span 
class="MXMLDefault_Text">"</span><span class="MXMLComponent_Tag">/&gt;</span>
+        <span class="MXMLComponent_Tag">&lt;/s:VGroup&gt;</span>
+        
+    <span class="MXMLComponent_Tag">&lt;/s:Panel&gt;</span>    
+    
+<span class="MXMLComponent_Tag">&lt;/s:Application&gt;</span></pre></body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/TDFGradientBackgroundSkin.mxml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/TDFGradientBackgroundSkin.mxml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/TDFGradientBackgroundSkin.mxml
new file mode 100644
index 0000000..553aee3
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/TDFGradientBackgroundSkin.mxml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"; 
+                        xmlns:mx="library://ns.adobe.com/flex/mx" 
+                        xmlns:s="library://ns.adobe.com/flex/spark">
+       
+       <fx:Metadata>
+               [HostComponent("spark.components.Application")]
+       </fx:Metadata> 
+       
+       <s:states>
+               <s:State name="normal" />
+               <s:State name="disabled" />
+       </s:states>
+       
+       <s:layout>
+               <s:BasicLayout />
+       </s:layout>
+       
+       <s:Rect id="bg" width="100%" height="100%">
+               <s:fill>
+                       <s:LinearGradient rotation="90">
+                               <s:entries>
+                                       <s:GradientEntry color="0x000000" 
ratio="0.00" />
+                                       <s:GradientEntry color="0x323232" 
ratio="1.0" />
+                               </s:entries>
+                       </s:LinearGradient>    
+               </s:fill>
+       </s:Rect>
+       
+       <s:Group id="contentGroup" left="0" right="0" top="0" bottom="0" />
+</s:SparkSkin>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/sample1.mxml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/sample1.mxml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/sample1.mxml
new file mode 100644
index 0000000..8bd4dc0
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateChooser/srcview/src/sample1.mxml
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<!-- Simple example to demonstrate DateChooser control. -->
+<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";  
+                          xmlns:s="library://ns.adobe.com/flex/spark" 
+                          xmlns:mx="library://ns.adobe.com/flex/mx" 
+                          skinClass="TDFGradientBackgroundSkin"  
viewSourceURL="srcview/index.html">
+       
+       <fx:Script>
+               <![CDATA[
+               
+                       // Event handler function to write the selected
+                       // date to the Label control.        
+                       private function displayDate(date:Date):void {
+                               if (date == null)
+                                       selection.text = "Date selected: ";
+                               else
+                                       selection.text = "Date selected: " + 
date.getFullYear().toString() +
+                                                                               
'/' + (date.getMonth()+1).toString() + '/' + date.getDate();
+                       }
+               ]]>
+       </fx:Script>
+       
+       <fx:Declarations>
+               <mx:DateFormatter id="df"/>
+       </fx:Declarations>
+       
+       <s:layout>
+               <s:HorizontalLayout horizontalAlign="center" />
+       </s:layout>
+       
+       <s:Panel title="DateChooser Control Example" color="0x000000" 
+                        borderAlpha="0.15" 
+                        width="600">
+               
+               <s:layout>
+                       <s:HorizontalLayout horizontalAlign="center" 
+                                                               
paddingLeft="10" paddingRight="10" 
+                                                               paddingTop="10" 
paddingBottom="10"/>
+               </s:layout>
+               
+               <s:VGroup>
+                       <s:Label width="100%" color="0x000000" text="Simple 
DateChooser Control"/>
+                       <mx:DateChooser id="dateChooser1" 
yearNavigationEnabled="true"  height="145"   
+                                                       
change="displayDate(DateChooser(event.target).selectedDate)" color="0x000000"/>
+                       <s:Label id="selection" color="0x323232" text="Date 
selected:"/>
+               </s:VGroup>
+               
+               <s:VGroup>
+                       <s:Label width="100%" color="0x000000" text="Disable 
dates before Oct 31st, 2008"/>
+                       <mx:DateChooser id="dateChooser2" 
yearNavigationEnabled="true" width="175" height="145"
+                                                       disabledRanges="{[ 
{rangeEnd: new Date(2008, 9, 31)} ]}" color="0x000000"/>
+                       <s:Label color="0x323232" text="Date selected: 
{df.format(dateChooser2.selectedDate)}"/>
+               </s:VGroup>
+               
+               <s:VGroup width="30%">
+                       <mx:Text width="100%" color="0x323232" text="Select a 
date in the DateChooser control."/>
+                       <mx:Text width="100%" color="0x323232" text="Select it 
again while holding down the Control key to clear it."/>
+               </s:VGroup>
+               
+       </s:Panel>    
+       
+</s:Application>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/sample1.html
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/sample1.html 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/sample1.html
new file mode 100644
index 0000000..67ff53c
--- /dev/null
+++ b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/sample1.html
@@ -0,0 +1,45 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title></title>
+<style>
+body { margin: 0px; overflow:hidden }
+</style>
+</head>
+
+<body scroll="no">
+       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
+                       id="sample1" width="100%" height="100%"
+                       
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";>
+                       <param name="movie" value="sample1.swf" />
+                       <param name="quality" value="high" />
+                       <param name="bgcolor" value="#000000" />
+                       <param name="allowScriptAccess" value="sameDomain" />
+                       <embed src="sample1.swf" quality="high" 
bgcolor="#000000"
+                               width="100%" height="100%" name="sample1" 
align="middle"
+                               play="true"
+                               loop="false"
+                               quality="high"
+                               allowScriptAccess="sameDomain"
+                               type="application/x-shockwave-flash"
+                               
pluginspage="http://www.adobe.com/go/getflashplayer";>
+                       </embed>
+       </object>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d43c133c/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/srcview/SourceIndex.xml
----------------------------------------------------------------------
diff --git 
a/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/srcview/SourceIndex.xml
 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/srcview/SourceIndex.xml
new file mode 100644
index 0000000..f6aa9b7
--- /dev/null
+++ 
b/TourDeFlex/TourDeFlex_content/flex4.0/Sample-Adobe-DateField/srcview/SourceIndex.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<index>
+       <title>Source of Sample-Adobe-DateField</title>
+       <nodes>
+               <node label="html-template">
+                       <node icon="htmlIcon" label="index.template.html" 
url="source/html-template/index.template.html"/>
+               </node>
+               <node label="libs">
+               </node>
+               <node label="src">
+                       <node icon="mxmlAppIcon" selected="true" 
label="sample1.mxml" url="source/sample1.mxml.html"/>
+                       <node icon="mxmlIcon" 
label="TDFGradientBackgroundSkin.mxml" 
url="source/TDFGradientBackgroundSkin.mxml.html"/>
+               </node>
+       </nodes>
+       <zipfile label="Download source (ZIP, 6K)" 
url="Sample-Adobe-DateField.zip">
+       </zipfile>
+       <sdklink label="Download Flex SDK" 
url="http://www.adobe.com/go/flex4_sdk_download";>
+       </sdklink>
+</index>

Reply via email to