Hi,
there is an enabled property that you can set when using the WebSDKUIControl. This property can be used in Javascript. But when the value changes, updateBrowser is not called. So even after changing enabled to false, I can’t change the behavior / the Control stays “enabled”.
As it is a property I can’t overload that with a computedProperty (or is it?) to do that myself.
So is there another (clean) way to do that without a timer? (No, I will never ever use something like a setEnabled-method in addition to a property)
Marius