class webfwt::WebLabel
sys::Obj fwt::Widget fwt::Label webfwt::WebLabel
@Js
WebLabel extends Label with additional functionality.
- hgap
-
Int? hgapOverride horizontal gap between image and text. Defaults to null.
- imageSize
-
Size? imageSizeOverride image size. Original image will be scaled up or down to match specified size.
- softClip
-
Bool softClipIf enabled, text that is clipped by bounds is indicated with ellipsis (...). Defaults to
false. - style
-
Override text CSS style. Defaults to null.