4.14  <html>

This element renders HTML documents by using the gtkhtml2 engine.

4.14.1  Attributes

Name Type Default Value Description
data string A string of HTML code to display.
loading boolean Read-only property which is true while the site is still being loaded.
scollbars boolean true Whether to display scrollbars or not.
uri URI The URI of the HTML document to display.

4.14.2  Examples

<display bg-color="grey50" anchor="center" x="50%" y="50%">

  <frame>
    <html uri="http://gdesklets.gnomedesktop.org" width="30cm" height="20cm"/>
  </frame>
 
</display>