Lines Matching +full:button +full:- +full:uid
3 # form1 with --help-button
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-button \
22 --backtitle "$backtitle" "$@" \
23 --form "Here is a possible piece of a configuration program." \
26 "UID:" 2 1 "$uid" 2 10 8 0 \
31 exec 3>&-
33 show=`echo "$returntext" |sed -e 's/^/ /'`
38 --clear \
39 --backtitle "$backtitle" \
40 --yesno "Really quit?" 10 30
52 --clear \
53 --backtitle "$backtitle" --no-collapse --cr-wrap \
54 --msgbox "Resulting data:\n\
59 --clear \
60 --backtitle "$backtitle" --no-collapse --cr-wrap \
61 --msgbox "Help data:\n\
65 . ./report-button