mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
:filename and :select support for form-dialog
This commit is contained in:
parent
affe3dd05e
commit
da89ed8c0f
1 changed files with 10 additions and 9 deletions
|
|
@ -73,7 +73,8 @@
|
||||||
(alert-dialog obj fname))))
|
(alert-dialog obj fname))))
|
||||||
|
|
||||||
(defun on-dlg-form (obj)
|
(defun on-dlg-form (obj)
|
||||||
(form-dialog obj "Please enter your information." '(("Title" "title" (("Mr." "mr")
|
(form-dialog obj "Please enter your information."
|
||||||
|
'(("Title" "title" :select (("Mr." "mr")
|
||||||
("Mrs." "mrs")
|
("Mrs." "mrs")
|
||||||
("Ms." "ms")
|
("Ms." "ms")
|
||||||
("Other" "other")))
|
("Other" "other")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue