[richfaces-svn-commits] JBoss Rich Faces SVN: r4994 - trunk/sandbox/ui/combobox/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 22 12:03:12 EST 2007


Author: abelevich
Date: 2007-12-22 12:03:12 -0500 (Sat, 22 Dec 2007)
New Revision: 4994

Modified:
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
base combobox mockup 

Modified: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-22 16:58:48 UTC (rev 4993)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-22 17:03:12 UTC (rev 4994)
@@ -14,18 +14,17 @@
 	
 	<f:clientid var="clientId" />
 
-	<table  cellpadding="0" cellspacing="0">
+	<table  cellpadding="0" cellspacing="0" id="#{clientId}">
 		<tbody>
 			<tr> 
 				<td>
-					<input type="text"/>
+					<input type="text" id="#{clientId}_input"/>
 				</td>
 				<td style="padding: 0px 4px 0px 4px">
-					<input type="image" src="down.gif"/>
+					<input type="image" src="down.gif" id="#{clientId}_button"/>
 				</td>
 			</tr>
 		</tbody>
 	</table>
 	<vcp:body/>
-
 </f:root>	
\ No newline at end of file




More information about the richfaces-svn-commits mailing list