From 10ad938a354a3444a29dd1a2da7b1b0b535f1f42 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 2 Jul 2002 07:39:20 +0000 Subject: [PATCH] Added attribute options in quotation marks SVN revision: 163 --- doc/config.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/config.html b/doc/config.html index c8da9d42..3195b52d 100755 --- a/doc/config.html +++ b/doc/config.html @@ -365,7 +365,11 @@ defined. Typical values are "Author", "Subject" or "Type". Usually, an 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. +Up to 100 items can be defined, separated by commas. To add an option including +a comma, encose it in quotations marks like

+

+Options town = San Francisco, "Paris, Texas", "Paris, France"
+

  • MOptions <attribute> = <list>