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

andreww 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 8806677  Update jewel-form.md
8806677 is described below

commit 8806677ea35f874847feb59859b8f158c39c3727
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun Oct 4 10:53:53 2020 -0300

    Update jewel-form.md
    
    Added overview information
---
 component-sets/jewel/jewel-form.md | 59 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 57 insertions(+), 2 deletions(-)

diff --git a/component-sets/jewel/jewel-form.md 
b/component-sets/jewel/jewel-form.md
index 640cb82..c16fe3b 100644
--- a/component-sets/jewel/jewel-form.md
+++ b/component-sets/jewel/jewel-form.md
@@ -23,6 +23,61 @@ permalink: /component-sets/jewel/form
 
 # Jewel Form
 
-subtitle
+Organize the forms in your application
 
-text
+## Overview
+
+The Jewel Form component is a container to hold all the elements of a form. 
The elements are [FormItems](component-sets/jewel/jewel-formitem). Forms can 
include:
+
+  - Instructions for how, when, or why to use the form
+  - Input components (like text boxes, number steppers, color pickers, 
sliders, and date fields) in which the user provides information
+  - Choice components (like checkboxes and radio buttons) where the user can 
select among options
+  - Images or background colors to style the form
+  - Action buttons where the user can submit or cancel the form, or choose 
some other action, triggering event handlers that process or clear the form
+  
+  ## Example of use
+_information to come_
+
+## Relevant properties and methods
+
+_information to come_
+
+### Properties
+
+| PROPERTY              | Type             | Description                       
                                                                    |
+|------------------- |--------------| 
------------------------------------------------------------------------------------------------------|
+
+
+### Methods
+
+| Method              | Parameters                                             
        |Description                                            |
+|----------------------|----------------------------------------------------------------|-------------------------------------------------------|
+
+## Relevant Events
+
+
+## Relevant Beads
+
+| Bead Type            | Implementation                                  | 
Description                                     |
+|-----------------     |------------------------------------------------ 
|------------------------------------------------     |
+
+## Optional Beads
+
+| Bead Type            | Implementation                                  | 
Description                                     |
+|-----------------     |------------------------------------------------ 
|------------------------------------------------     |
+
+
+### Common Beads
+
+
+## More examples
+
+
+## Related controls {#related-controls}
+
+The Jewel Form contains [FormItems](component-sets/jewel/jewel-formitem) which 
include other components.
+
+
+
+_This material is not yet available._
+  

Reply via email to