class webfwt::HtmlPane

sys::Obj
  fwt::Widget
    fwt::Pane
      webfwt::HtmlPane

@Js

Source

HtmlPane displays a HTML fragment inside a fwt::Widget.

fg

Color? fg := null

Source

Foreground color used for markup.

font

Font? font := null

Source

Set font used for markup.

html

Str html

Source

The HTML fragment to display.

onLayout

virtual override Void onLayout()

Source

prefSize

virtual override Size prefSize(Hints hints := Hints.defVal)

Source

width

Int width := 100

Source

The width in pixels of the HTML content.