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 f1408bc Update jewel-formitem.md
f1408bc is described below
commit f1408bc2647bb1538ad6b8a942678f3344813fd6
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sat Oct 3 16:06:44 2020 -0300
Update jewel-formitem.md
extended the layout of the document. Not complete yet.
---
component-sets/jewel/jewel-formitem.md | 49 ++++++++++++++++++++++++++++++++--
1 file changed, 47 insertions(+), 2 deletions(-)
diff --git a/component-sets/jewel/jewel-formitem.md
b/component-sets/jewel/jewel-formitem.md
index 609c8e5..9ed84c7 100644
--- a/component-sets/jewel/jewel-formitem.md
+++ b/component-sets/jewel/jewel-formitem.md
@@ -23,6 +23,51 @@ permalink: /component-sets/jewel/formitem
# Jewel FormItem
-A Jewel FormItem holds a component within a form--it could be static content
like a label, an image, or instructions; or fields in which the form user makes
selections or enters text. The form designer can use FormItem properties like
its height and width and whether it is a required field to control the form's
layout and appearance.
+## Overview
+A Jewel FormItem holds a component within a form--it could be static content
like a label, an image, or instructions; fields in which the form user makes
selections or enters text; or buttons with which to submit, clear or cancel the
form. The form designer can use FormItem properties like its height and width
and whether it is a required field to control the form's layout and appearance.
-_This material is not yet availabe._
+## 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 FormItem always appears within a Jewel
[Form](component-sets/jewel/form).
+
+
+
+_This material is not yet available._