NetTalk Central

Author Topic: Grayed out  (Read 2833 times)

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Grayed out
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Grayed out
« Reply #1 on: February 22, 2014, 09:32:02 AM »
it can be done, but it's not recommended.

cheers
Bruce

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: Grayed out
« Reply #2 on: February 22, 2014, 01:19:27 PM »
Do you know how? Just to see the effect.
Thanks,
Nick

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Grayed out
« Reply #3 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

Nick

  • Full Member
  • ***
  • Posts: 118
    • View Profile
    • Email
Re: Grayed out
« Reply #4 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