diff --git a/doc/config.html b/doc/config.html index eacbb3dc..64d3bb4c 100755 --- a/doc/config.html +++ b/doc/config.html @@ -313,7 +313,7 @@ defined. Typical values are "Author", "Subject" or "Type".
  • Options <attribute> = <list>
    -Usually, an text field is used for an attribute, where the user can fill in +Usually, a text field is used for an attribute, where the user can fill in text of up to 100 characters. If instead a drop-down box with preset items is better for a given attribute, these items can be defined with this statement. Up to 100 items can be defined, separated by commas. @@ -333,6 +333,21 @@ In the "find" page only one of these values can be specified, which is th treated as a substring in the search filter.

    +

  • IOptions <attribute> = <list> +
    +As an alternative, icons can be used as values of attributes. The name of the icon +image files (ususlly GIF files) are specified with this option. The icons have to +be present in the icons subdirectory of the themes directory. +A configuration line like

    +

    +IOptions Type = icon1.gif, icon2.gif, icon3.gif, icon4.gif
    +
    + +results in following browser display:

    + + +

    +

  • Options <attribute> = boolean
    If an attribute is marked "boolean" this way, a checkbox is displayed for @@ -679,7 +694,9 @@ Themes are layout and color schemes which determine the look and feel of a logbo Each theme resides in a separate subdirectory and is specified with the theme = <dir> option in the configuration file. The directory contains the file theme.cfg and a few images, which are used -for the title banner and the browse buttons. A default theme is contained in the +for the title banner and the browse buttons. In addition, an icons +subdirectory contains icon files which can be used with the IOptions +specification. A default theme is contained in the distribution. If new themes are developed by users, they can be sent back to the author, to be included in future releases.