Page 1 of 1

navtilte

Posted: Tue Mar 07, 2017 12:52 pm
by paudieHealy
Hi I have three related tasks with the same name (Open) I would like to give them a different name using navtitle instead of changing the title in each topic.
i have tried:
<relrow>
<relcell>
<topicref navtitle="Open first page" keyref="......."

Re: navtilte

Posted: Wed Mar 08, 2017 1:24 pm
by alin
Hello,

You can set a different text for the links in the reltable using the <linktext> element.
For example:

Code: Select all


   <relcell>
<topicref href="open-task-1.dita">
<topicmeta>
<linktext>Open first page</linktext>
</topicmeta>
</topicref>
</relcell>
Regards,
Alin