API_HOME_OPEN

This function attempts to open and display a specific document from IceViewer HTML5.

API function name: api_home_open(documentID)
Parameters: documentID <int> [optional]
Return Type:

Promise

PromiseResult will be true, if the opening of the first page has been started, or false on any error.

Programmer notes: If the documentID parameter is undefined, then the Open window will be displayed for the user.
Code Example:

None