-
Notifications
You must be signed in to change notification settings - Fork 86
uiform image
Matthias Görges edited this page Jul 14, 2016
·
5 revisions
The uiform image element displays an image.
Parameter | Default | Description |
---|---|---|
file | #f | PNG image filename |
align | center | Text alignment (center, left, right) |
Example 1: A complete page definition showing the LambdaNative_logo.png image, located next to the main.sx in the sandbox, from LNhealth's apps/WidgetDemo
(ex_images
"Images"
("Prev" ex_dropdowns)
("Next" ex_progress)
(spacer)
(image file "LambdaNative_logo.png")
(spacer)
)
An image can also be used as the title of a page instead of text. Specify an image file with no quotation marks instead of a string. Below is an example of modifying the above page to display a header image instead of text.
(ex_images
header.png
("Prev" ex_dropdowns)
("Next" ex_progress)
(spacer)
(image file "LambdaNative_logo.png")
(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