Skip to content

Commit

Permalink
Updates to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Aug 18, 2020
1 parent 500d0c5 commit 4c1877c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ $(document).ready(function() {
<td valign="top"><em>boolean</em></td>
<td valign="top"f/td>
<td valign="top">
Should short messages be vertically centered?
Should messages shorter than the dialog's height be vertically centered?<br><br>
<blockquote>This property is ignored when <code>source</code> is <code>iframe</code></blockquote>
</td>
</tr>
<tr>
Expand Down
5 changes: 4 additions & 1 deletion dist/zebra_dialog.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,10 @@
//
// Default is "information".

vcenter_short_message: true, // Should short messages be vertically centered?
vcenter_short_message: true, // Should messages shorter than the dialog's height be
// vertically centered?
//
// This property is ignored when `source` is an iFrame
//
// Default is TRUE

Expand Down
5 changes: 4 additions & 1 deletion src/zebra_dialog.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,10 @@
//
// Default is "information".

vcenter_short_message: true, // Should short messages be vertically centered?
vcenter_short_message: true, // Should messages shorter than the dialog's height be
// vertically centered?
//
// This property is ignored when `source` is an iFrame
//
// Default is TRUE

Expand Down

0 comments on commit 4c1877c

Please sign in to comment.