Visibility webcomponent

Hi

I have made a component in the NG client.
When I run the smart client or web client, I can see this following line: ‘WebComponent ‘tester’ placeholder’.

Is it possible to remove this line from the smart client and web client without deleting the component for the NG client?
elements.tester.visibility = false doesn’t exist.

Thanks,
Walter

I’m not sure you can currently do that. Since a web component is not understood by smart and web client, their visibility property wouldn’t be as well.

What sense does it make to have a form with a web component on it and show that in smart client?

You could create a form with the component and put that on a tab panel in your current form. Then hide that tab panel for example. Or remove the component using the solutionModel when your solution starts.