How to customize the toolbar of citrix workspace app for HTML5

How to customize the toolbar of citrix workspace app for HTML5

book

Article ID: CTX583020

calendar_today

Updated On:

Description

How to customize the toolbar of Citrix workspace app for HTML5


Instructions

1. Browse the following path to the StoreFront server.

    C:/Program Files\Citrix\Receiver StoreFront\HTML5Client

2. Back up the original configuration file.

3. Open configuration.js using an editor such as Notepad with administrator privileges. 

4. The settings that control the toolbar are as follows.
Change the value "true" to "false" for the option to hide.

------
'ui' : {
    'toolbar' : {
        'menubar':true,  --->the whole toolbar
        'clipboard':true,  
        'usb': true,  
        'fileTransfer':true,  --->including download and upload feature
        'about':true,  
        'lock':true,  --->Ctrl+Alt+Del button
        'disconnect':true,  
        'logoff':true,  
        'fullscreen':true,  
        'keyboard':true,  --->only shown on the touch device
        'multitouch':true,  --->only shown on the touch device
        'switchApp':true,  --->only shown on the touch device
        'preferences':true,  
        'gestureGuide':true,  --->only shown on the touch device
        'viewLogs':true,  
        'multiMonitor' :true,  
        'multiMonitorDialog' :false,
        'displayResolution' : true,  
        'cdm' : true  --->client drive mapping
    },
------

5. Click 'Propagate Changes' on the StoreFront that settings changed if it is a multiple-server StoreFront deployment.

Note: 


. Please backup the original file before editing.
. Please ensure that settings are tested before use.
. Please make sure that the customized content is at your own risk.