Skip to content

Commit

Permalink
Content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Sep 3, 2019
1 parent cd44ffd commit 7c54782
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@
- `width` and `height` properties can now be specified as percentages, too
- `custom_class` is now also added to the overlay, not just to the dialog box
- the word `center` can also be used when specifying vertical position (alongside `middle`)
- when using iFrames, the width and height is now automatically computed to fit the dialog box; additionally, now a spinner is also shown while the iFrame content is loading
- when using iFrames, the width and height is now automatically computed to fit those of the dialog box; additionally, now a spinner is also shown while the iFrame content is loading
- the library now automatically does backdrop management when opening multiple modal dialog boxes
- dropped IE6 support
- fixed bug where the positioning of the dialog box was incorrect it had borders
Expand Down
32 changes: 16 additions & 16 deletions README.md
Expand Up @@ -172,6 +172,22 @@ $(document).ready(function() {
Default is TRUE
</td>
</tr>
<tr>
<td valign="top"><code>backdrop_close</code></td>
<td valign="top"><em>boolean</em></td>
<td valign="top">true</td>
<td valign="top">
Should the dialog box close when the backdrop is clicked?
</td>
</tr>
<tr>
<td valign="top"><code>backdrop_opacity</code></td>
<td valign="top"><em>double</em></td>
<td valign="top">.9</td>
<td valign="top">
The opacity of the backdrop (between <code>0</code> and <code>1</code>)
</td>
</tr>
<tr>
<td valign="top"><code>buttons</code></td>
<td valign="top"><em>mixed</em></td>
Expand Down Expand Up @@ -308,22 +324,6 @@ $(document).ready(function() {
When set to <code>true</code> there will be a semitransparent backdrop behind the dialog box, preventing users from clicking the page's content.
</td>
</tr>
<tr>
<td valign="top"><code>backdrop_close</code></td>
<td valign="top"><em>boolean</em></td>
<td valign="top">true</td>
<td valign="top">
Should the dialog box close when the backdrop is clicked?
</td>
</tr>
<tr>
<td valign="top"><code>backdrop_opacity</code></td>
<td valign="top"><em>double</em></td>
<td valign="top">.9</td>
<td valign="top">
The opacity of the backdrop (between <code>0</code> and <code>1</code>)
</td>
</tr>
<tr>
<td valign="top"><code>position</code></td>
<td valign="top"><em>mixed</em></td>
Expand Down

0 comments on commit 7c54782

Please sign in to comment.