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 2020/08/22 16:42:35 UTC

[royale-docs] branch master updated: jewel example app changes

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb61a30  jewel example app changes
bb61a30 is described below

commit bb61a309f3f0ed9decbffaa183fc539770947503
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Aug 22 18:41:56 2020 +0200

    jewel example app changes
---
 component-sets/jewel/jewel-application.md | 9 ++++++++-
 component-sets/jewel/jewel-hcontainer.md  | 5 -----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/component-sets/jewel/jewel-application.md b/component-sets/jewel/jewel-application.md
index b1501e1..075c2fc 100644
--- a/component-sets/jewel/jewel-application.md
+++ b/component-sets/jewel/jewel-application.md
@@ -47,7 +47,14 @@ In __MXML__ declare a `Application` as the root tag of the main application file
 <j:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
 	xmlns:j="library://ns.apache.org/royale/jewel">
 
-    <!-- Application code goes here -->
+    <j:valuesImpl>
+		<js:SimpleCSSValuesImpl />
+	</j:valuesImpl>
+
+	<j:initialView>
+		<!-- add a View or ResponsiveView -->
+		<j:View width="100%" height="100%"/>
+	</j:initialView>
 </j:Application>
 ```
 
diff --git a/component-sets/jewel/jewel-hcontainer.md b/component-sets/jewel/jewel-hcontainer.md
index f22b0ac..55011bf 100644
--- a/component-sets/jewel/jewel-hcontainer.md
+++ b/component-sets/jewel/jewel-hcontainer.md
@@ -153,8 +153,3 @@ Other useful Jewel containers components are:
 * [HGroup](component-sets/jewel/hgroup)
 * [VGroup](component-sets/jewel/vgroup)
 * [Card](component-sets/jewel/card)
-
-
-
-
-