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 9eb28bf  more group refinaments
9eb28bf is described below

commit 9eb28bfe978ebb6b3b069eb1abbe65fdcdd54181
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Aug 13 11:44:08 2020 +0200

    more group refinaments
---
 component-sets/jewel/jewel-group.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/component-sets/jewel/jewel-group.md 
b/component-sets/jewel/jewel-group.md
index ce458ea..cddca49 100644
--- a/component-sets/jewel/jewel-group.md
+++ b/component-sets/jewel/jewel-group.md
@@ -82,11 +82,11 @@ where `parent` is the container where the control will be 
added.
 
 ### Methods
 
-| Method       | Parameters                                                    
        | Description                                                           
                                                                |
-|-----------   
|---------------------------------------------------------------        
|----------------------------------------------------------------------------------------------------------------------------------
     |
-| __addElement__       | _c(IChild), dispatchEvent(Boolean=true)       | Add a 
component to the parent.        |
-| __addElementAt__     | _c(IChild), index(int), dispatchEvent(Boolean=true)   
| Add a component to the parent at the specified index. |
-| __removeElement__    | _c(IChild), dispatchEvent(Boolean=true)       | 
Remove a component from the parent.   |
+| Method           | Parameters                                                
    |Description                                                                
                        |
+|------------------    
|-------------------------------------------------------------- 
|---------------------------------------------------------------------------------------------------|
+| __addElement__       | c(IChild), dispatchEvent(Boolean=true)                
            | Add a component to the parent.                        |
+| __addElementAt__  | c(IChild), index(int), dispatchEvent(Boolean=true)       
        | Add a component to the parent at the specified index. |
+| __removeElement__ | c(IChild), dispatchEvent(Boolean=true)                   
    | Remove a component from the parent.                       |
 
 ## Relevant Events
 

Reply via email to