class webfwt::HtmlPane
sys::Obj fwt::Widget fwt::Pane webfwt::HtmlPane
@Js
HtmlPane displays a HTML fragment inside a fwt::Widget.
- fg
-
Color? fg := nullForeground color used for markup.
- font
-
Font? font := nullSet font used for markup.
- html
-
Str htmlThe HTML fragment to display.
- onLayout
-
virtual override Void onLayout() - prefSize
- width
-
Int width := 100The width in pixels of the HTML content.