class webfwt::WebText
sys::Obj fwt::Widget fwt::TextWidget fwt::Text webfwt::WebText
@Js
WebText extends Text with additional functionality.
- disabledStyle
-
[Str:Str]? disabledStyle := nullOverride disabled style. Defaults to null.
- dropShadow
-
Shadow? dropShadow := nullDrop shadow, or null for none.
- halignImage
-
Halign halignImage := Halign.rightHalign of image. Supoported values:
leftandright. - image
-
Image? image := nullImage to display inside widget, or null for none.
- innerShadow
-
Shadow? innerShadow := nullInner shadow, or null for none.
- insets
-
Insets? insets := nullInsets between text and border, or null for default.
- make
-
new make(|This|? f := null)Constructor.
- placeHolder
-
Str? placeHolder := nullPlaceholder text to display in text field if empty.
- placeHolderColor
-
Color? placeHolderColor := nullPlaceholder text color, or null for default.
- prefSize
- style
-
Override style. Defaults to null.
- textBorder
-
Border? textBorder := nullBorder for text field, or null for default.