Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I cannot bind a click event of a label to the visibility of another label (eyewear project).
Same with 3d images - why?
Is there a way to do this with json? If yes, can someone help me with the syntax? I'm not very familiar with coding.
Version: 8.2.2.3099
Thanks,
DF
Hi,
Here is my suggestion:
$scope.OnLabelClick = function() {
$scope.view.wdg['3DLabel-2']['visible'] = true;
};
OnLabelClick();
Good luck,
Ricardo
thank you very much! This helped a lot.
Is there a list anywhere with all available commands for the home.js like the $scope.view.wdg?
In specific, whats the command for starting the sequence of a model?
Thanks
DF
