From 47a9ef0012e6aaa14c1d987687ce7af9573d8bb9 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 12 Oct 2004 13:10:39 +0000 Subject: [PATCH] added "possible values" option for file upload --- lam/docs/modules-specification.htm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lam/docs/modules-specification.htm b/lam/docs/modules-specification.htm index c7332293..ad015035 100644 --- a/lam/docs/modules-specification.htm +++ b/lam/docs/modules-specification.htm @@ -491,12 +491,17 @@ description: short descriptive name help: help ID
  • string example: example value
  • +
  • string +values: possible input values (optional)
    +
  • boolean required: true, if user must set a value for this column (optional, default: "false")
  • -
  • boolean unique: true if +
  • boolean +unique: true if all values of this column must be different values (optional, default: "false")