source: trunk/HELP_SOURCE/source/prop_configs_edit.hlp

Last change on this file was 18769, checked in by westram, 3 years ago
  • move all helpfiles to new source location
File size: 2.2 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      prop_configs.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7#SUB    subtopic.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           Edit config entries
13
14OCCURRENCE      In each config manager (see LINK{prop_configs.hlp})
15
16DESCRIPTION     Allows to delete entries from a config.
17
18                This lets you define custom subsets of a configuration,
19                i.e. configurations that will restore only some (of
20                all available) entries.
21
22                Select an unwanted entry and press 'Delete selected entry'.
23                The entry will be removed and when you restore the config
24                the current value of the removed entry will no longer be
25                modified.
26
27                Pressing 'Keep only entries differing from current state'
28                will delete all entries which match the current state.
29                Be aware: after restoring a config this will delete
30                ALL entries from the config!
31
32                You may also manually edit the value of the selected entry.
33
34NOTES           None
35
36EXAMPLES        Create a config which only contains what was changed and
37                differs from default values:
38
39                 * enter a new configuration name
40                 * press 'Store'
41                 * press 'Factory defaults'
42                 * press 'Edit'
43                 * press 'Keep only entries differing ...'
44
45
46                Create two configurations (for two usecases) which only change
47                the differences between both usecases:
48
49                 * configure for first usecase
50                 * store configuration 'case1'
51                 * configure for second usecase
52                 * store configuration 'case2'
53                 * select configuration 'case1'
54                 * click 'Edit'
55                 * press 'Keep only entries differing ...'
56                 * click 'Restore'
57                 * select configuration 'case2'
58                 * press 'Keep only entries differing ...'
59
60
61WARNINGS        None
62
63BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.