Hide the dataset name from all the panelswindows » History » Version 1
Anonymous, 20/04/2015 17:30
1 | 1 | Anonymous | h1. Hide the dataset name from all the panelswindows |
---|---|---|---|
2 | 1 | Anonymous | |
3 | 1 | Anonymous | 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. |
4 | 1 | Anonymous | Specifically: |
5 | 1 | Anonymous | |
6 | 1 | Anonymous | # 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 |
7 | 1 | Anonymous | |
8 | 1 | Anonymous | In this particular case, the panel will then look like: |
9 | 1 | Anonymous | |
10 | 1 | Anonymous | !datasetNameHide_queryForm.png! |
11 | 1 | Anonymous | |
12 | 1 | Anonymous | # 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 |
13 | 1 | Anonymous | |
14 | 1 | Anonymous | This is how the window will look like: |
15 | 1 | Anonymous | |
16 | 1 | Anonymous | !datasetNameHide_definitions.png! |
17 | 1 | Anonymous | |
18 | 1 | Anonymous | # 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 |
19 | 1 | Anonymous | |
20 | 1 | Anonymous | This is how the window will look like: |
21 | 1 | Anonymous | |
22 | 1 | Anonymous | !datasetNameHide_details.png! |
23 | 1 | Anonymous | |
24 | 1 | Anonymous | # 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 |
25 | 1 | Anonymous | |
26 | 1 | Anonymous | This is how the panel will look like: |
27 | 1 | Anonymous | |
28 | 1 | Anonymous | !datasetNameHide_dataPlot.png! |