/
Phone API Reference - UI Extended - screen
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 |
---|---|
Returns a Group object stylized in the manner of other Digium apps and can be added above a List object. | |
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. |
Related content
Phone API Reference - UI Extended - screen.setTitleText
Phone API Reference - UI Extended - screen.setTitleText
More like this
Phone API Reference - UI Core
Phone API Reference - UI Core
More like this
Phone API Reference - UI Classes (Widgets)
Phone API Reference - UI Classes (Widgets)
More like this
Phone API Reference - UI Extended - screen.addListHeaders
Phone API Reference - UI Extended - screen.addListHeaders
More like this
Phone API Reference - Core - digium
Phone API Reference - Core - digium
More like this
Phone API Reference - UI Core - digium.app.idleWindow
Phone API Reference - UI Core - digium.app.idleWindow
More like this