Author: nbelaevski
Date: 2010-05-31 11:44:28 -0400 (Mon, 31 May 2010)
New Revision: 17426
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
Log:
Moved controls into form on standard skinning page
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml
===================================================================
---
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2010-05-31
15:37:43 UTC (rev 17425)
+++
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/standardSkinning/standardSkinning.xhtml 2010-05-31
15:44:28 UTC (rev 17426)
@@ -63,10 +63,10 @@
<f:selectItem itemLabel="White" itemValue="3" />
</h:selectOneMenu>
</h:panelGrid>
+ <hr />
+ <h:commandButton value="Action Button" />
+ <h:commandLink value="Action Link" />
</h:form>
- <hr />
- <h:commandButton value="Action Button" />
- <h:commandLink value="Action Link" />
</rich:panel>
<p>There three ways of applying skinning to application:</p>
Show replies by date