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/08/29 16:04:16 UTC

[royale-docs] branch master updated: adding more example sections to button and textinput

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 cc37287  adding more example sections to button and textinput
cc37287 is described below

commit cc372871dd8d0d7be971fdc5d612c30c53e71449
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 29 18:04:09 2019 +0200

    adding more example sections to button and textinput
---
 component-sets/jewel/jewel-button.md    | 6 ++++++
 component-sets/jewel/jewel-textinput.md | 8 +++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/component-sets/jewel/jewel-button.md b/component-sets/jewel/jewel-button.md
index 0a99715..f56fbe6 100644
--- a/component-sets/jewel/jewel-button.md
+++ b/component-sets/jewel/jewel-button.md
@@ -135,6 +135,12 @@ On the other hand, you can add to it other common Jewel control beads to provide
 | [ToolTip](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/ToolTip){:target='_blank'}     	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | Add this bead to enable floating a text string over the control when the user hovers the mouse cursor over it. |
 | [Badge](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/Badge){:target='_blank'}     	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | Add this bead to provide small status descriptors for the control       |
 
+## More examples
+
+* [Using the Jewel Slider Control](https://royale.apache.org/using-the-jewel-slider-control/){:target='_blank'}
+* [Selecting options from a group of Jewel CheckBox controls](https://royale.apache.org/selecting-options-from-a-group-of-jewel-checkbox-controls/){:target='_blank'}
+* [Dividing an Apache Royale application with modules](https://royale.apache.org/dividing-an-apache-royale-application-with-modules/){:target='_blank'}
+
 ## Related controls
 
 Other useful Jewel button components are:
diff --git a/component-sets/jewel/jewel-textinput.md b/component-sets/jewel/jewel-textinput.md
index f6a9867..6015725 100644
--- a/component-sets/jewel/jewel-textinput.md
+++ b/component-sets/jewel/jewel-textinput.md
@@ -135,4 +135,10 @@ On the other hand, you can add to it beads specialy crafted for this control or
 |-----------------	|------------------------------------------------ |------------------------------------------------	|
 | [Disabled](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/Disabled){:target='_blank'}      	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | This bead lets you disable and enable a Jewel control.	|
 | [SizeControl](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/SizeControl){:target='_blank'} 	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | Add this bead to give the Jewel control a custom size.           	|
-| [ToolTip](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/ToolTip){:target='_blank'}     	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | Add this bead to enable floating a text string over the control when the user hovers the mouse cursor over it. |
\ No newline at end of file
+| [ToolTip](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel.beads.controls/ToolTip){:target='_blank'}     	| [org.apache.royale.core.IBead](https://royale.apache.org/asdoc/index.html#!org.apache.royale.core/IBead){:target='_blank'} | Add this bead to enable floating a text string over the control when the user hovers the mouse cursor over it. |
+
+## More examples
+
+* [Binding the text property of a Jewel TextInput to update a text Label](https://royale.apache.org/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/){:target='_blank'}
+* [Using View States to show or hide content](https://royale.apache.org/using-view-states-to-show-or-hide-content/){:target='_blank'}
+* [Dividing an Apache Royale application with modules](https://royale.apache.org/dividing-an-apache-royale-application-with-modules/){:target='_blank'}