comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java @ 1360:ce0bbac13bc8

Renamed 'textbackground' to 'backgroundcolor'. flys-client/trunk@3051 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 21 Oct 2011 08:11:32 +0000
parents 5ebcf5b3fc10
children 2d617c48ca5f
comparison
equal deleted inserted replaced
1359:5ebcf5b3fc10 1360:ce0bbac13bc8
174 "font", 174 "font",
175 "textstyle", 175 "textstyle",
176 "textsize", 176 "textsize",
177 "textcolor", 177 "textcolor",
178 "textorientation", 178 "textorientation",
179 "textbackground", 179 "backgroundcolor",
180 "showbackground"}; 180 "showbackground"};
181 181
182 for (int i = 0; i < s.getNumSettings(); i ++) { 182 for (int i = 0; i < s.getNumSettings(); i ++) {
183 StyleSetting set = s.getSetting(sets[i]); 183 StyleSetting set = s.getSetting(sets[i]);
184 DynamicForm property = createPropertyUI( 184 DynamicForm property = createPropertyUI(

http://dive4elements.wald.intevation.org