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 2aaad3e  Update jewel-alert.md added explanation of modal dialog
2aaad3e is described below

commit 2aaad3e6ce58617dc2c67a5ff017b1b9a97c34c8
Author: Andrew Wetmore <[email protected]>
AuthorDate: Tue Dec 17 12:48:12 2024 -0400

    Update jewel-alert.md added explanation of modal dialog
---
 component-sets/jewel/jewel-alert.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/component-sets/jewel/jewel-alert.md 
b/component-sets/jewel/jewel-alert.md
index 6ab9e18..ce7682b 100644
--- a/component-sets/jewel/jewel-alert.md
+++ b/component-sets/jewel/jewel-alert.md
@@ -36,7 +36,7 @@ Available since version __0.9.4__
 ## Overview
 
 The `Alert` component displays a message and one or more buttons in a window 
that pops up over all other controls and views. 
-It uses the `AlertView` [beads](features/strands-and-beads) to display a 
[modal dialog](https://en.wikipedia.org/wiki/Modal_window){:target='_blank'} 
with a title and a variety of buttons configured through the flag property of 
its `show` static function.
+It uses the `AlertView` [beads](features/strands-and-beads) to display a 
[modal dialog](https://en.wikipedia.org/wiki/Modal_window){:target='_blank'} 
with a title and a variety of buttons configured through the flag property of 
its `show` static function. The user cannot use the rest of the interface 
without first engaging with the modal dialog.
 
 > `Alert` uses the HTML dialog element, which currently has very limited 
 > cross-browser support. To ensure support across all modern browsers, we use 
 > the dialogPolyfill [externs](features/externs).
 
@@ -59,7 +59,7 @@ To close the window, click one of the buttons on the bottom 
`controlBar`, or pro
 
 ## Relevant Properties and Methods
 
-> Check the Reference of 
[org.apache.royale.jewel.Alert](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel/Alert){:target='_blank'}
 for a more detailed list of properties and methods.
+> Check the reference of 
[org.apache.royale.jewel.Alert](https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel/Alert){:target='_blank'}
 for a more detailed list of properties and methods.
 
 ### Properties
 

Reply via email to