Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Phone API Reference - UI Classes (Widgets) - Input - toString

toString

Description

Returns the value of the input (same as the value property).

Basic Example: 

Code Block
textInput.toString(); //get the value of the Input

Parameters

Name

Required

Type

Default

Description

modes

Yes

array

Array of modes. Can be any of "normal", "email", "ip", or "numeric".

...