diff options
| author | garbled <garbled@NetBSD.org> | 2001-01-31 09:39:52 +0000 |
|---|---|---|
| committer | garbled <garbled@NetBSD.org> | 2001-01-31 09:39:52 +0000 |
| commit | af7ff1a38be400c2c1944bd7e845f22bdbed8a46 (patch) | |
| tree | eea7513490d600d8b0754bdbcf1016f8be67b4c2 | |
| parent | 305f1af6ffdc9a8e5f98b682251e36cc0e8d8e0a (diff) | |
Update this with the changes made to integer and add a description for
iscript.
| -rw-r--r-- | share/sushi/info/programming/formapi/help | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/sushi/info/programming/formapi/help b/share/sushi/info/programming/formapi/help index 7c2237e6ecb..f55a8b0ffa0 100644 --- a/share/sushi/info/programming/formapi/help +++ b/share/sushi/info/programming/formapi/help @@ -43,8 +43,16 @@ noedit An uneditable field. The argument is the value of the field. invis An invisible and uneditable field. The argument is the value of the field. integer An integer field. The arguments are the number of digits, - the minimum number, and the maximum number allowed. + the minimum number, and the maximum number allowed. You may + also supply an optional default for the field. req-integer A required integer field. +iscript An integer field, whose default is set by the invocation + of a script. The arguments are the number of digits, + the minimum number, the maximum number, and the name of the + script to invoke, followed by any number of arguments to pass + to the script. +req-iscript A required iscript field. + If a description consists of the keyword BLANK, no description will be displayed to the user. @@ -68,4 +76,4 @@ $1 = "fooshi-1.3" $2 = "audio" $3 = "yes" -$NetBSD: help,v 1.1 2001/01/05 02:06:55 garbled Exp $ +$NetBSD: help,v 1.2 2001/01/31 09:39:52 garbled Exp $ |
