|
The internet offers the possibility to link single pieces of text in order to
form so called hypertexts. This is the essence of the internet (a network of computers). It is contrary to printed text which is usually linear.
Additionally, the FCS allows users to insert the content of a fact
in its full length (full text) into another fact.
As a result, dynamic content-items can be combined without redundancies. This
feature is called "includefact" and is available for facts of the type text, file and folder.
In order to use this feature you need to enter the following code:
<includefact 102073.0/>
|
The complete fact including its meta info is displayed. |
<includefact folder.id display="icon,title,infoid"/>
|
The content of a folder is displayed. Details can be the title, icon and/or infoId. -> see the example below |
<includefact text.id display="title,text,metainfo"/>
|
The title of the text, the text in full length and the meta info
are displayed. |
<includefact file.id display="title,description,file"/>
|
The title of the file, the file description and the file link are displayed. |
example of a folder includefact:
<includefact 133655.0 display="icon,title"/>
| |
<- back to:
|
|