-
Notifications
You must be signed in to change notification settings - Fork 86
uiform dropdown
Matthias Görges edited this page Jul 14, 2016
·
4 revisions
The uiform dropdown element shows drowdown menu selector.
Parameter | Default | Description |
---|---|---|
id | #f | Variable to store selected string in |
location | 'db | Dropdown variable storage location |
text | "Choose one" | Label string |
size | normal | Label size (normal, small, big) |
entries | #f | List of string entries |
Example 1: A complete page definition with a dropdown menu, shortened from LNhealth's apps/WidgetDemo
(ex_dropdowns
"Dropdown Lists"
("Prev" ex_checklists #f)
("Next" ex_images #f)
(spacer)
(label text "Click to select:" align center)
(spacer)
(dropdown text "No selection made" id dummy_dd entries ("Element 1" "Element 2" "Element 3"))
)
-
- 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