|
Title: How To Disable SHADOW EFFECT when popup EASYUI-DIALOG ? Post by: Jonny on January 07, 2016, 12:04:12 PM Hello Sir/Madam,
Is there any parameter to disable the Shadow Effect or set the background's OPACITY when poping out easyui-dialog ? Let say when executing --> $('#dialok1').dialog('open').dialog('setTitle','Dialog 1:'); the background below the dialok1 will be darker.. then I execute the new dialok2 above dialok1 --> $('#dialok2').dialog('open').dialog('setTitle','Dialog 2:'); the background below the dialok2 will be more darker.... For some reason, I want to disable this shadow effect ( it made the whole page unreadable ) If anybody can handle this, please help / guide me.. Thanks in advanced. Regards, JONNY Title: Re: How To Disable SHADOW EFFECT when popup EASYUI-DIALOG ? Post by: jarry on January 07, 2016, 03:09:51 PM Please set the modal property to false.
Title: Re: How To Disable SHADOW EFFECT when popup EASYUI-DIALOG ? Post by: Jonny on January 07, 2016, 08:08:50 PM Hello Jarry,
Thank you for the answer, the background is now behave like I expected! :D Is the background's opacity below the dialog changeable ? ( eg: changing file dialog.css ) ? It will be very nice if settable like opacity: 0.9 So the background will just looks dimmer a bit Regards, JONNY |