Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I'm trying to hide some elements in the Document Map view. Is there a possibility to do so? I managed to hide element in the Edit View (using the Styler Hide option) but this doesn't work for the Document Map. Also, the ElementOption in the DCF file is meant to hide the element from the insert tag list's, not to hide content.
Any suggestions?
Regards, Geurt Lagemaat
The only way to hide a tag and its content from the docmap is by using the -hide option on the tag_display command. So, something like:
tag_display –hide subtitle
would completely hide the <subtitle> tag and its contents from edit and docmap view. (In general, the docmap ignores all other tag display settings since they usually only refer to the edit view.)