Dialog box is auto closing and not opening again
Summary
Page has a dialog box which opens on click of button and closing automaticallyContent
Hi All,
My page has a dialogbox which opens on click of button. First it opens as expected. When you click on the button again it auto closes and never opens again.
Could you let me know what went wrong here. Below is html code and and java script.
HTML Code :
<div id="dialogWrapper">
<oj-dialog style="display:none" id="modalDialog1" title="Modal Dialog">
<div slot="body">
The dialog window can be moved, resized and closed with the 'x' icon.
Arbitrary content can be added to the the body and footer sections.
0