G
Guest
Is there a way to make the visibility of a layer dependent on whether an
Option Button is checked or not?
Option Button is checked or not?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Murray said:There is not such an option. If you want to toggle the visibility, it's
quite possible, but you'd have to create the custom javascript yourself, or
find a 3rd part script that will do that.
v=='hide')?'hidden':v; }Ronx said:Option buttons are normally used in groups of 2 or more. You can set
one button to hide the layer(s) corresponding to the other button(s)
in the group.
The last layer opened will still remain open, however, unless you add
a button to the group to close all layers.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.