setTextSelectionEnabled()

The system function ruiLib.setTextSelectionEnabled() sets a value that specifies whether the user is able to select text in a Rich UI handler or widget that you are developing.

Syntax

  ruiLib.setTextSelectionEnabled(trueOrFalse BOOLEAN)
trueOrFalse
A Boolean value that causes text selection to be disabled (as is the default) or enabled.

Feedback