Add docs to builder

This commit is contained in:
Oleg Korshul
2020-07-28 20:17:20 +03:00
parent 4782fadbf8
commit 6f49c93f5b

View File

@ -252,7 +252,9 @@ namespace NSDoctRenderer
* 2) argument
* docbuilder.exe "--argument={\"company\":\"ONLYOFFICE\",\"product\":\"ONLYOFFICE Document Builder\"}" "path-to-script.docbuilder"
* This set the --argument property to CDocBuilder & Run (see point 1)
*
* Using in javascript:
* var sCompany = Argument["company"];
* var sProduct = Argument["product"];
*
* 3) Methods of the "builder" object cannot be called with values - js variables. If necessary, then you need to
* wrap it in an instruction "jsValue", e.g.: