Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Current »

Phone API Reference - UI Extended - screen

screen

Library containing a set of functions to aid with building a standard UI.

Require Extended Library: 

var screen = require('screen');

Methods

Name 

Description 

screen.addListHeaders

Returns a Group object stylized in the manner of other Digium apps and can be added above a List object.

screen.setTitleText

Returns a textWidget that can be added to the window. To be used as the title bar at the top of the screen. The title is displayed in white text on a black background one text line high. This is useful mostly if you want to make your apps look and feel similar to the factory Digium apps.

  • No labels