-
Notifications
You must be signed in to change notification settings - Fork 88
uiform timeentry
Matthias Görges edited this page Jul 14, 2016
·
2 revisions
The uiform timeentry element creates a time entry field.
Parameter | Default | Description |
---|---|---|
id | #f | Variable to store entered string in |
location | 'db | Textentry variable storage location |
text | "" | Label string |
ampm | #f | Show AM/PM toggle |
defaultampm | "AM" | AM/PM toggle default |
indent | 0.1 if no label text, or 0.3 with label text | Indent from left edge of screen (in units of uiform width) |
Example 1: A complete page definition with time entry
(sleep-before
"Before Sleep"
#f
#f
(label text "Planned Lights Out Time:")
(spacer)
(timeentry text "" indent 0.4 id lights_out ampm lights_out_ampm defaultampm "PM")
(spacer)
)
-
- 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