Phone API Reference - Extended Classes - Document

Desk Phone API features described in this section are deprecated and supported only on the following models: D40, d45, d50, d60, d62, d65, d70

Document

Creates a new DOM Document. The document created can be manipulated with javascript's standard DOM methods.

Require Extended Library: 

var Document = require('dom').Document;

 

Class Constructor

Document

Creates a new Document object.

var document = new Document();

Initialization Parameters

None

Return to Documentation Home I Return to Sangoma Support