You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/09/21 04:16:26 UTC

svn commit: r1626509 - in /flex/site/trunk/content/tourdeflex/apache: ./ assets/ containers/ controls/ formatters/ i18n/ validators/

Author: jmclean
Date: Sun Sep 21 02:16:25 2014
New Revision: 1626509

URL: http://svn.apache.org/r1626509
Log:
Adding Apache examples

Added:
    flex/site/trunk/content/tourdeflex/apache/
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_14_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.mxml
    flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/assets/
    flex/site/trunk/content/tourdeflex/apache/assets/ApacheFlexLogo.png   (with props)
    flex/site/trunk/content/tourdeflex/apache/containers/
    flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.mxml
    flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/controls/
    flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.mxml
    flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/controls/SparkRichTextEditorExample.mxml
    flex/site/trunk/content/tourdeflex/apache/formatters/
    flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.mxml
    flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/
    flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.mxml
    flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.swf   (with props)
    flex/site/trunk/content/tourdeflex/apache/validators/
    flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.mxml
    flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.swf   (with props)

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,54 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.10" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released Aug 6, 2013" />	
+		</s:VGroup>	
+	</s:HGroup>
+
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.10.0.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>Support for latest versions of Flash Player (up to 11.8) and AIR runtimes (up to 3.8)</s:li>
+			<s:li>Improved support for older Flash Player versions (down to 10.2)</s:li>
+			<s:li>Linux support</s:li>
+			<s:li>15 new Spark components</s:li>
+			<s:li>Advanced telemetry support</s:li>
+			<s:li>480 dpi mobile skins</s:li>
+			<s:li>Over 200 bugs fixeds</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_10_0.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,54 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.11" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released Oct 28, 2013" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.11.0.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>Support for Flash Player 11.9 and AIR runtime 3.9</s:li>
+			<s:li>mx:AdvancedDataGrid and mx:DataGrid speed improvements</s:li>
+			<s:li>Updated OSMF to latest version</s:li>
+			<s:li>Mobile datagrid component</s:li>
+			<s:li>120 and 640 dpi mobile skins</s:li>
+			<s:li>Desktop callout component</s:li>
+			<s:li>Over 50 bugs fixed</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_11_0.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,56 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.12" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released May 3, 2014" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.12.1.</s:p>
+		<s:p />
+		<s:p>Differences and highlights in 4.12.0 and 4.12.1 include:</s:p>
+		<s:list>
+			<s:li>Support for Flash Player 12.0 and 13.0 and AIR runtime 4.0 and 13.0</s:li>
+			<s:li>Fixed Adobe Flash Builder bug, which inserts a incorrect attribute while creating a new project that uses Apache Flex SDK</s:li>
+			<s:li>Extended mobile media query support</s:li>
+			<s:li>Improved mobile memory usage/performance</s:li>
+			<s:li>Improved iPad and iOS7 support</s:li>
+			<s:li>mx:AdvancedDataGrid and mx:DataGrid performance improvements</s:li>
+			<s:li>New MaskedTextinput component</s:li>
+			<s:li>JSON support for ArrayCollection and ArrayList</s:li>
+			<s:li>Over 100 bugs fixed</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_12_1.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,52 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.13" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released Jul 28, 2014" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.13.0.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>Support for Flash Player 14.0 and AIR runtime 14.0</s:li>
+			<s:li>FDB supports debugging ActionScript Workers</s:li>
+			<s:li>percentWidth for GridColumn</s:li>
+			<s:li>Add Chinese translations for all the installers of Flex</s:li>
+			<s:li>Over 30 bugs fixed</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_13_0.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_14_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_14_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_14_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_14_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,51 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.14" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released MMM DD, 2014" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.14.0.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>Support for Flash Player 15.0 and AIR runtime 15.0</s:li>
+			<s:li>New modern Android skins</s:li>
+			<s:li>New spark RichTextEditor component</s:li>
+			<s:li>Over XX bugs fixed</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,50 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.8 (incubating)" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released Jul 25, 2012" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.8.0 incubating and it as a parity release with Adobe Flex 4.6.0. This is the first release under the incubator of the Apache Software Foundation and represents the initial donation of Adobe Flex 4.6 by Adobe System Inc.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>Flex trademark issues are largely cleared up</s:li>
+			<s:li>Bug-tracking / issue-tracking system (JIRA) transferred from the Adobe bug tracker to Apache bug tracker</s:li>
+			<s:li>Mustela test suite is donated to Apache</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_8_0.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,56 @@
+<?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">
+	<s:layout>
+		<s:VerticalLayout paddingLeft="20" paddingTop="20" />
+	</s:layout>
+	
+	<s:HGroup>
+		<s:Image source="@Embed('/assets/ApacheFlexLogo.png')" width="50" height="50" />
+		<s:VGroup height="100%" verticalAlign="middle">
+			<s:Label text="Apache Flex 4.9" fontSize="20" fontWeight="bold" />
+			<s:Label text="Released Jan 11, 2013" />
+		</s:VGroup>	
+	</s:HGroup>
+	
+	<s:RichText width="100%">
+		<s:p />
+		<s:p>Apache Flex community releases Flex 4.9.0. This is the first release since Apache Flex became a top level project of the Apache Software Foundation.</s:p>
+		<s:p />
+		<s:p>Differences and highlights include:</s:p>
+		<s:list>
+			<s:li>New locales for Apache Flex including Australian, British, Canadian, Greek, Switzerland (German) and Portuguese</s:li>
+			<s:li>Apache Flex SDK can be compiled for any version of the Flash Player from 10.2 to 11.5</s:li>
+			<s:li>New PostCodeFormatter and PostCodeValidator classes for international postcode formatting and validation</s:li>
+			<s:li>New VectorList and VectorCollection classes for lists and collections of vectors</s:li>
+			<s:li>New version of the TLF (Text Layout Framework), the TLF 3.0.33 source code is now included as it is now part of the Apache Flex donation</s:li>
+			<s:li>Can use Java 7 to compile SDK (see README for instructions)</s:li>
+			<s:li>Many improvements and updates to Mustella tests</s:li>
+			<s:li>An SDK installer has also been created and is the recommended way of installing the Apache Flex SDK in an IDE</s:li>
+			<s:li>Various important bug fixes</s:li>
+		</s:list>
+		<s:p />
+		<s:p>For a full list of changes please see the README.</s:p>
+		<s:p />
+	</s:RichText>
+	<s:Label text="Content from Wikipedia licenced under a Creative Commons Attribution-ShareAlike 3.0 Unported License" fontSize="9" />
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/ApacheFlex4_9_0.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/assets/ApacheFlexLogo.png
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/assets/ApacheFlexLogo.png?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/assets/ApacheFlexLogo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,41 @@
+<?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">
+
+	<fx:Declarations>
+		<s:Callout id="callout">
+			<s:VGroup horizontalAlign="center">
+				<s:Label text="Callout - click close" />
+				<s:Button label="Close" click="callout.close()" />
+			</s:VGroup>
+		</s:Callout>
+	</fx:Declarations>
+	
+	<s:Panel title="Callout" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup>
+			<s:Button id="show" label="Show Callout" click="callout.open(show)" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/containers/CalloutExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,34 @@
+<?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"
+			   xmlns:x="http://flex.apache.org/experimental/ns">
+	
+	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="bottom">
+			<s:Label text="Phone Number:" />
+			<x:MaskedTextInput maskText="####-####" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/controls/MaskedTextInputExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/controls/SparkRichTextEditorExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/controls/SparkRichTextEditorExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/controls/SparkRichTextEditorExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/controls/SparkRichTextEditorExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,55 @@
+<?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">
+	<fx:Script>
+		<![CDATA[
+			import spark.components.RichTextEditor;
+			import spark.events.TextOperationEvent;
+
+			private var rte:RichTextEditor;
+
+			protected override function createChildren():void
+			{
+				super.createChildren();
+				rte = new RichTextEditor();
+				rte.htmlText = '<b>This is great!</b><br/><font color="#FF0000">Another Line.</font>';
+				rte.addEventListener(TextOperationEvent.CHANGE, handleChange);
+				container.addElementAt(rte, 0);
+				handleChange();
+			}
+
+			private function handleChange(e:TextOperationEvent = null):void
+			{
+				richTextEditorOutput.text = rte.htmlText;
+			}
+		]]>
+	</fx:Script>	
+	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:VGroup id="container" width="600" paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10">
+			<s:Label text="HTML Output:" fontSize="20"/>
+			<s:Label id="richTextEditorOutput" width="100%"/>
+		</s:VGroup>
+	</s:Panel>
+</s:Application>
\ No newline at end of file

