Select Text

Selects a text from an input or textarea.

Select Text Designer

Designer Properties#

See Web Event Main Properties.

  1. Selection Start The 0-based index of the first selected character. An index greater than the length of the element's value is treated as pointing to the end of the value.
  2. Selection End The 0-based index of the character after the last selected character. An index greater than the length of the element's value is treated as pointing to the end of the value.

Properties#

Select Text properties

Web Event Main Properties#

See Designer Properties above.

General Properties#

See Web Event General Properties.

Misc#

See Misc.

Out Error#

See Out Error.

Out Properties#

See Web Event Out Properties.

Web Event Advanced Properties#

See Web Event Advanced Properties.

Example#

Select Text input

In this example, we open Google, type "test 1234", select the text from 5 to 10, copy the text, open notepad and paste the copied content.