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 bcdf3ca Update jewel-alert.md
bcdf3ca is described below
commit bcdf3ca7c7ce9a31c35de529e82c24fe5d9e68f8
Author: Andrew Wetmore <[email protected]>
AuthorDate: Thu Oct 8 09:57:39 2020 -0300
Update jewel-alert.md
Restored the alert example.
---
component-sets/jewel/jewel-alert.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/component-sets/jewel/jewel-alert.md
b/component-sets/jewel/jewel-alert.md
index 24b18ce..413d0ca 100644
--- a/component-sets/jewel/jewel-alert.md
+++ b/component-sets/jewel/jewel-alert.md
@@ -50,6 +50,11 @@ Alert.show('This alert shows a label text and the default OK
button.', 'Alert Ex
When you use `Alert.show()`, Royale generates a [modal
dialog](https://en.wikipedia.org/wiki/Modal_window){:target='_blank'} and adds
it, centered in front of the application and on top of all displayed visual
elements.
+Click the following button to see an example of `Alert`:
+
+<iframe frameborder="no" border="0" marginwidth="0" marginheight="0"
width="100%" height="300"
+src="assets/BE0002_Using_Jewel_Alert_Control/index.html"></iframe>
+
To close the window, click one of the buttons on the bottom `controlBar`, or
programmatically call the `Alert.close()` method on the instance.
## Relevant Properties and Methods