Ignore:
Timestamp:
Jan 30, 2008 3:07:09 AM (16 years ago)
Author:
dkearney
Message:

added small html note example under output image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/image/image.tcl

    r521 r863  
    2727$driver put output.image.current [$dest data -format jpeg]
    2828
     29# add a litle html note
     30set htmltext "html://<p style=\"text-align: center;\">Check out the rotation of this image!</p>"
     31$driver put output.image.note.contents $htmltext
     32
    2933# save the updated XML describing the run...
    3034Rappture::result $driver
Note: See TracChangeset for help on using the changeset viewer.