Skip to content
Matthias Görges edited this page Mar 11, 2015 · 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

Example 1: A complete page definition showing the LambdaNative_logo.png image, located next to the main.sx in the sandbox, from apps/WidgetDemo

(ex_images
  "Images"
  ("Prev" ex_dropdowns)
  ("Next" ex_progress)
  (spacer)
  (image file "LambdaNative_logo.png") 
  (spacer)
)

Clone this wiki locally