Navigation:  How To > How to Customize ... > WebOffice html Client > Layout customizations >

Customizations of the Loading Screen

Previous pageReturn to chapter overviewNext page

If you want to change the wording in the WebOffice html client loading screen, you can do in the file C:\Tomcat\webapps\<WebOffice application>\client_workspace\JSXAPPS\weboffice\jss\splashscreen.txt. There are basically three text resources and a parameter for the design (classic or v10) that can be changed for the loading screen:

 

Default value in splashscreen.txt

Customized value in splashscreen.txt

poweredby = "&nbsp;";

productname = "WebOffice";

productinfo = "";

wo_splash_mode = "v10";

 

howto_html_loading_screen01

poweredby = "My Company";

productname = "Your Office";

productinfo = "presents";

wo_splash_mode = "classic";

 

howto_html_loading_screen02