Toolbar Customization

Top  Previous  Next

The toolbar customization parameters allow you to restrict partially or totally the user's options by eliminating buttons from the ThinRDP toolbar's defaults.

 

 

                   // Toolbar customization

                 createToolbar:     true,

                 toolbarVisible:     true,

         

 

 

Observe on the code above that for the toolbarRestrictions parameter all the options are included for visibility purposes. In this case the toolbar would have no buttons. The same can be accomplished by "createToolbar": false.

 

In the following table you can find a description of each parameter along with its type/format and default value.

 

Parameter

What it means

Type/format

Default

createToolbar

Set to false to have all the ThinRDP connections not have the ThinRDP toolbar above the remote desktop. This is useful if you want to keep users from sending keystroke combinations.

boolean

true,false

true

toolbarVisible

Set to true to have the ThinRDP toolbar start expanded. Without modifying this value, the toolbar will start collapsed and the user needs to click on a button the expand it. This is useful if you think the ThinRDP toolbar settings should be displayed so it's more evident to users.

boolean

true,false

true

 

 

Read more about the ThinRDP toolbar and how to customize it.