| <factlink 123123.0 />   Creates a link to the fact specified by that id. The link text is the title of that fact.   <factlink 123123.0>Custom Text</factlink>   Creates a link to the fact specified by that id.  When using the end factlink tag you can specify a custom link text.     
factlink setlang
 
 <factlink 123123.0 setlang="SysLangname" />   Use the setlang property to change the current language of the platform when clicking on the link. At the same time you will go to the specified fact.   See example: change the current language 
     
factlink boxopen
 
 <factlink 123123.0  boxopen="BoxID" />   Opens the specified box in the left frame when the link is clicked. You can see the box ids in Define boxes in padmin`s . 
     
factlink boxclose
 
 <factlink 123123.0  boxclose="BoxID" />   Closes the specified box in the left frame when the link is clicked. You can see the box ids in Define boxes in padmin`s . 
     
factlink anchor
 
 <factlink factID anchor="AnchorName"/>   The anchor property adds an anchor to the link. For anchor name type the name of the destination anchor in the specified by the id fact.   Example:   <factlink 123123.0  anchor="section1"/>   HTML code in the fact with id 123123.0:   <html>   ...   <h2 id="section1">Section 1</h2> </html>      
       
 |