File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments