LogoLogo
DownloadGet a QuoteConnect with Us
  • Introduction
    • What is Thinfinity® Workspace
    • About this Document
  • Product Overview
    • Architecture Components
    • Load Balancing
    • Deployment Scenarios Overview
    • Connectivity
      • Remote Desktop Access
      • Remote Application Access
      • Terminal Access
    • RPAM and Resource Reservation
    • Cloud Manager
    • Audit Logging
    • User Analytics
  • Getting Started
    • Basic Installation
    • Accessing Thinfinity® Workspace in Your Browser
    • Connection Types
      • Remote Desktop Connection
      • Remote App Connection
      • Remote Intranet Web App Connection
      • Telnet SSH Connection
    • Configuration
    • Security
    • Beyond the Basics
  • Reference
    • Thinfinity® Workspace Configuration Manager
      • General Tab
      • Broker Tab
      • Authentication Tab
        • Methods Tab
          • API Access Settings
          • RADIUS Settings
          • SAML Settings
          • OAuth 2.0 Settings
          • External DLL
        • Mappings Tab
        • 2FA Tab
        • Directory Services Tab
          • Local Computer Users Settings
          • Local Computer Users
          • Local Thinfinity IdP Settings
          • Computer Domain Settings
          • External Domain Settings
      • Access Profiles Tab
        • The [+] Access Profile
        • Desktop Access Profiles
          • RDC Access Profile
            • Core Settings
            • User Experience Settings
          • ThinVNC Access Profile
          • VNC/RFB Access Profile
            • User Experience Settings
        • Application Access Profiles
          • Remote App Access Profile
            • Core Settings
          • Web App Access Profiles
            • Web Link Access Profile
            • WAG Access Profile
          • VirtualUI App Access Profile
            • Core Settings
        • Web Folder Access Profile
        • Terminal Access Profiles
          • z/Scope Classic Access Profile
          • Telnet/SSH Access Profile
            • Core Settings
            • User Experience Settings
        • Label
        • Access Control Settings
      • VirtualUI Tab
      • Folders Tab
      • Permissions Tab
      • Protection Tab
      • Notifications Tab
      • Database Tab
      • z/Scope Classic Tab
      • Services Tab
      • License Tab
    • Thinfinity® Workspace Web Manager
      • Access Profiles
        • Desktop Access Profiles
          • RDC Access Profile
            • Core Settings
            • User Experience Settings
          • VNC
            • Core Settings
            • User Experience Settings
          • Thinfinity VNC
            • Core Settings
        • Application Access Profiles
          • Remote App
          • Web App
            • Web Application Gateway (WAG)
            • Web Link
          • VirtualUI App
        • Web Folder Access Profile
          • Core Settings
        • Terminal Access Profiles
          • Telnet SSH Terminal
          • Multi Terminal
        • Access Control Settings - Web Manager
      • Addons
        • Analytics
        • Brokers Monitor
        • Audit Log
        • Recordings
        • Members
        • Reports
        • Resource Reservation
    • Thinfinity® Gateway
  • Configuration
    • RBAC and Resource Reservation
      • Configuring the Resource Reservation Feature
      • Role Definition with Permissions Groups
      • Granting Approver or Requester Role to a User
      • Enabling Resource Reservation
      • Granting a User Access to a Single Access Profile
      • Granting Access Permissions for a Group of Access Profiles
      • Grouping Access Profiles Under a Label
      • Restricting Access to a Resource
      • Exception Days - No Booking Allowed
      • Booking a Resource
      • Approving a Booking Request
    • Security
      • Managing the SSL Certificate
        • Creating a Self-Signed Certificate
        • Creating a CA Certificate Request
        • Importing a Certificate
        • Using ACME Certificates
      • Session Recording
        • Viewing Recorded Sessions
    • User Experience
      • Bidirectional Audio Redirection
      • Customizing the Thinfinity® Workspace Toolbar
        • Using web.settings.js
        • Using the SDK 'connect' Method
        • Extend the Thinfinity® Workspace Toolbar
      • Customize Translation
      • GFX and H.264 Support
        • Enabling H.264 for an Access Profile
        • Preparing a Remote Desktop for H.264 Support
      • How to Enable Multi-Monitor
      • Multi-Touch Redirection
      • Redirecting Devices
      • Remote FX
      • Enhanced Browser and DPI Support
        • Display Model Inheritance
        • Properties Reference Tables
        • The Calculation Process
        • Example
    • Extended Features
      • Remote Active Directory
        • How to Install and Configure Thinfinity® Remote AD Services
        • Active Directory Credentials Mapping
      • WebBridge - Direct File Transfer
        • Installing Thinfinity® WebBridge
        • Using WebBridge
      • Silent Install Options
    • License Server Manager
      • Proxy Activation
      • Get a New Trial Serial Number
      • Activate a Serial Number Online
      • Activate a Serial Number Offline
      • Registering a License with License Server Manager
  • Deployment Scenarios
    • Single Machine Deployment
    • Distributed Deployment
    • Multitenant - Several Subdomains
    • Implementing Secondary Brokers Scenarios
      • Resource Pools
      • OT Networks
      • Multitenant - Single Domain
  • Integrations
    • Integrating Thinfinity® Workspace
    • External Authentication
      • API Key
    • Customizing the Web Interface
      • Customizing the Logo
      • Organizing custom files
    • One-Time-URL (OTURL)
      • Customizing OTURL Connection
      • Enabling Features
  • Mobile Devices
    • Mobile Devices
    • Accessing Thinfinity® Workspace
    • Mouse Control
    • Keyboards and Toolbars
    • Gestures
Powered by GitBook
On this page

Was this helpful?

  1. Configuration
  2. User Experience
  3. Customizing the Thinfinity® Workspace Toolbar

Using the SDK 'connect' Method

If you are using the Thinfinity® Workspace SDK library, you can configure the toolbar directly within the connect method. The parameters createToolbar, toolbarVisible, and toolbarRestrictions allow for precise customization of the toolbar’s visibility and functionality.

Note: These SDK settings will be overridden by any settings defined in the customsettings.js file.

Toolbar Parameter Syntax

Here’s how to set up the toolbar parameters in the SDK’s connect method:

javascriptCopy codemythinrdp.connect({
    createToolbar: true,                // Enables the Thinfinity® Workspace toolbar
    toolbarVisible: true,               // Starts toolbar in an expanded state
    toolbarRestrictions: [
        "actionsMenuBtn",                    // "Actions" menu
        "actionsMenuBtn.refresh",            // "Refresh"
        "actionsMenuBtn.ssnShareBtn",        // "Share session"
        "actionsMenuBtn.sendKeysBtn",        // "Send Keys" menu
        "actionsMenuBtn.sendKeysBtn.ctrlAltDelBtn", // "Ctrl + Alt + Del"
        "actionsMenuBtn.sendKeysBtn.ctrlEscBtn",    // "Ctrl + Esc"
        "actionsMenuBtn.sendKeysBtn.shiftCtrlEscBtn", // "Shift + Ctrl + Esc"
        "actionsMenuBtn.sendKeysBtn.windowsExplorerBtn", // "Shell Explorer"
        "actionsMenuBtn.sendKeysBtn.runBtn",        // "Run"
        "actionsMenuBtn.sendKeysBtn.altTabBtn",     // "Alt + Tab"
        "actionsMenuBtn.sendKeysBtn.altShiftTabBtn",// "Alt + Shift + Tab"
        "actionsMenuBtn.sendKeysBtn.altEscBtn",     // "Alt + Esc"
        "actionsMenuBtn.sendKeysBtn.leftWinBtn",    // "Left Win Key"
        "actionsMenuBtn.sendKeysBtn.rightWinBtn",   // "Right Win Key"
        "actionsMenuBtn.viewOptionsBtn",            // "View params & layout"
        "fileMenuBtn",                              // "File transfer" menu
        "fileMenuBtn.fileManBtn",                   // "File Manager"
        "fileMenuBtn.uploadBtn",                    // "Upload"
        "fileMenuBtn.downloadBtn",                  // "Download"
        "optionsMenuBtn",                           // "Options" menu
        "optionsMenuBtn.scaleBtn",                  // "Scale"
        "optionsMenuBtn.imgQualityBtn",             // "Image Quality" menu
        "optionsMenuBtn.imgQualityBtn.imgQHighestBtn", // "Highest quality"
        "optionsMenuBtn.imgQualityBtn.imgQOptimalBtn", // "Optimal quality"
        "optionsMenuBtn.imgQualityBtn.imgQGoodBtn",     // "Good quality"
        "optionsMenuBtn.imgQualityBtn.imgQPoorBtn",     // "Poor quality"
        "optionsMenuBtn.keyboardMode",              // "Disable Shortcuts"
        "disconnectBtn"                             // "Disconnect"
    ]
});

Important: In this example, all possible toolbar options are included in the toolbarRestrictions array, resulting in a completely hidden toolbar. To show specific options, include only the buttons you wish to exclude.

For more details on configuring your Thinfinity Workspace environment, refer to the Getting Started section in the Thinfinity® Workspace SDK documentation. This guide provides essential information for integrating and using Thinfinity Workspace features with custom toolbar settings tailored to your deployment needs.

PreviousUsing web.settings.jsNextExtend the Thinfinity® Workspace Toolbar

Last updated 2 months ago

Was this helpful?