Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/sushi/info/programming/formapi Update this with the ch...



details:   https://anonhg.NetBSD.org/src/rev/dd5efc0fd07f
branches:  trunk
changeset: 503094:dd5efc0fd07f
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Jan 31 09:39:52 2001 +0000

description:
Update this with the changes made to integer and add a description for
iscript.

diffstat:

 share/sushi/info/programming/formapi/help |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 4f43e68562bb -r dd5efc0fd07f share/sushi/info/programming/formapi/help
--- a/share/sushi/info/programming/formapi/help Wed Jan 31 09:35:42 2001 +0000
+++ b/share/sushi/info/programming/formapi/help Wed Jan 31 09:39:52 2001 +0000
@@ -43,8 +43,16 @@
 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 @@
 $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 $



Home | Main Index | Thread Index | Old Index