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/12/26 16:59:53 UTC

[royale-docs] branch master updated: adding jewel buttonbar to jewel component list

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 f4196a9  adding jewel buttonbar to jewel component list
f4196a9 is described below

commit f4196a9d5806dd44fe1c32e868df67bc77f29a72
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 26 17:59:40 2019 +0100

    adding jewel buttonbar to jewel component list
---
 component-sets/jewel.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index 0310123..2a845eb 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -56,7 +56,8 @@ For the browsers, Apache Royale generates [ECMAScript version 5 (ES5)](https://e
 
 | Type          	| Name                       | Description                                                                    	| Available SDK 	| State     	|
 |------------------	|--------------------------- |--------------------------------------------------------------------------------- |------------------ |--------------	|
-| __Containers__  	| [Card](component-sets/jewel/card)              	    | Container that surrounds other components                                                             	| 0.9.4              	|          	    |
+| __Containers__  	| [ButtonBar](component-sets/jewel/buttonbar)              	    |                                                              	| 0.9.7              	| Complete         	    |
+|   	| [Card](component-sets/jewel/card)              	    | Container that surrounds other components                                                             	| 0.9.4              	|          	    |
 |                	| [Grid](component-sets/jewel/grid)              	    | Container that uses Grid Layout and needs other immediate children to work as cells and host content. 	| 0.9.4    	| Complete |
 |                	| [SimpleTable](component-sets/jewel/simpletable)	    | A basic HTML table that can be declared in MXML                                                     	| 0.9.4              	| Complete      |
 |                	| [Table](component-sets/jewel/table)                    | A complex HTML table element filled from a data source. Cells are ItemRenderers.                    	| 0.9.4              	| In Progress   |