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/13 09:51:22 UTC

[royale-docs] branch master updated: more group 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 347c6c9  more group changes
347c6c9 is described below

commit 347c6c93660f1134f10497f93aed923683c65998
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 13 11:51:10 2020 +0200

    more group changes
---
 component-sets/jewel/jewel-group.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/component-sets/jewel/jewel-group.md b/component-sets/jewel/jewel-group.md
index 92e7858..6805656 100644
--- a/component-sets/jewel/jewel-group.md
+++ b/component-sets/jewel/jewel-group.md
@@ -77,7 +77,7 @@ where `parent` is the container where the control will be added.
 | PROPERTY 	    | Type   	| Description                                                                   |
 |--------------	|----------	| -----------------------------------------------------------------------------	|
 | __currentState__    | _String_ 	| The name of the current state. |
-| __mxmlContent__    | _Array_ 	| The array of childs for this group. id the `DefaultProperty`. |
+| __mxmlContent__    | _Array_ 	| The array of childs for this group. Is the `DefaultProperty`. |
 | __states__    | _Array_ 	| The array of view states. These should be instances of [org.apache.royale.states.State](https://royale.apache.org/asdoc/index.html#!org.apache.royale.states/State){:target='_blank'}|
 
 ### Methods
@@ -131,7 +131,7 @@ parent.addElement(g);
 
 ### Common Beads
 
-Jewel `Group` can use any of the layout beads available in Jewel library. Also you can check Related controls section to see some preconfigured groups with specific layouts.
+Jewel `Group` can use any of the layout beads available in Jewel library. Also you can check [Related controls](#related-controls) section to see some preconfigured groups with specific layouts.
 
 
 ## More examples
@@ -140,7 +140,7 @@ Jewel `Group` can use any of the layout beads available in Jewel library. Also y
 * [Using View States to show or hide content](https://royale.codeoscopic.com/using-view-states-to-show-or-hide-content/){:target='_blank'}
 * [Customization through the Royale API](https://royale.codeoscopic.com/customization-through-the-royale-api/){:target='_blank'}
 
-## Related controls
+## Related controls {#related-controls}
 
 Other useful Jewel group components are: