Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

toString

Description

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

Basic Example: 

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".

  • No labels