[richfaces-svn-commits] JBoss Rich Faces SVN: r6240 - trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 08:24:03 EST 2008


Author: abelevich
Date: 2008-02-21 08:24:03 -0500 (Thu, 21 Feb 2008)
New Revision: 6240

Modified:
   trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp
   trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.xhtml
Log:


Modified: trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp	2008-02-21 13:23:06 UTC (rev 6239)
+++ trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.jsp	2008-02-21 13:24:03 UTC (rev 6240)
@@ -13,13 +13,21 @@
 				<h:outputText value="Current skin: #{skinBean.skin}"/><br />
 			</h:form>
 	  		<h:form>
-			    <is:inplaceSelect>
-					<f:selectItem itemLabel="option 1" itemValue="option 1"/>
-					<f:selectItem itemLabel="option 2" itemValue="option 2"/>
-					<f:selectItem itemLabel="option 3" itemValue="option 3"/>
-					<f:selectItem itemLabel="option 4" itemValue="option 4"/>
-					<f:selectItem itemLabel="option 5" itemValue="option 5"/>
-				</is:inplaceSelect>
+			   <div style="width: 300px">
+	  			Fresh off his victory in the Florida primary, Sen. John McCain is poised to take another big prize. Former
+	  			    <is:inplaceSelect showControls="true" value="New York">
+						<f:selectItem itemLabel="option 1" itemValue="Kansas City"/>
+						<f:selectItem itemLabel="option 2" itemValue="Las Vegas"/>
+						<f:selectItem itemLabel="option 3" itemValue="Oklahoma City"/>
+						<f:selectItem itemLabel="option 4" itemValue="New Jersey"/>
+						<f:selectItem itemLabel="option 5" itemValue="Detroit"/>
+						<f:selectItem itemLabel="option 6" itemValue="Toronto"/>
+						<f:selectItem itemLabel="option 7" itemValue="Cleveland"/>
+						<f:selectItem itemLabel="option 8" itemValue="Indianapolis"/>
+						<f:selectItem itemLabel="option 9" itemValue="Miniapolis"/>
+					</is:inplaceSelect>
+				 Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
+				</div>
 			</h:form>
 		</f:view>
 	  </body>	

Modified: trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.xhtml
===================================================================
--- trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.xhtml	2008-02-21 13:23:06 UTC (rev 6239)
+++ trunk/sandbox/samples/inplaceSelect-sample/src/main/webapp/pages/index.xhtml	2008-02-21 13:24:03 UTC (rev 6240)
@@ -19,13 +19,21 @@
 			</h:form>
 	  		
 	  		<h:form>
-			    <is:inplaceSelect>
-					<f:selectItem itemLabel="option 1" itemValue="option 1"/>
-					<f:selectItem itemLabel="option 2" itemValue="option 2"/>
-					<f:selectItem itemLabel="option 3" itemValue="option 3"/>
-					<f:selectItem itemLabel="option 4" itemValue="option 4"/>
-					<f:selectItem itemLabel="option 5" itemValue="option 5"/>
-				</is:inplaceSelect>
+	  			<div style="width: 300px">
+	  			Fresh off his victory in the Florida primary, Sen. John McCain is poised to take another big prize. Former
+	  			    <is:inplaceSelect showControls="true" value="New York">
+						<f:selectItem itemLabel="option 1" itemValue="Kansas City"/>
+						<f:selectItem itemLabel="option 2" itemValue="Las Vegas"/>
+						<f:selectItem itemLabel="option 3" itemValue="Oklahoma City"/>
+						<f:selectItem itemLabel="option 4" itemValue="New Jersey"/>
+						<f:selectItem itemLabel="option 5" itemValue="Detroit"/>
+						<f:selectItem itemLabel="option 6" itemValue="Toronto"/>
+						<f:selectItem itemLabel="option 7" itemValue="Cleveland"/>
+						<f:selectItem itemLabel="option 8" itemValue="Indianapolis"/>
+						<f:selectItem itemLabel="option 9" itemValue="Miniapolis"/>
+					</is:inplaceSelect>
+				 Mayor Rudy Giuliani plans to drop out and endorse McCain, two GOP sources said. That would give McCain added momentum heading into a debate Wednesday and next week's Super Tuesday contests
+				</div>	
 			</h:form>
 		</f:view>
 	  </body> 	 	 




More information about the richfaces-svn-commits mailing list