The <anchor> element is used for runtime integration of navigation. It provides an integration point that another map can point to in order to insert its navigation into the current navigation tree. It is currently supported by Eclipse output only.
no content
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
id | The id of the anchor, to distinguish it from other anchor points in the same map. | ID | #IMPLIED | No |
%global-atts; (xtrf, xtrc) | A set of related attributes, described at global-atts | parameter entity | PE not applicable | Not applicable |
class | A common attribute described in othercommon |
<map title="MyComponent tasks"> <topicref navtitle="Start here" href="" toc="yes"> Start here <navref mapref="othermap2.ditamap"/> <navref mapref="othermap3.ditamap"/> <anchor id="a1"/> </topicref> </map>