The entries table

This is a 'database table' parameter. Please refer to passing database tables for a detailed explanation of the database table format. In all the following examples we assume that the recordseparator is ^ and the fieldseparator is | .

Fields 2,3,4 and 5 are external keys who point to rows in other database tables. Field 2 is an external key for the links parameter, fields 3 and 4 are external keys for the images parameter and field 5 is an external key for the fonts parameter.

The entries table defines the structure of your tab.

Record definition
field Name Type Default Range
0 key string no default, obligatory field  
1 text string no default, obligatory field  
2 list of linksprofiles space separated string(s)   keys in the links table
3 name of the icon in the images parameter when tab is selected string   keys in the images table
4 name of the icon in the images parameter when tab is not selected string   keys in the images table
5 font profile string "defaultfont" keys in the fonts table
6 tip/expansion (when tab is not selected) string   "auto" will enable auto expansion of containers
7 tip (when tab is selected) string    
8 status message (will be displayed on the browser’s status bar) string    

examples

<PARAM name="entries" value="
^a|tab nr. 1
">


<PARAM name=entries value="
^a|tab nr. 1
^b|tab nr. 2|||||Hi, I am a pop up tip!
^c|tab nr. 3
^d|tab nr. 4
">