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 8223e64  add metadata page to as3 and add some jewel control 
descriptions to the list of components
8223e64 is described below

commit 8223e64cb142d168b3b7ac0028dd1c0389845cc4
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Aug 25 00:24:09 2019 +0200

    add metadata page to as3 and add some jewel control descriptions to the 
list of components
---
 _data/toc.json                       |  3 +++
 component-sets/jewel.md              |  4 ++--
 component-sets/jewel/jewel-button.md |  2 +-
 features/actionscript/metadata.md    | 24 ++++++++++++++++++++++++
 4 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/_data/toc.json b/_data/toc.json
index 28bd971..97b8602 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -53,6 +53,9 @@
                     "path": "features/as3.md",
                     "children": [
                         {
+                            "path": "features/actionscript/metadata.md"
+                        },
+                        {
                             "path": "features/actionscript/abstract-classes.md"
                         },
                         {
diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index 5dba0c2..f32444d 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -61,7 +61,7 @@ For the browsers, Apache Royale generates [ECMAScript version 
5 (ES5)](https://e
 |                      | 
[TabBarContent](component-sets/jewel/jewel-tabbarcontent.html)    | A container 
to use with TabBar and capable of presenting organized content                  
              |                       |               |
 |                      | [Wizard](component-sets/jewel/jewel-wizard.html)      
            | 11.0+                                                             
                                        |                       |               
|
 | __Components__       | [Alert](component-sets/jewel/jewel-alert.html)        
            | Displays a message and one or more buttons in a view that pops up 
over all other controls and views.      | 0.9.4                 | Complete      
|
-|                      | [Button](component-sets/jewel/jewel-button.html)      
            |                                                                   
                                        |                       |               
|
+|                      | [Button](component-sets/jewel/jewel-button.html)      
            | A commonly-used rectangular button with a text label. Users can 
click or tap it to take an action.        | 0.9.4                 | Complete    
  |
 |                      | [CheckBox](component-sets/jewel/jewel-checkbox.html)  
            |                                                                   
                                        |                       |               
|
 |                      | [ComboBox](component-sets/jewel/jewel-combobox.html)  
            |                                                                   
                                        |                       |               
|
 |                      | 
[DateChooser](component-sets/jewel/jewel-datechooser.html)        |             
                                                                                
              |                       |               |
@@ -79,7 +79,7 @@ For the browsers, Apache Royale generates [ECMAScript version 
5 (ES5)](https://e
 |                      | [Slider](component-sets/jewel/jewel-slider.html)      
            |                                                                   
                                        |                       |               
|
 |                      | [SnackBar](component-sets/jewel/jewel-snackbar.html)  
                    |                                                           
                                                |                       |       
        |
 |                      | [TabBar](component-sets/jewel/jewel-tabbar.html)      
            |                                                                   
                                        |                       |               
|
-|                      | 
[TextInput](component-sets/jewel/jewel-textinput.html)                |         
                                                                                
              |                       |               |
+|                      | 
[TextInput](component-sets/jewel/jewel-textinput.html)                | A 
control for single-line text field.         | 0.9.4                 | Complete  
    |
 
 ## Jewel Themes
 
diff --git a/component-sets/jewel/jewel-button.md 
b/component-sets/jewel/jewel-button.md
index d88bdf6..0a99715 100644
--- a/component-sets/jewel/jewel-button.md
+++ b/component-sets/jewel/jewel-button.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: Jewel Button
-description: The Jewel Button is a commonly-used rectangular button with a 
text label. Users can click or tap it to take an action or make a choice.
+description: The Jewel Button is a commonly-used rectangular button with a 
text label. Users can click or tap it to take an action.
 
 ---
 
diff --git a/features/actionscript/metadata.md 
b/features/actionscript/metadata.md
new file mode 100644
index 0000000..65777ce
--- /dev/null
+++ b/features/actionscript/metadata.md
@@ -0,0 +1,24 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Metadata
+description: Metadata
+---
+
+# Metadata
+
+Metadata

Reply via email to