new DuEditText()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11615
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 |
onEnterPressed |
DuEditText~onChange | Function to execute when enter key is pressed whil in edit mode |
Methods
-
staticDuEditText.setPlaceholder(placeholder)
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11680 -
Changes the placeholder
Name Type Description placeholder
string The placeholder text -
staticDuEditText.setPrefix(prefix)
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11664 -
Changes the prefix
Name Type Description prefix
string The new prefix -
staticDuEditText.setSuffix(suffix)
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11672 -
Changes the suffix
Name Type Description suffix
string The new suffix -
staticDuEditText.setText(text)
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11656 -
Changes the text
Name Type Description text
string The new text
Type Definitions
-
onActivate()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11644 -
The function to execute when the box is activated.
-
onChange()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11631 -
The function to execute when the text is changed.
-
onDeactivate()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11650 -
The function to execute when the box is deactivated.
-
onEnterPressed()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 11637 -
Function to execute when enter key is pressed whil in edit mode.