mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
:checkbox, :email and other text based inputs support for form-dialog
This commit is contained in:
parent
d16f17d0d7
commit
61853feccb
4 changed files with 39 additions and 4 deletions
|
|
@ -82,11 +82,13 @@
|
|||
("Brown" "brown")
|
||||
("Green" "green")
|
||||
("Other" "other")))
|
||||
("Send Mail" "send-mail" :checkbox)
|
||||
("Name" "name")
|
||||
("Address" "address")
|
||||
("City" "city")
|
||||
("State" "st")
|
||||
("Zip" "zip"))
|
||||
("Zip" "zip")
|
||||
("E-Mail" "email" :email))
|
||||
(lambda (results)
|
||||
(alert-dialog obj results))
|
||||
:height 550))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue