Project

General

Profile

Hide the dataset name from all the panelswindows » History » Version 3

Anonymous, 26/05/2015 18:27

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