Get Started
Usage API
Using WOPI
Additional API
More information
|
ConfigDescription
The config base section allows to change the platform type used, document display size (width and height) and type of the document opened. Parameters
Example
var docEditor = new DocsAPI.DocEditor("placeholder", { "documentType": "word", "height": "100%", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.LwimMJA3puF3ioGeS-tfczR3370GXBZMIL-bdpu4hOU", "type": "desktop", "width": "100%", ... }); |