class webfwt::WebLabel

sys::Obj
  fwt::Widget
    fwt::Label
      webfwt::WebLabel

@Js

Source

WebLabel extends Label with additional functionality.

hgap

Int? hgap

Source

Override horizontal gap between image and text. Defaults to null.

imageSize

Size? imageSize

Source

Override image size. Original image will be scaled up or down to match specified size.

softClip

Bool softClip

Source

If enabled, text that is clipped by bounds is indicated with ellipsis (...). Defaults to false.

style

[Str:Str]? style

Source

Override text CSS style. Defaults to null.