Skip to content

Commit 307045f

Browse files
author
craftpip
committed
closeIcon doc update
1 parent c2837a8 commit 307045f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ <h3 id="globaldefaults">GLOBAL DEFAULTS</h3>
12071207
},
12081208
backgroundDismiss: true,
12091209
autoClose: false,
1210-
closeIcon: true,
1210+
closeIcon: null,
12111211
columnClass: 'col-md-6 col-md-offset-3',
12121212
};
12131213
</code></pre>
@@ -1359,10 +1359,10 @@ <h3 id="options">OPTIONS</h3>
13591359
<tr>
13601360
<td>closeIcon</td>
13611361
<td>Boolean</td>
1362-
<td><code>true</code></td>
1362+
<td><code>null</code></td>
13631363
<td>
1364-
Close icon comes into picture if both the buttons are disabled, (dialog mode). <br>
1365-
You may remove the close icon by settings this value to false.
1364+
By default closeIcon is visible if both buttons are false. (dialog mode). <br>
1365+
closeIcon can be shown by setting this value to a Boolean value.
13661366
</td>
13671367
</tr>
13681368
<tr>

0 commit comments

Comments
 (0)