Ignore:
Timestamp:
Jul 19, 2007, 5:21:51 AM (17 years ago)
Author:
mmc
Message:

Added support for a <note> on the output side of an <image> object.
This was needed for app-nsopticsjr. We should experiement a little
more with this, design it properly, and apply the same idea to all
output items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/note.tcl

    r761 r785  
    150150                set html "<html><body><p>[_escapeChars $html]</p></body></html>"
    151151            }
    152             $itk_component(html) load $html -file $file
     152            $itk_component(html) load $html -in $file
    153153        }
    154154        default {
Note: See TracChangeset for help on using the changeset viewer.