-
Notifications
You must be signed in to change notification settings - Fork 86
uiform checklist
Matthias Görges edited this page Jul 14, 2016
·
4 revisions
The uiform checklist element shows a list of string checkboxes.
Parameter | Default | Description |
---|---|---|
id | #f | Variable to store selected strings in |
location | 'db | Checklist variable storage location |
default | '() | List of string entries |
radio | #f | Allow only one item to be selected (radiobox) |
Example 1: A complete page definition with checklist, from LNhealth's apps/WidgetDemo
(ex_checklists
"Checklists"
("Prev" ex_boxes #f)
("Next" ex_dropdowns #f)
(spacer)
(label text "Multiple choice:" align center)
(spacer)
(checklist id dummy_lst1 default ("element 1" "element 2" "element 3"))
(spacer)
(label text "Single choice:" align center)
(spacer)
(checklist id dummy_lst2 default ("element 4" "element 5" "element 6") radio #t)
)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip