Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Hiding an UltraWebTab in JavaScript
posted

Hello,

I want to make the whole tab control invisible to the user but it has to be done on the client side. This code does not work:

_UltraWebTab1.style.display = 'none'

Does anyone know how to do this?