Change home/legend/resuls pane size in handheld?
The results window in the handheld config takes up 3/4 of the window obscuring most of the map. Can I make this smaller with some sort of scroll funcion. I'm looking all over the json for handheld but I'm sort of fumbling in the dark here. thanks in advance.
0
-
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 -
Wonderful! Thank you!! 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer