hiding/unhiding
- 1 Minute to read
- DarkLight
hiding/unhiding
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can set the <glossary:hidden> attribute as hide or unhide (visible) using the following:
m.setAttribute('hidden', '') // hides the mosaic
m.removeAttribute('hidden') // un-hides the mosaic
Was this article helpful?