mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
default form values
This commit is contained in:
parent
9fe95bbc5e
commit
17c28e43c2
2 changed files with 14 additions and 6 deletions
|
|
@ -75,12 +75,12 @@
|
|||
(defun on-dlg-form (obj)
|
||||
(form-dialog obj "Please enter your information."
|
||||
'(("Title" "title" :select (("Mr." "mr")
|
||||
("Mrs." "mrs")
|
||||
("Mrs." "mrs" :selected)
|
||||
("Ms." "ms")
|
||||
("Other" "other")))
|
||||
("Eye Color" "color" :radio (("Blue" "blue")
|
||||
("Brown" "brown")
|
||||
("Green" "green")
|
||||
("Green" "green" :checked)
|
||||
("Other" "other")))
|
||||
("Send Mail" "send-mail" :checkbox t)
|
||||
("Name" "name" :text "Real Name")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue