Changeset 864 for trunk


Ignore:
Timestamp:
Jan 30, 2008, 4:17:10 AM (17 years ago)
Author:
dkearney
Message:

added example of adding note to image that pops up a "more info" window.

Location:
trunk/examples/zoo/image
Files:
3 added
1 edited

Legend:

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

    r863 r864  
    2727$driver put output.image.current [$dest data -format jpeg]
    2828
    29 # add a litle html note
    30 set htmltext "html://<p style=\"text-align: center;\">Check out the rotation of this image!</p>"
     29# add a little html note
     30set htmltext "html://<p style=\"text-align: center;\"><a href=\"angles.html\">Learn more about angles...</a></p>"
    3131$driver put output.image.note.contents $htmltext
    3232
Note: See TracChangeset for help on using the changeset viewer.