Added: flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,88 @@
+<?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">
+	<s:layout>
+		<s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+	</s:layout>
+	
+	<fx:Script>
+		<![CDATA[	
+			import org.apache.flex.formatters.PostCodeFormatter;
+			
+			private var formatter:PostCodeFormatter;
+			
+			protected function formatPostCode(event:MouseEvent):void
+			{
+				formatter = new PostCodeFormatter();
+				
+				if (aust.selected) {
+					formatted.text = checkAustralianPostCode(postcode.text);
+				}
+				else if (uk.selected) {
+					formatted.text = checkUKPostCode(postcode.text);
+				}
+				else if (can.selected) {
+					formatted.text = checkCanadianPostCode(postcode.text);
+				}			
+			}
+			
+			public function checkAustralianPostCode(postcode:String):String {
+				formatter.formats = ["NNNN"];
+				
+				return formatter.format(postcode);
+			}
+				
+			public function checkUKPostCode(postcode:String):String {
+				formatter.formats = ["AN NAA", "ANN NAA", "AAN NAA", "ANA NAA", "AANN NAA", "AANA NAA"];
+				
+				return formatter.format(postcode);
+			}
+			
+			public function checkCanadianPostCode(postcode:String):String {
+				formatter.formatString = "ANA NAN";
+	
+				return formatter.format(postcode);
+			}
+		]]>
+	</fx:Script>
+	
+	<s:Panel title="Postcode Formatter Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Postcode" />
+			<s:TextInput id="postcode" text=""/>
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Country" />
+			<s:RadioButton id="aust" label="Australia" selected="true" />	
+			<s:RadioButton id="uk" label="UK" />	
+			<s:RadioButton id="can" label="Canada" />	
+		</s:HGroup>
+		<s:Button label="Show Formatted Postcode" click="formatPostCode(event)" />
+		<s:HGroup>
+			<s:Label text="Formatted Postcode" />
+			<s:Label id="formatted" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/formatters/PostCodeFormatterExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,84 @@
+<?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">
+	<fx:Script>
+		<![CDATA[	
+			import mx.formatters.DateFormatter;
+			
+			private var formatter:DateFormatter;
+			
+			protected function formatDate(event:Event):void
+			{
+				formatter = new DateFormatter();
+				
+				if (int1.selected) {
+					formatter.formatString = "DD/MM/YYYY";
+				}
+				else if (int2.selected) {
+					formatter.formatString = "D/M/YYYY";
+				}
+				else if (int3.selected) {
+					formatter.formatString = "D.M.YYYY";
+				}
+				else if (jap.selected) {
+					formatter.formatString = "YYYY年MM月DD日";
+				}
+				else if (chi.selected) {
+					formatter.formatString = "YYYY年MM月DD日";
+				}
+				else if (kor.selected) {
+					formatter.formatString = "YYYY년 MM월 DD일";
+				}
+				
+				formatted.text = formatter.format(date.selectedDate);
+				parsed.text = DateFormatter.parseDateString(formatted.text, formatter.formatString).toString();
+			}
+		]]>
+	</fx:Script>
+	
+	<s:Panel title="International Date Formating" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Date" />
+			<mx:DateField id="date" change="formatDate(event)" />
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Date Format" />
+			<s:RadioButton id="int1" label="DD/MM/YYYY" selected="true" click="formatDate(event)" />	
+			<s:RadioButton id="int2" label="D/M/YYYY" click="formatDate(event)" />	
+			<s:RadioButton id="int3" label="D.M.YYYY" click="formatDate(event)" />
+			<s:RadioButton id="jap" label="Japanese" click="formatDate(event)" />	
+			<s:RadioButton id="chi" label="Chinese" click="formatDate(event)" />	
+			<s:RadioButton id="kor" label="Korean" click="formatDate(event)" />	
+		</s:HGroup>
+		<s:HGroup>
+			<s:Label text="Formatted Date" />
+			<s:Label id="formatted" />
+		</s:HGroup>
+		<s:HGroup>
+			<s:Label text="Parsed Date String" />
+			<s:Label id="parsed" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/DateExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,70 @@
+<?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">
+	<s:layout>
+		<s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+	</s:layout>
+
+	<fx:Script>
+		<![CDATA[
+			import mx.collections.ArrayList;
+			import mx.events.FlexEvent;
+			import mx.resources.IResourceBundle;
+			import mx.resources.ResourceManager;
+			
+			import spark.events.IndexChangeEvent;
+			
+			[Bindable]
+			protected var langauges:ArrayList = new ArrayList(["USA", "Australian", "British", "Canadian", "Greek", "Switzerland (German)", "Portuguese"]);
+			protected var locales:Array = ["en_US", "en_AU", "en_GB", "en_CA", "el_GR", "de_CH", "pt_PT"];
+			
+			protected function changeLocale(event:IndexChangeEvent):void
+			{
+				var newLocale:String = locales[locale.selectedIndex];				
+				var bundle:IResourceBundle = ResourceManager.getInstance().getResourceBundle(newLocale, "validators");
+				var message:String = bundle.content["missingPeriodInDomainError"];
+
+				error.text = message;
+			}
+			
+		]]>
+	</fx:Script>
+	
+	<fx:Declarations>
+		<!-- so validators resource bundle is included -->
+		<mx:EmailValidator />
+	</fx:Declarations>
+
+	<s:Panel title="SDK Locale Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>		
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Select Lanagage" />
+			<s:ComboBox id="locale" dataProvider="{langauges}" change="changeLocale(event)" />
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Error message" />
+			<s:Label id="error" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/LocaleExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,57 @@
+<?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"
+			   initialize="init(event)">
+	<fx:Script>
+		<![CDATA[	
+			import mx.events.FlexEvent;
+			import mx.formatters.DateFormatter;
+			
+			private var formatter:DateFormatter;
+			private var timer:Timer = new Timer(20);
+			
+			protected function formatDate(event:TimerEvent):void
+			{
+				formatted.text = formatter.format(new Date());
+			}
+			
+			protected function init(event:FlexEvent):void
+			{
+				formatter = new DateFormatter();
+				formatter.formatString = "DD/MM/YYYY H:NN:SS QQQ";
+				
+				timer.addEventListener(TimerEvent.TIMER, formatDate);
+				timer.start();
+			}
+		]]>
+	</fx:Script>
+	
+	<s:Panel title="Millisecond Format" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup>
+			<s:Label text="Formatted Date" />
+			<s:Label id="formatted" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/MillisecondExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,34 @@
+<?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"
+			   locale="en_ES">
+	
+	<s:Panel title="European Numeric Stepper" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Number" />
+			<s:NumericStepper maximum="10" snapInterval="0.05" stepSize="0.05" />
+		</s:HGroup>
+</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/NumericStepperExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,44 @@
+<?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">
+	<fx:Declarations>
+		<mx:CurrencyFormatter id="amount" />
+	</fx:Declarations>
+	
+	<s:Panel title="Scientific Notation" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Number" />
+			<s:Label text="1.23e02" />
+			<s:Label text="Formatted" />
+			<s:Label text="{amount.format('1.23e2')}" />
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Number" />
+			<s:Label text="1.23e-1" />
+			<s:Label text="Formatted" />
+			<s:Label text="{amount.format('1.23e-2')}" />
+		</s:HGroup>
+</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/ScientificExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,67 @@
+<?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">
+	<fx:Script>
+		<![CDATA[	
+			import mx.formatters.DateFormatter;
+			
+			private var formatter:DateFormatter;
+			
+			protected function formatDate(event:Event):void
+			{
+				formatter = new DateFormatter();
+				
+				if (format1.selected) {
+					formatter.formatString = "DD/MM/YYYY ZO";
+				}
+				else if (format2.selected) {
+					formatter.formatString = "DD/MM/YYYY ZOO";
+				}
+				else if (format3.selected) {
+					formatter.formatString = "DD/MM/YYYY ZOOO";
+				}
+				
+				formatted.text = formatter.format(date.selectedDate);
+			}
+		]]>
+	</fx:Script>
+	
+	<s:Panel title="Timezone Formating" width="100%" height="100%" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Date" />
+			<mx:DateField id="date" change="formatDate(event)" />
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Date Format" />
+			<s:RadioButton id="format1" label="DD/MM/YYYY ZO" selected="true" click="formatDate(event)" />	
+			<s:RadioButton id="format2" label="DD/MM/YYYY ZOO" click="formatDate(event)"/>	
+			<s:RadioButton id="format3" label="DD/MM/YYYY ZOOO" click="formatDate(event)"/>
+		</s:HGroup>
+		<s:HGroup>
+			<s:Label text="Formatted Date" />
+			<s:Label id="formatted" />
+		</s:HGroup>
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/i18n/TimeZoneExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.mxml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.mxml?rev=1626509&view=auto
==============================================================================
--- flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.mxml (added)
+++ flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.mxml Sun Sep 21 02:16:25 2014
@@ -0,0 +1,85 @@
+<?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"
+			   xmlns:a="http://flex.apache.org/ns">
+	<s:layout>
+		<s:HorizontalLayout verticalAlign="middle" horizontalAlign="center" />
+	</s:layout>
+	
+	<fx:Script>
+		<![CDATA[	
+			import org.apache.flex.validators.PostCodeValidator;
+			
+			import mx.controls.Alert;
+			
+			protected function validatePostCode(event:MouseEvent):void
+			{
+				if (aust.selected) {
+					checkAustralianPostCode(postcode.text);
+				}
+				else if (uk.selected) {
+					checkUKPostCode(postcode.text);
+				}
+				else if (can.selected) {
+					checkCanadianPostCode(postcode.text);
+				}
+			}
+			
+			public function checkAustralianPostCode(postcode:String):void {
+				validator.formats = ["NNNN"];
+			}
+				
+			public function checkUKPostCode(postcode:String):void {
+				validator.formats = ["AN NAA", "ANN NAA", "AAN NAA", "ANA NAA", "AANN NAA", "AANA NAA"];
+			}
+			
+			public function checkCanadianPostCode(postcode:String):void {
+				validator.format = "ANA NAN";
+			}
+		]]>
+	</fx:Script>
+	
+	
+	<fx:Declarations>
+		<a:PostCodeValidator id="validator" source="{postcode}" property="text" 
+					   trigger="{checkPostcode}" triggerEvent="click"
+					   invalid="Alert.show('Postcode incorrect format!', 'Postcode');"/>
+	</fx:Declarations>
+		
+	
+	<s:Panel title="Postcode Validator Example" width="600" height="100%" color="0x000000" borderAlpha="0.15">
+		<s:layout>
+			<s:VerticalLayout paddingLeft="20" paddingTop="20" gap="10" />
+		</s:layout>		
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Postcode" />
+			<s:TextInput id="postcode" text=""/>
+		</s:HGroup>
+		<s:HGroup verticalAlign="middle">
+			<s:Label text="Country" />
+			<s:RadioButton id="aust" label="Australia" selected="true" />	
+			<s:RadioButton id="uk" label="UK" />	
+			<s:RadioButton id="can" label="Canada" />
+		</s:HGroup>
+		<s:Button id="checkPostcode" label="Validate Postcode" click="validatePostCode(event)" />
+	</s:Panel>
+</s:Application>

Added: flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.swf
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.swf?rev=1626509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: flex/site/trunk/content/tourdeflex/apache/validators/PostCodeValidatorExample.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream