You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/07/08 21:09:38 UTC

[royale-asjs] branch feature/Crux updated: tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/Crux
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/Crux by this push:
     new ba20979  tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion
ba20979 is described below

commit ba209793ad7c5405ef758b611c364f0aa1f7ee5a
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Jul 8 23:09:31 2019 +0200

    tour-de-jewel: update version in welcome page to 0.9.6 and remove search box for now, since it brings confussion
---
 examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
index cfe29bf..767c863 100644
--- a/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/WelcomeSection.mxml
@@ -46,21 +46,21 @@ limitations under the License.
             </html:beads>
         </html:H1>
 
-        <j:Label width="400" multiline="true" html="Jewel is a themeizable and responsive set of user interface components for Apache Royale to quickly build Front-end Applications with AS3 &amp; MXML.&lt;br>Check &lt;a href='https://royale.apache.org'>https://royale.apache.org&lt;/a>">
+        <j:Label width="400" multiline="true" html="Jewel is a themeable and responsive set of user interface components for Apache Royale to help you quickly build the front end of your applications with ActionScript &amp; MXML.&lt;br>Check &lt;a href='https://royale.apache.org'>https://royale.apache.org&lt;/a>">
             <j:beads>
                 <j:SizeControl size="large"/>
                 <j:TextAlign align="center"/>
             </j:beads>
         </j:Label>
 
-        <j:Label width="400" multiline="true" html="Browser support: Chrome (v.44+), Firefox (v.34+), IE 11 &amp; Edge 15+, Safari (v.11.1+), Opera. Mobile: iOS (v.11.0), Android (v.5.0) &amp; Windows Mobile.&lt;br>&lt;strong>This OS: {OSUtils.getOS() + ' (' + OSUtils.getOSVersion() + ')' }&lt;/strong>">
+        <j:Label width="400" multiline="true" html="Jewel Browser support: Chrome (v.44+), Firefox (v.34+), IE 11 &amp; Edge 15+, Safari (v.11.1+), Opera. Mobile: iOS (v.11.0), Android (v.5.0) &amp; Windows Mobile.&lt;br>&lt;strong>This OS: {OSUtils.getOS() + ' (' + OSUtils.getOSVersion() + ')' }&lt;/strong>">
             <j:beads>
                 <j:SizeControl size="small"/>
                 <j:TextAlign align="center"/>
             </j:beads>
         </j:Label>
 
-        <j:HGroup gap="3">
+        <!-- <j:HGroup gap="3">
             <j:IconTextInput>
                 <j:beads>
                     <j:TextPrompt prompt="Search..."/>
@@ -77,6 +77,6 @@ limitations under the License.
             </j:Button>
         </j:HGroup>
         
-        <html:Span text="(This search box doesn't implements logic at this time)"/>
+        <html:Span text="(This search box doesn't implements logic at this time)"/> -->
     </j:Group>
 </c:ExampleAndSourceCodeTabbedSectionContent>