[richfaces-svn-commits] JBoss Rich Faces SVN: r11704 - in trunk/test-applications/facelets/src/main/webapp: SimpleTogglePanel and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 10 11:09:05 EST 2008


Author: adubovsky
Date: 2008-12-10 11:09:05 -0500 (Wed, 10 Dec 2008)
New Revision: 11704

Modified:
   trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml
   trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
   trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanelProperty.xhtml
Log:
minor changes

Modified: trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml	2008-12-10 16:08:47 UTC (rev 11703)
+++ trunk/test-applications/facelets/src/main/webapp/Editor/Editor.xhtml	2008-12-10 16:09:05 UTC (rev 11704)
@@ -10,7 +10,7 @@
 			value="#{editor.value}" width="#{editor.width}"
 			height="#{editor.height}" theme="#{editor.theme}"
 			onchange="#{event.onchange}" oninit="#{event.oninit}"
-			onsave="#{event.onsave}" onsetup="#{event.onsetup}"
+			onsetup="#{event.onsetup}"
 			autoResize="#{editor.autoResize}" converter="#{editor.convert}"
 			converterMessage="converterMessage" immediate="#{editor.immediate}"
 			rendered="#{editor.rendered}" required="#{editor.required}"

Modified: trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml	2008-12-10 16:08:47 UTC (rev 11703)
+++ trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.xhtml	2008-12-10 16:09:05 UTC (rev 11704)
@@ -1,34 +1,46 @@
 
-<f:subview xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="simpleTogglePanelSubviewID">
+<f:subview xmlns:ui="http://java.sun.com/jsf/facelets"
+	xmlns:f="http://java.sun.com/jsf/core"
+	xmlns:a4j="http://richfaces.org/a4j"
+	xmlns:h="http://java.sun.com/jsf/html"
+	xmlns:rich="http://richfaces.org/rich" id="simpleTogglePanelSubviewID">
 
-    <rich:simpleTogglePanel id="stpIncludeID" switchType="client">
-        <f:facet name="closeMarker">
-            <h:outputText value="Close it"/>
-        </f:facet>
+	<rich:simpleTogglePanel id="stpIncludeID" switchType="client">
+		<f:facet name="closeMarker">
+			<h:outputText value="Close it" />
+		</f:facet>
 
-        <f:facet name="openMarker">
-            <h:outputText value="Open it"/>
-        </f:facet>
-        <h:selectOneMenu value="#{richBean.srcContainer}" onchange="submit();">
-            <f:selectItems value="#{richBean.listContainer}"/>
-        </h:selectOneMenu>
-        
-    </rich:simpleTogglePanel>
-    <rich:simpleTogglePanel id="sTP" bodyClass="body" headerClass="head" label="simpleTogglePanel with some text" action="#{simpleTogglePanel.act}" actionListener="#{simpleTogglePanel.actListener}"
-                            width="#{simpleTogglePanel.width}" height="#{simpleTogglePanel.height}" switchType="#{simpleTogglePanel.switchType}"
-                            style="#{style.style}" styleClass="#{style.styleClass}" 
-                            oncollapse="#{event.oncollapse}" onbeforedomupdate="#{event.onbeforedomupdate}" onexpand="#{event.onexpand}" 
-                            opened="#{event.opened}" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" 
-                            onkeydown="#{event.onkeydown}"  onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" 
-                            onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" 
-                            onmouseup="#{event.onmouseup}" binding="#{simpleTogglePanel.htmlSTP}">
-        <f:facet name="closeMarker">
-            <h:outputText value="Close It"/>
-        </f:facet>
-        <f:facet name="openMarker">
-            <h:outputText value="Open It"/>
-        </f:facet>
-        <f:verbatim>
+		<f:facet name="openMarker">
+			<h:outputText value="Open it" />
+		</f:facet>
+		<h:selectOneMenu value="#{richBean.srcContainer}" onchange="submit();">
+			<f:selectItems value="#{richBean.listContainer}" />
+		</h:selectOneMenu>
+
+	</rich:simpleTogglePanel>
+	<rich:simpleTogglePanel id="sTP" bodyClass="body" headerClass="head"
+		label="simpleTogglePanel with some text"
+		action="#{simpleTogglePanel.act}"
+		actionListener="#{simpleTogglePanel.actListener}"
+		width="#{simpleTogglePanel.width}"
+		height="#{simpleTogglePanel.height}"
+		switchType="#{simpleTogglePanel.switchType}" style="#{style.style}"
+		styleClass="#{style.styleClass}" oncollapse="#{event.oncollapse}"
+		onbeforedomupdate="#{event.onbeforedomupdate}"
+		onexpand="#{event.onexpand}" opened="#{event.opened}"
+		onclick="#{event.onclick}" oncomplete="#{event.oncomplete}"
+		ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"
+		onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
+		onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
+		onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+		onmouseup="#{event.onmouseup}" binding="#{simpleTogglePanel.htmlSTP}">
+		<f:facet name="closeMarker">
+			<h:outputText value="Close It" />
+		</f:facet>
+		<f:facet name="openMarker">
+			<h:outputText value="Open It" />
+		</f:facet>
+		<f:verbatim>
             Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
             Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
             Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
