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 - cycleModes

cycleModes

Description

Sets up a softkey that cycles through a set of modes. Can be any of "normal", "email", "ip", or "numeric".

Basic Example: 

textObj.cycleModes(modesArray);

Parameters

Name

Required

Type

Default

Description

modes

Yes

array

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

Examples

cycleModes for a softkey that cycles numeric and normal

theInput.cycleModes(['numeric', 'normal']);

  • No labels