Hoppa till huvudinnehållet

Change home/legend/resuls pane size in handheld?

Kommentarer

2 kommentarer

  • John Nerge
    The setting you need to change is "bottomPanelHeightPercent" in the ShellViewModel, which by default is set to 67 (two thirds of the screen).

     

    {

     

                "id": "ShellView",

     

                "viewModelId": "ShellViewModel",

     

                "visible": true,

     

                "type": "geocortex.essentialsHtmlViewer.mapping.modules.shells.SmallShellView",

     

                "markup": "Mapping/modules/Shells/Small/SmallShellView.html",

     

                "region": "ApplicationRegion",

     

                "configuration": {

     

                  "resizeShell": true

     

                }

     

              }

     

            ],

     

            "viewModels": [

     

              {

     

                "id": "ShellViewModel",

     

                "type": "geocortex.essentialsHtmlViewer.mapping.modules.shells.SmallShellViewModel",

     

                "configuration": {

     

                  "openToMaximum": false,

     

                  "bottomPanelHeightPercent": 67

     

                }

     

              },
    0
  • Permanently deleted user
    Wonderful!  Thank you!!
    0

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