@@ -36,27 +48,48 @@
             Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
             Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
         </f:verbatim>
-        <h:outputLink value="http://www.jboss.com/"><f:verbatim>Link</f:verbatim></h:outputLink>
-    </rich:simpleTogglePanel>
+		<h:outputLink value="http://www.jboss.com/">
+			<f:verbatim>Link</f:verbatim>
+		</h:outputLink>
+	</rich:simpleTogglePanel>
 
-    <rich:simpleTogglePanel id="sTP1" headerClass="head" label="simpleTogglePanel wiht image" width="#{simpleTogglePanel.width}" action="#{simpleTogglePanel.act}" actionListener="#{simpleTogglePanel.actListener}"
-                            height="#{simpleTogglePanel.height}" rendered="#{simpleTogglePanel.rendered}" switchType="#{simpleTogglePanel.switchType}"
-                            opened="false" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"  onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}">
-        <h:graphicImage value="/pics/podb109_61.jpg" width="500" height="300"></h:graphicImage>
-    </rich:simpleTogglePanel>
+	<rich:simpleTogglePanel id="sTP1" headerClass="head"
+		label="simpleTogglePanel wiht image"
+		width="#{simpleTogglePanel.width}" action="#{simpleTogglePanel.act}"
+		actionListener="#{simpleTogglePanel.actListener}"
+		height="#{simpleTogglePanel.height}"
+		rendered="#{simpleTogglePanel.rendered}"
+		switchType="#{simpleTogglePanel.switchType}" opened="false"
+		onclick="#{event.onclick}" oncomplete="#{event.oncomplete}"
+		ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"
+		onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
+		onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}"
+		onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}"
+		onmouseup="#{event.onmouseup}">
+		<h:graphicImage value="/pics/podb109_61.jpg" width="500" height="300"></h:graphicImage>
+	</rich:simpleTogglePanel>
 
-    <rich:simpleTogglePanel id="sTP2" label="Focus simpleTogglePanle" width="#{simpleTogglePanel.width}" ignoreDupResponses="true" action="#{simpleTogglePanel.act}" actionListener="#{simpleTogglePanel.actListener}"
-                            focus="#{simpleTogglePanel.focus}" onclick="#{event.onclick}" oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}" onkeydown="#{event.onkeydown}"  onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}" onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}" onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}">
-        <f:facet name="closeMarker">
-            <h:graphicImage value="/pics/ajax_stoped.gif"></h:graphicImage>
-        </f:facet>
-        <f:facet name="openMarker">
-            <h:graphicImage value="/pics/ajax_process.gif"></h:graphicImage>
-        </f:facet>
-        <rich:simpleTogglePanel id="INsTP">
-            <h:panelGrid columns="2">
-                <h:graphicImage value="/pics/podb109_61.jpg" width="250px" height="200px"></h:graphicImage>
-                <f:verbatim>
+	<rich:simpleTogglePanel id="sTP2" label="Focus simpleTogglePanle"
+		width="#{simpleTogglePanel.width}" ignoreDupResponses="true"
+		action="#{simpleTogglePanel.act}"
+		actionListener="#{simpleTogglePanel.actListener}"
+		focus="#{simpleTogglePanel.focus}" onclick="#{event.onclick}"
+		oncomplete="#{event.oncomplete}" ondblclick="#{event.ondblclick}"
+		onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
+		onkeyup="#{event.onkeyup}" onmousedown="#{event.onmousedown}"
+		onmousemove="#{event.onmousemove}" onmouseout="#{event.onmouseout}"
+		onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}">
+		<f:facet name="closeMarker">
+			<h:graphicImage value="/pics/ajax_stoped.gif"></h:graphicImage>
+		</f:facet>
+		<f:facet name="openMarker">
+			<h:graphicImage value="/pics/ajax_process.gif"></h:graphicImage>
+		</f:facet>
+		<rich:simpleTogglePanel id="INsTP">
+			<h:panelGrid columns="2">
+				<h:graphicImage value="/pics/podb109_61.jpg" width="250px"
+					height="200px"></h:graphicImage>
+				<f:verbatim>
                     Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
                     Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
                     Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
@@ -64,13 +97,14 @@
                     Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
                     Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
                 </f:verbatim>
-            </h:panelGrid>
-        </rich:simpleTogglePanel>
-    </rich:simpleTogglePanel>
+			</h:panelGrid>
+		</rich:simpleTogglePanel>
+	</rich:simpleTogglePanel>
 	<h:panelGrid id="simpleTogglePanelActionID" columns="1">
