Variables for Topic Titles


hi all,

 

in robohelp, fields , variables function contains variables relating date, time. topic headings, want add them automatically each topic inserting them variable in master page, , apply master page topics. please let me know how can in robohelp ?

 

note: help&manual, 's easy.

 

thank you.

i'm not 100% clear trying achieve. trying topic's title (as specified) when create topic) displayed inside topic when opens? if so, easy. key include title variable inside body tag. try example:

 

<body>

<?rh-region_start type="header" style="width: 100%; position: relative;" ?>

<p>&#160;</p>

<?rh-region_end type="header" ?>

<?rh-region_start type="body" ?>

<h1><?rh-variable_start name="title" format="default" value="idbs" ?>idbs<?rh-variable_end ?></h1>

<p>&#160;</p>

<?rh-region_end type="body" ?>

<?rh-region_start type="footer" style="width: 100%; position: relative;" ?>

<h1>&#160;</h1>

<p class="tablerow">&#160;</p>

<?rh-region_end type="footer" ?>

</body>



More discussions in HTML Help (CHMs)


adobe

Comments