Skip to main content
1-Visitor
January 5, 2012
Question

Hide content in Document Map

  • January 5, 2012
  • 1 reply
  • 1611 views

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

    1 reply

    5-Regular Member
    January 12, 2012

    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.)