NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Nick on February 22, 2014, 05:42:36 AM

Title: Grayed out
Post by: Nick on February 22, 2014, 05:42:36 AM
The "background" is grayed out when using popups.
Can I turn this off just to see how that works?

Nick
Title: Re: Grayed out
Post by: Bruce on February 22, 2014, 09:32:02 AM
it can be done, but it's not recommended.

cheers
Bruce
Title: Re: Grayed out
Post by: Nick on February 22, 2014, 01:19:27 PM
Do you know how? Just to see the effect.
Thanks,
Nick
Title: Re: Grayed out
Post by: Bruce on February 22, 2014, 09:26:07 PM
as I recall it's a option to the jQuery Dialog widget. So you can set that option in the generated code. That actually turns off the layer, so all the other stuff still "live" (which is not recommended as I haven't tested that at all.)

The jQuery Style itself governs the CSS which is applied to the overlay. You could change the css so that the Opacity for that layer is set to 0.

cheers
Bruce
Title: Re: Grayed out
Post by: Nick on February 23, 2014, 03:27:32 AM
> That actually turns off the layer, so all the other stuff still "live" (which is not recommended as I haven't tested that at all.)

Ok, maybe it's no such a good idea then.

Thanks,
Nick