Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 15e30a9

Browse files
Docs (dialogs): Added line about the framework adding a close button if a dialog has a header.
1 parent 9bbc8dc commit 15e30a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/page-dialogs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Dialogs</h1>
2525
<div data-role="content" class="ui-body">
2626
<div class="content-primary">
2727
<h2>Creating dialogs</h2>
28-
<p>Any page can be presented as a modal dialog by adding the <code>data-rel="dialog"</code> attribute to the page anchor link. When the "dialog" attribute is applied, the framework adds styles to add rounded corners, margins around the page and a dark background to make the "dialog" appear to be suspended above the page.</p>
28+
<p>Any page can be presented as a modal dialog by adding the <code>data-rel="dialog"</code> attribute to the page anchor link. When the "dialog" attribute is applied, the framework adds styles to add rounded corners, margins around the page and a dark background to make the "dialog" appear to be suspended above the page. If the dialog has a header the framework will also add a close button at the left side of the header.</p>
2929

3030
<p>
3131
<code>

0 commit comments

Comments
 (0)