Author: dbiatenia
Date: 2007-07-31 11:00:56 -0400 (Tue, 31 Jul 2007)
New Revision: 1953
Modified:
trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp
Log:
headerAlignment bugfix
Modified: trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp 2007-07-31 14:09:51 UTC
(rev 1952)
+++ trunk/samples/tabPanelDemo/src/main/webapp/pages/index.jsp 2007-07-31 15:00:56 UTC
(rev 1953)
@@ -74,7 +74,7 @@
</h:form>
<h:form>
- <tabs:tabPanel valueChangeListener="#{bean.valueChanged}"
headerSpacing="5px" immediate="false" tabClass="tabClass"
activeTabClass="italic" width="100%" switchType="client"
binding="#{bean.tabPanel}" value="#{bean.currentTab}"
id="tab_panel" headerAlignment="right">
+ <tabs:tabPanel valueChangeListener="#{bean.valueChanged}"
headerSpacing="5px" immediate="false" tabClass="tabClass"
activeTabClass="italic" width="100%" switchType="client"
binding="#{bean.tabPanel}" value="#{bean.currentTab}"
id="tab_panel" headerAlignment="left">
<f:valueChangeListener type="org.richfaces.TabChangeListener"/>
<tabs:tab onclick="alert('\\'Canon\\' tab clicked');"
disabled="#{bean.disabledTabName == 'canon'}" name="canon"
label="Canon" switchType="server">
Show replies by date