Repository: flex-utilities Updated Branches: refs/heads/develop a557d55cc -> 371f7a7e9
Add Apache Flex 4.14 info and Spark rich text editor example to TourDeFlex Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/371f7a7e Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/371f7a7e Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/371f7a7e Branch: refs/heads/develop Commit: 371f7a7e99f1e4e1021df722e512738684f14bac Parents: a557d55 Author: Justin Mclean <[email protected]> Authored: Fri Feb 6 11:14:18 2015 +1100 Committer: Justin Mclean <[email protected]> Committed: Fri Feb 6 11:14:18 2015 +1100 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml | 11 ++++++----- TourDeFlex/TourDeFlex3/src/explorer.xml | 6 ++---- 2 files changed, 8 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/371f7a7e/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml index 3e9fe67..944c88c 100644 --- a/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml +++ b/TourDeFlex/TourDeFlex3/src/apache/ApacheFlex4_14_0.mxml @@ -29,7 +29,7 @@ <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:Label text="Released Feb 03, 2014" /> </s:VGroup> </s:HGroup> <s:RichText width="100%"> @@ -38,15 +38,16 @@ <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>Support for Flash Player 15.0, 16.0 and AIR runtime 15.0, 16.0</s:li> + <s:li>iOS7 and Android 4.x mobile themess</s:li> + <s:li>FlatSpark skins and components</s:li> + <s:li>Native support for tables in TLF</s:li> <s:li>New spark RichTextEditor component</s:li> - <s:li>Over XX bugs fixed</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:Panel> </s:Application> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/371f7a7e/TourDeFlex/TourDeFlex3/src/explorer.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/src/explorer.xml b/TourDeFlex/TourDeFlex3/src/explorer.xml index 004e04e..76d6ee3 100755 --- a/TourDeFlex/TourDeFlex3/src/explorer.xml +++ b/TourDeFlex/TourDeFlex3/src/explorer.xml @@ -470,12 +470,10 @@ <node label="Apache Flex 4.13" app="apache/ApacheFlex4_13_0"> <!-- Add examples here --> </node> - <!-- Add when Flex 4.14 is released <node label="Apache Flex 4.14" app="apache/ApacheFlex4_14_0"> <node label="MaskedTextInput" app="apache/controls/SparkRichTextEditorExample"/> - </node> - --> - <node label="Apache Flex Squiggly" app="apache/Squiggly1_1"> + </node> + <node label="Apache Flex Squiggly" app="apache/Squiggly1_1"> <node label="MX Spelling Example" app="apache/squiggly/SpellingExample"/> <node label="Spark Spelling Example" app="apache/squiggly/SpellingExExample"/> </node>
