Zum Hauptinhalt gehen

How to open the collaboration panel as soon as the viewer loads?

Kommentare

1 Kommentar

  • Permanently deleted user
    This is in the Desktop.json.js file.  Look for the "Shells" moduleName and find the views collection underneath.  Set the "visible" property to true.

     

    To make collaboration panel show by default: 

     

    "moduleName": "Shells",

     

    "views": [

     

              {

     

                "id": "CollaborationContainerView",

     

                "viewModelId": "CollaborationContainerViewModel",

     

                "visible": true,

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.