Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2500:69a498896c9c
Create a link to an online help page and put it in front of the input panels.
flys-client/trunk@4336 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 May 2012 06:19:04 +0000 |
parents | 8f36d4b5890c |
children | 87634a9a8478 |
comparison
equal
deleted
inserted
replaced
2499:8f36d4b5890c | 2500:69a498896c9c |
---|---|
1 2012-05-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | |
4 Parse 'helpText' field in DESCRIBE document. | |
5 | |
6 * src/main/java/de/intevation/flys/client/shared/model/DataList.java: | |
7 Added an attribute 'helpText' to store an URL reference to an online help | |
8 page. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, | |
11 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: | |
12 Defined and implemented a method to create a Canvas with a link to an | |
13 online help page. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
16 Create the link to an online help page for each current parameter and | |
17 put it in front of the input panel. | |
18 | |
19 * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added an | |
20 attribute 'newTab' that could be used to open the link in a new tab | |
21 (HTML target='_blank'). | |
22 | |
1 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 23 2012-05-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 25 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
4 Define order for linelabel theme properties. | 26 Define order for linelabel theme properties. |
5 | 27 |