Commit f6b85d48129ef7c0e2d8347627f8dd0a5b63506b

Authored by Elena.Budnik
1 parent bcb4c408

filters help

help/content.json
... ... @@ -16,7 +16,7 @@ children: [
16 16 id: 'parametersTree',
17 17 leaf:true
18 18 },{
19   - text:'Resources: Filtering (TBU)',
  19 + text:'Resources: Filtering',
20 20 id: 'filters',
21 21 leaf:true
22 22 },{
... ...
help/filters
1 1 <h2><img src="js/resources/images/16x16/filter.png" style="margin: 0px 10px 0px 0px;"/> Resources Tree : Filtering</h2>
2   -<p>To reduce the size of the Parameter Tree use the <b><i>filter feature</i></b>.
3   -Select/Add the filter by clicking <img src="help/images/edit.png"/> to open the <b>Filter Control Panel</b>.
  2 +<p>To reduce the size of the Parameter Tree use the <i>Filter Feature</i>.<br/>
  3 +<h3>Creating a Filter</h3>
  4 +<ol>
  5 +<li> Click <img src="help/images/edit.png"/> to open the <b>Filter Control Panel</b>.
  6 +<img class="centered" src="help/images/filter_0.png" style="margin: 10px 10px 10px 0px;"/>
  7 +<hr>
  8 +<li> Click <b>Add</b> button.
  9 +<img class="centered" src="help/images/filter_1.png" style="margin: 10px 10px 10px 10px;"/>
  10 +<hr>
  11 +<li><b>Right click</b> on a filter group (<i>Local Parameters, Simulation Parameters)</i> to open
  12 +context menu. Click <b>Add</b> to add a condition.
  13 +<img class="centered" src="help/images/filter_2.png" style="margin: 10px 10px 10px 0px;"/>
  14 +<hr>
  15 +<li> <b>Double click</b> consequently the three areas of emphasized row to see the list of possible filters / conditions / values.
  16 +<img class="centered" src="help/images/filter_3.png" style="margin: 10px 10px 10px 0px;"/>
  17 +<hr>
  18 +<li> You may combine several conditions in one filter. <b>Right click</b> an emphasized row to open context menu and select
  19 +<b>Insert</b> option.
  20 +<img class="centered" src="help/images/filter_4.png" style="margin: 10px 10px 10px 10px;"/>
  21 +<hr>
  22 +<li>Add additional condition to filter parameter tree. You may use <b>AND</b> or <b>OR</b> logical
  23 +operators.
  24 +<img class="centered" src="help/images/filter_5.png" style="margin: 10px 10px 10px 10px;"/>
  25 +<hr>
  26 +<li> Name the new filter and click <b>Save</b> button to save your modifications.
  27 +<img class="centered" src="help/images/filter_6.png" style="margin: 10px 10px 10px 10px;"/>
  28 +<hr>
  29 +<li> Click <b>Apply</b> button to apply current filter to the Workspace Explorer - and get the filtered tree.
  30 +<img class="centered" src="help/images/filter_7.png" style="margin: 10px 10px 10px 10px;"/>
  31 +<hr>
  32 +<li> It is very easy to filter your parameter tree with different filters you have created
  33 +- just click its name in the list.
4 34 To unset filtering click <img src="help/images/cancel.png"/>
  35 +<img class="centered" src="help/images/filter_8.png" style="margin: 10px 10px 10px 10px;"/>
  36 +</ol>
5 37 </p>
6   -<p>
7   -Example below shows an application of the <b>TARGET = VENUS</b> filter.
8   -</p>
9   -<p>
10   -<img class="centered" src="help/images/resourcestop.png" />
11   -</p><br><br/>
12   -<p>
13   -<h2>Filter Control Panel</h2>
14   -1 : Select a filter, create a new one, or remove an existing one. </br>
15   -2 : Use <b>right click to add or remove a condition</b> in a filter group. </br>
16   -3 : Select the condition in the list. </br>
17   -4 : Use <b>Save</b> button to save your modifications. </br>
18   -5 : Use <b>Apply</b> button to apply current selected filter to the Workspace Explorer.
19   -<br/> <br/>
20   -<img class="centered" src="help/images/filtre.png"/>
21   -</p>
22 38 \ No newline at end of file
  39 +
... ...
help/images/filter_0.png 0 → 100644

14.6 KB

help/images/filter_1.png 0 → 100644

13 KB

help/images/filter_2.png 0 → 100644

15.9 KB

help/images/filter_3.png 0 → 100644

26 KB

help/images/filter_4.png 0 → 100644

5.4 KB

help/images/filter_5.png 0 → 100644

4 KB

help/images/filter_6.png 0 → 100644

15.1 KB

help/images/filter_7.png 0 → 100644

13.8 KB

help/images/filter_8.png 0 → 100644

18.9 KB