-		<a4j:commandButton value="Show action" reRender="simpleTogglePanelActionID" style=" width : 95px;"></a4j:commandButton>
+		<a4j:commandButton value="Show action"
+			reRender="simpleTogglePanelActionID" style=" width : 95px;"></a4j:commandButton>
 		<h:outputText value="#{simpleTogglePanel.action}" />
 		<h:outputText value="#{simpleTogglePanel.actionListener}" />
-	</h:panelGrid>	
-    <rich:spacer height="20px"></rich:spacer>
+	</h:panelGrid>
+	<rich:spacer height="20px"></rich:spacer>
 </f:subview>

Modified: trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanelProperty.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanelProperty.xhtml	2008-12-10 16:08:47 UTC (rev 11703)
+++ trunk/test-applications/facelets/src/main/webapp/SimpleTogglePanel/SimpleTogglePanelProperty.xhtml	2008-12-10 16:09:05 UTC (rev 11704)
@@ -1,33 +1,39 @@
 
-<f:subview xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:f="http://java.sun.com/jsf/core" xmlns:a4j="http://richfaces.org/a4j" xmlns:h="http://java.sun.com/jsf/html" xmlns:rich="http://richfaces.org/rich" id="stpPropertySubviewID">
-<h:commandButton action="#{simpleTogglePanel.add}" value="add test" />
-			<h:panelGrid columns="2" border="1">
-				<h:outputText value="Width:">
-				</h:outputText>
-				<h:inputText value="#{simpleTogglePanel.width}">
-					<a4j:support event="onchange" reRender="sTP,sTP1"></a4j:support>
-				</h:inputText>
+<f:subview xmlns:ui="http://java.sun.com/jsf/facelets"
+	xmlns:f="http://java.sun.com/jsf/core"
+	xmlns:a4j="http://richfaces.org/a4j"
+	xmlns:h="http://java.sun.com/jsf/html"
+	xmlns:rich="http://richfaces.org/rich" id="stpPropertySubviewID">
+	<h:commandButton action="#{simpleTogglePanel.add}" value="add test" />
+	<h:panelGrid columns="2" border="1">
+		<h:outputText value="Width:">
+		</h:outputText>
+		<h:inputText value="#{simpleTogglePanel.width}">
+			<a4j:support event="onchange" reRender="sTP,sTP1"></a4j:support>
+		</h:inputText>
 
-				<h:outputText value="Height:">
-				</h:outputText>
-				<h:inputText value="#{simpleTogglePanel.height}">
-					<a4j:support event="onchange" reRender="sTP,sTP1"></a4j:support>
-				</h:inputText>
+		<h:outputText value="Height:">
+		</h:outputText>
+		<h:inputText value="#{simpleTogglePanel.height}">
+			<a4j:support event="onchange" reRender="sTP,sTP1"></a4j:support>
+		</h:inputText>
 
-				<h:outputText value="Switch Type:"></h:outputText>
-				<h:selectOneRadio value="#{simpleTogglePanel.switchType}">
-					<f:selectItem itemLabel="client" itemValue="client" />
-					<f:selectItem itemLabel="server" itemValue="server" />
-					<f:selectItem itemLabel="ajax" itemValue="ajax" />
-					<a4j:support event="onclick" reRender="sTP,sTP1,sTP2"></a4j:support>
-				</h:selectOneRadio>
+		<h:outputText value="Switch Type:"></h:outputText>
+		<h:selectOneRadio value="#{simpleTogglePanel.switchType}">
+			<f:selectItem itemLabel="client" itemValue="client" />
+			<f:selectItem itemLabel="server" itemValue="server" />
+			<f:selectItem itemLabel="ajax" itemValue="ajax" />
+			<a4j:support event="onclick" reRender="sTP,sTP1,sTP2"></a4j:support>
+		</h:selectOneRadio>
 
-				<h:outputText value="Rendered:"></h:outputText>
-				<h:selectBooleanCheckbox value="#{simpleTogglePanel.rendered}" onclick="submit()">
-				</h:selectBooleanCheckbox>
-			</h:panelGrid>
-			<br />
+		<h:outputText value="Rendered:"></h:outputText>
+		<h:selectBooleanCheckbox value="#{simpleTogglePanel.rendered}"
+			onclick="submit()">
+		</h:selectBooleanCheckbox>
+	</h:panelGrid>
 	<br />
+	<br />
+	<!-- 
 	<div style="FONT-WEIGHT: bold;">rich:findComponent</div>
 	<h:panelGrid columns="2">
 		<rich:column>
@@ -37,4 +43,5 @@
 			<h:outputText value="#{rich:findComponent('sTP').value}" />
 		</rich:column>
 	</h:panelGrid>
+	-->
 </f:subview>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list