Author: gmaksimenko
Date: 2008-04-17 09:35:48 -0400 (Thu, 17 Apr 2008)
New Revision: 7894
Modified:
trunk/test-applications/jsp/src/main/java/inplaceSelect/InplaceSelect.java
Log:
Add tests for tabbing and binding
Modified: trunk/test-applications/jsp/src/main/java/inplaceSelect/InplaceSelect.java
===================================================================
--- trunk/test-applications/jsp/src/main/java/inplaceSelect/InplaceSelect.java 2008-04-17
13:35:24 UTC (rev 7893)
+++ trunk/test-applications/jsp/src/main/java/inplaceSelect/InplaceSelect.java 2008-04-17
13:35:48 UTC (rev 7894)
@@ -35,7 +35,7 @@
minSelectWidth = "85";
selectWidth = "170";
defaultLabel = "defaultLabel";
- controlsVerticalPosition = "center";
+ controlsVerticalPosition = "top";
controlsHorizontalPosition = "center";
value = "errors";
listWidth = "200";
@@ -48,7 +48,7 @@
rendered = true;
immediate = false;
myInplaceSelect = new HtmlInplaceSelect();
- bindLabel = "default";
+ bindLabel = "Click Binding";
}
public HtmlInplaceSelect getMyInplaceSelect(){
Show replies by date