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