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 1308645 Update jewel-alert.md 1308645 is described below commit 130864546b1438ec22dd2fe42c5446e24ae8a159 Author: Andrew Wetmore <and...@cottage14.com> AuthorDate: Wed Oct 7 15:07:14 2020 -0300 Update jewel-alert.md Minor text edits --- component-sets/jewel/jewel-alert.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/component-sets/jewel/jewel-alert.md b/component-sets/jewel/jewel-alert.md index 50f5eb6..24b18ce 100644 --- a/component-sets/jewel/jewel-alert.md +++ b/component-sets/jewel/jewel-alert.md @@ -50,12 +50,6 @@ 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