A detailled documentation of the functions and their parameters can be found in the Java Script source file itself which is located in the WebOffice 10.3 SP2 application directory <web application>\client_core\js\api
Note: The file ScriptApi.js contains almost the same functionality from the WebOffice html client. The other js files contain additional functionality that can be used in the WebOffice core client.
For example it is possible, to switch to a tab of a ribbon in the user interface by calling the following Script API method. The parameter argRibbonIdxOrId is the external id of a ribbon.
* show a ribbon by index or external call id
* @param argRibbonIdxOrId; if a number = index (zero based), if a string = configured external call id
*/
client.api.showRibbon( argRibbonIdxOrId )