Hoppa till huvudinnehållet

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

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.