Added to form-dialog ability to handle select options

This commit is contained in:
David Botton 2021-02-23 18:27:51 -05:00
parent b4b7d5c643
commit 7c5a2167a9
5 changed files with 85 additions and 21 deletions

View file

@ -73,7 +73,11 @@
(alert-dialog obj fname))))
(defun on-dlg-form (obj)
(form-dialog obj "Please enter your information." '(("Name" "name")
(form-dialog obj "Please enter your information." '(("Title" "title" (("Mr." "mr")
("Mrs." "mrs")
("Ms." "ms")
("Other" "other")))
("Name" "name")
("Address" "address")
("City" "city")
("State" "st")