Author: ayanul
Date: 2007-10-11 12:25:18 -0400 (Thu, 11 Oct 2007)
New Revision: 3332
Modified:
trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
Log:
cosmetic fix
Modified:
trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml 2007-10-11
14:48:04 UTC (rev 3331)
+++
trunk/test-applications/facelets/src/main/webapp/SuggestionBox/SuggestionBox.xhtml 2007-10-11
16:25:18 UTC (rev 3332)
@@ -8,7 +8,7 @@
</f:verbatim>
<h:inputText id="text" />
<rich:suggestionbox id="suggestionBoxId" for="text"
- zindex="#{sb.zindex}" rules="#{sb.rules}"
+ zindex="#{sb.zindex}" rules="#{sb.rules}"
styleClass="styleClass"
suggestionAction="#{sb.autocomplete}" var="result"
width="#{sb.width}" height="#{sb.height}"
border="#{sb.border}"
cellpadding="#{sb.cellpadding}" cellspacing="#{sb.cellspacing}"
Modified: trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml 2007-10-11
14:48:04 UTC (rev 3331)
+++
trunk/test-applications/facelets/src/main/webapp/TogglePanel/TogglePanel.xhtml 2007-10-11
16:25:18 UTC (rev 3332)
@@ -55,9 +55,12 @@
</rich:panel>
</f:facet>
</rich:togglePanel>
- <br />
- <br />
-
+
+ <f:verbatim>
+ <br />
+ <br />
+ </f:verbatim>
+
<rich:togglePanel id="panel2"
switchType="#{togglePanel.switchType}"
initialState="#{togglePanel.initialState}"
stateOrder="#{togglePanel.stateOrder}">
@@ -195,7 +198,6 @@
<a4j:support event="onclick"
reRender="panel1,panel2"></a4j:support>
</h:selectOneRadio>
</h:panelGrid>
- <h:commandLink value="Back"
action="main"></h:commandLink>
<ui:debug hotkey="L"></ui:debug>
</h:form>
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-10-11
14:48:04 UTC (rev 3331)
+++ trunk/test-applications/facelets/src/main/webapp/Tooltip/Tooltip.xhtml 2007-10-11
16:25:18 UTC (rev 3332)
@@ -132,11 +132,6 @@
<a4j:support event="onclick" reRender="tooltipID" />
</h:selectBooleanCheckbox>
</h:panelGrid>
- <!-- h:inputText value="ddd"
- onclick="toolTipAttach();alert(document.getElementById('lkjl'))"
/-->
- <f:verbatim>
- <br />
- </f:verbatim>
</h:form>