Class

DuEditText

DuEditText()

For use with DuScriptUI.
A Nice EditText.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.editText to create a Nice EditText.
The Nice EditText inherits the Group object from ScriptUI and has all of its properties and methods.
Constructor

# new DuEditText()

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

View Source DuAEF_DuGR_api.jsxinc, line 12059

Methods

# static setPlaceholder(placeholder)

Changes the placeholder
Parameters:
Name Type Description
placeholder string The placeholder text

View Source DuAEF_DuGR_api.jsxinc, line 12125

# static setPrefix(prefix)

Changes the prefix
Parameters:
Name Type Description
prefix string The new prefix

View Source DuAEF_DuGR_api.jsxinc, line 12109

# static setSuffix(suffix)

Changes the suffix
Parameters:
Name Type Description
suffix string The new suffix

View Source DuAEF_DuGR_api.jsxinc, line 12117

# static setText(text)

Changes the text
Parameters:
Name Type Description
text string The new text

View Source DuAEF_DuGR_api.jsxinc, line 12101

Type Definitions

# onActivate()

The function to execute when the box is activated.

View Source DuAEF_DuGR_api.jsxinc, line 12089

# onChange()

The function to execute when the text is changed.

View Source DuAEF_DuGR_api.jsxinc, line 12076

# onDeactivate()

The function to execute when the box is deactivated.

View Source DuAEF_DuGR_api.jsxinc, line 12095

# onEnterPressed()

Function to execute when enter key is pressed whil in edit mode.

View Source DuAEF_DuGR_api.jsxinc, line 12082