mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/dialog/modal.html: clarified the description for modal
This commit is contained in:
parent
b0bc2774ff
commit
5cad1621a2
@ -51,7 +51,8 @@
|
||||
<div class="demo-description">
|
||||
|
||||
<p>
|
||||
This is a simple modal dialog with a semi-transparent overlay layer added as an option to dim out the page content behind it and bring the user's attention to the dialog. A modal dialog prevents interaction from the rest of the page until it is dismissed.
|
||||
This is a simple modal dialog with a semi-transparent overlay layer added as an option to dim out the page content behind it and bring the user's attention to the dialog.
|
||||
A modal dialog prevents the user from interacting with the rest of the page until it is closed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -60,6 +61,5 @@ The dialog window can be moved, resized and closed with the 'x' icon.
|
||||
|
||||
</div><!-- End demo-description -->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user