[SOLVED]CSS on UserPopup don't work

Answered
0
0

Hi,

I’m try to add css to UserPopup but don’t work

I have try with StyleSheet control

and Eval this.getContentElement().addClass(“….”)

regards

Cristian

  • You must to post comments
Best Answer
0
0

The css is adding a shadow to the popup panel. The problem is that the popup panel in order to be a popup is inside a popup widget which has by default overflow: hidden. I’ll see if we can set the containing popup widget can be set to visible. As a workaround you can use this:

 

Me.startPopup.ShowPopup(DesktopTaskBarItemControl1)
Me.startPopup.Eval(“this.getLayoutParent().getContentElement().setStyle(‘overflow’, ‘visible’)”)

  • Cristian Zerbinati
    good workaround :-) this solved, thank you Cristian
  • You must to post comments
0
0

Hi Frank,

I write and upload a test

Thank you

Cristian

Attachment
  • You must to post comments
0
0

Hi Cristian,

we tried to reproduce but failed so far. Can you please set up a small testcase and either post it here or send it to frankATiceteagroup.com ?

Thanks in advance !

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.