White label

Introduction

Since ARender 4.4.1, you can remove any references of the ARender brand through the configuration.

Configuration

The References to ARender in “About” section

A property allows removing references to ‘ARender’. Removed references are in the “About” panel. image

Apply following property to remove those references :

configurations/arender-custom-client.properties
# Remove any references of ARender in the application
arender.white.labeling=true

Result after activation of the white label property :

image

The references at loading and saving

At document loading or saving, an ‘ARender’ text is visible at the center of the page.

image

This text is configurable with the following property :

configurations/arender-custom-client.properties
# Display the label when document starts to open
startup.loading.label=Just-Loading

image

Modification of window title

Last ‘ARender’ reference is in the window title of the browser. This can be modified by editing the file ARender.html that can be found at the root folder of your ARender deployment. Then you can modify the following line to remove ‘ARender’ :

image

After edit :

image