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

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


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

Added:
   trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
Log:
initial commit

Added: trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	                        (rev 0)
+++ trunk/sandbox/ui/combobox/src/main/templates/combobox.jspx	2007-12-22 13:58:03 UTC (rev 4976)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:root xmlns="http://www.w3.org/1999/xhtml" 
+	xmlns:f="http://ajax4jsf.org/cdk/template"
+	xmlns:c=" http://java.sun.com/jsf/core"
+	xmlns:ui=" http://ajax4jsf.org/cdk/ui"
+	xmlns:vcp=" http://ajax4jsf.org/cdk/vcp"
+	baseclass="org.richfaces.renderkit.ComboBoxBaseRenderer"
+	class="org.richfaces.renderkit.html.ComboBoxRenderer"
+	component="org.richfaces.component.UIComboBox"> 
+	
+	<h:scripts>
+			new org.ajax4jsf.javascript.PrototypeScript(),/org/richfaces/renderkit/html/scripts/combobox.js
+	</h:scripts>
+	
+	<f:clientid var="clientId" />
+
+	<table  cellpadding="0" cellspacing="0">
+		<tbody>
+			<tr> 
+				<td>
+					<input type="text"/>
+				</td>
+				<td style="padding: 0px 4px 0px 4px">
+					<input type="image" src="down.gif"/>
+				</td>
+			</tr>
+		</tbody>
+	</table>
+	<vcp:body/>
+
+</f:root>	
\ No newline at end of file




More information about the richfaces-svn-commits mailing list