By using quicktools frequently used functionality can be provided for the user of your WebOffice 10.9 R4 projects in a simple and quick way. Your WebOffice 10.9 R4 application delivers three quicktools by default, that can be used and adapted for your projects.

 

Quicktools are simple JS files (JavaScript), examples can be found in C:\Tomcat\webapps\<WebOffice application>\pub\client_core\quicktools.

 

Sample quicktools in WebOffice 10.9 R4 application

Sample quicktools in WebOffice 10.9 R4 application

 

You can either adapt existing JS files or create new JS files by using functions from WebOffice Script API - WebOffice core. The following example creates a quicktool for searching taxis in the sample project.

 

Quicktool for searching taxis

Quicktool for searching taxis

 

In the next step you have to configure the JS file in Quicktools.

 

Configuration of new JS file as quicktool

Configuration of new JS file as quicktool

 

After re-publishing your WebOffice 10.9 R4 project, the new quicktool can be used in the WebOffice core client.

 

Quicktool for searching for taxis in the WebOffice core client

Quicktool for searching for taxis in the WebOffice core client

 

icon_cross-reference

Please find more details about configuration of quicktools with WebOffice author in Quicktools.

See chapter Quicktools for details about quicktools in the WebOffice core client.