new DuEditText()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10674
Properties:
Name | Type | Description |
---|---|---|
text |
string | Read-Only | The text displayed |
textColor |
DuColor | The color of the text |
onActivate |
DuEditText~onActivate | Function to execute when activated |
onDeactivate |
DuEditText~onDeactivate | Function to execute when deactivated |
onChange |
DuEditText~onChange | Function to execute when text changed |
Methods
-
staticDuEditText.setPrefix(prefix)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10715 -
Changes the prefix
Name Type Description prefix
string The new prefix -
staticDuEditText.setSuffix(suffix)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10723 -
Changes the suffix
Name Type Description suffix
string The new suffix -
staticDuEditText.setText(text)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10707 -
Changes the text
Name Type Description text
string The new text
Type Definitions
-
onActivate()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10695 -
The function to execute when the box is activated.
-
onChange()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10689 -
The function to execute when the text is changed.
-
onDeactivate()
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 10701 -
The function to execute when the box is deactivated.