| Itcl  | Itk  | Itcl @ Wiki  | Itcl @ SF  | Tcl  | Tcl @ Wiki |
  home || iwidgets || man pages cross ref distribution docs faq  
buttonbox
calendar
canvasprintbox
canvasprintdialog
checkbox
combobox
dateentry
datefield
dialog
dialogshell
disjointlistbox
entryfield
extbutton
extfileselectionbox
extfileselectiondialog
feedback
fileselectionbox
fileselectiondialog
finddialog
hierarchy
hyperhelp
labeledframe
labeledwidget
mainwindow
menubar
messagebox
messagedialog
notebook
optionmenu
panedwindow
promptdialog
pushbutton
radiobox
regexpfield
scrolledcanvas
scrolledframe
scrolledhtml
scrolledlistbox
scrolledtext
scrolledwidget
selectionbox
selectiondialog
shell
spindate
spinint
spinner
spintime
tabnotebook
tabset
timeentry
timefield
toolbar
watch

man page | options | methods

Scrolledhtml

The scrolledhtml iwidget allows HTML formatted documents to be viewed on a Scrolledtext iwidget. Files can be loaded via the import public method or HTML formatted text can be passed to the render public method. The Scrolledhtml is almost compliant with the HTML version 3.2 specification. There are some image rendering that doesn't work, and table support is not fully integrated. For further information, see the Scrolledhtml manpage

Components: clipper horizsb hull label text vertsb
				

wm title . "Scrolledhtml Example"

##=========================================================
##	Create a Scrolledhtml iwidget
##=========================================================
##
iwidgets::scrolledhtml .sh \
  -update 0 \
  -alink yellow \
  -link purple

pack .sh \
  -fill both \
  -expand true

##
##	Import a HTML file to display
##
.sh import [file join ${iwidgets::library} demos demo.html]

Download this sample code
man page | options | methods
 
  home || iwidgets || man pages cross ref distribution docs faq  
Copyright | Contributions | Development Team | Credits
Bugs/Comments/Suggestions about this web site