Hide the dataset name from all the panelswindows » History » Version 2
Version 1 (Anonymous, 20/04/2015 17:30) → Version 2/3 (Anonymous, 20/04/2015 17:32)
h1. Hide the dataset name from all the panelswindows
In order to hide the name of the dataset from the header of the various panels/windows, the @windowConfig@ or the @windowSettings@ variable should be edited.
Specifically:
* To # to hide the name from the 'Query Form' panel, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/modules/formsAsMenu/formsAsMenu.js@36171e6e#L273
In this particular case, the panel will then look like:
!datasetNameHide_queryForm.png!
* To # to hide the dataset name from the 'Display definitions' window, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/columnsDefinitionService.js@36171e6e#L44
This is how the window will look like:
!datasetNameHide_definitions.png!
* To # to hide the dataset name from the 'Details' window, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/viewDataDetailsService.js@36171e6e#L69
This is how the window will look like:
!datasetNameHide_details.png!
* To # to hide the dataset name from the 'Plot' panel, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/plotService.js@36171e6e#L85
This is how the panel will look like:
!datasetNameHide_dataPlot.png!
In order to hide the name of the dataset from the header of the various panels/windows, the @windowConfig@ or the @windowSettings@ variable should be edited.
Specifically:
* To # to hide the name from the 'Query Form' panel, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/modules/formsAsMenu/formsAsMenu.js@36171e6e#L273
In this particular case, the panel will then look like:
!datasetNameHide_queryForm.png!
* To # to hide the dataset name from the 'Display definitions' window, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/columnsDefinitionService.js@36171e6e#L44
This is how the window will look like:
!datasetNameHide_definitions.png!
* To # to hide the dataset name from the 'Details' window, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/viewDataDetailsService.js@36171e6e#L69
This is how the window will look like:
!datasetNameHide_details.png!
* To # to hide the dataset name from the 'Plot' panel, edit the file: source:git_sitools_idoc|szcluster-db/workspace/client-user/js/components/datasetServices/plotService.js@36171e6e#L85
This is how the panel will look like:
!datasetNameHide_dataPlot.png!