-
Notifications
You must be signed in to change notification settings - Fork 88
uiform dateentry
shaybeau731 edited this page Jul 6, 2016
·
1 revision
The uiform dateentry element creates a date entry field with a format of YYYY-MM-DD.
Parameter | Default | Description |
---|---|---|
id | #f | Variable to store entered string in |
location | 'db | Dateentry variable storage location |
text | "" | Label string |
indent | 0.1 if no label text, or 0.3 with label text | Indent from left edge of screen (in units of uiform width) |
indentright | 0.1 | Indentation from right edge of screen (in units of uiform width) |
align | left | Text alignment (center, left, right) |
Example 1: A complete page definition with date entry
(birth-date
"Birth Date"
#f
#f
(label text "Date of Birth:")
(spacer)
(dateentry text "" indent 0.4 id birth_date)
(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