JBoss Rich Faces SVN: r2467 - trunk/docs/userguide/en/src/main/docbook/modules.
by richfaces-svn-commits@lists.jboss.org
Author: afedosik
Date: 2007-08-24 06:44:04 -0400 (Fri, 24 Aug 2007)
New Revision: 2467
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFClinks.xml
Log:
http://jira.jboss.com/jira/browse/RF-622 Ajax4jsf removing
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2007-08-24 10:30:08 UTC (rev 2466)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCidesupport.xml 2007-08-24 10:44:04 UTC (rev 2467)
@@ -14,6 +14,7 @@
</keywordset>
</chapterinfo>
<title>IDE Support</title>
- <para><ulink url="http://www.redhat.com/developers/rhds/index.html">Red Had Developer Studio 1.0.0</ulink> is an <property>IDE</property> that provides full support for Java Server Faces, Exadel RichFaces, Ajax4jsf, Facelets, Struts, and other Web technologies. In addition to this, it seamlessly combines visual and source-oriented development approaches. One of the special support features for <property>Ajax4jsf</property> and <property>RichFaces</property> is that they are both available as project "capabilities". These project capabilities can be added to any existing JSF project to make the project an Ajax4jsf or RichFaces JSF project by automatically adding libraries and modifying configuration files as required.</para>
+ <para><ulink url="http://www.redhat.com/developers/rhds/index.html">Red Had Developer Studio 1.0.0</ulink> is an <property>IDE</property> that provides full support for Java Server Faces, RichFaces, Facelets, Struts, and other Web technologies. In addition to this, it seamlessly combines visual and source-oriented development approaches.
+ One of the special support feature for <property>RichFaces</property> is that it is available as project "capabilities". These project capabilities can be added to any existing JSF project to make the project a RichFaces JSF project by automatically adding libraries and modifying configuration files as required.</para>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFClinks.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFClinks.xml 2007-08-24 10:30:08 UTC (rev 2466)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFClinks.xml 2007-08-24 10:44:04 UTC (rev 2467)
@@ -13,12 +13,6 @@
</thead>
<tbody>
<row>
- <entry>JBoss Ajax4jsf</entry>
- <entry>
- <para><ulink url="http://labs.jboss.com/portal/jbossajax4jsf">JBoss Ajax4jsf</ulink></para>
- </entry>
- </row>
- <row>
<entry>JBoss Rich Faces</entry>
<entry>
<para><ulink url="http://labs.jboss.com/portal/jbossrichfaces/">JBoss Rich Faces</ulink></para>
@@ -36,17 +30,12 @@
<para><ulink url="http://labs.jboss.com/wiki/RichFaces">Rich Faces Wiki</ulink></para>
</entry>
</row>
- <row>
- <entry>Ajax4Jsf Wiki</entry>
- <entry>
- <para><ulink url="http://labs.jboss.com/wiki/Ajax4jsf">Ajax4Jsf Wiki</ulink></para>
- </entry>
- </row>
+
<row>
- <entry>Ajax4jsf/Rich Faces Blog</entry>
+ <entry>Rich Faces Blog</entry>
<entry>
- <ulink url="http://jroller.com/page/a4j">Ajax4jsf/Rich Faces Blog</ulink>
+ <ulink url="http://jroller.com/page/a4j">Rich Faces Blog</ulink>
</entry>
</row>
</tbody>
18 years, 8 months
JBoss Rich Faces SVN: r2466 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css.
by richfaces-svn-commits@lists.jboss.org
Author: pyaschenko
Date: 2007-08-24 06:30:08 -0400 (Fri, 24 Aug 2007)
New Revision: 2466
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
Log:
merged 2424 and 2428 revisions
Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss 2007-08-24 10:25:22 UTC (rev 2465)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/css/calendar.xcss 2007-08-24 10:30:08 UTC (rev 2466)
@@ -205,6 +205,10 @@
<u:style name="background-color" value="#f3f3f3"/> /*unknown parameter - need to add*/
</u:selector>
+ <u:selector name=".calendar_current.calendar_hover">
+ <u:style name="color" value="#ff7800"/> /*unknown parameter - need to add*/
+ </u:selector>
+
<u:selector name=".calendar_toolfooter">
<u:style name="background" skin="additionalBackgroundColor"/>
<u:style name="font-size" skin="generalSizeFont"/>
18 years, 8 months
JBoss Rich Faces SVN: r2465 - in trunk/test-applications/jsp/src/main/webapp: DataFilterSlider and 17 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-24 06:25:22 -0400 (Fri, 24 Aug 2007)
New Revision: 2465
Modified:
trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp
trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp
trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp
trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp
trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp
trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp
trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp
trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp
trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp
trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp
trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp
trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp
trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp
Log:
update
Modified: trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -4,7 +4,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
-
+<f:view>
<html>
<head>
<title></title>
@@ -118,3 +118,5 @@
</h:form>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/DataFilterSlider/DFS.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -54,7 +55,6 @@
</head>
<f:subview id="dfsID">
-<f:view>
<a4j:form id="form1" reRender="list-body" ajaxSubmit="true"
ignoreDupResponses="true" requestDelay="100">
@@ -140,7 +140,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</a4j:form>
+</f:subview>
+</html>
</f:view>
-</f:subview>
-</html>
Modified: trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/DataScroller/DS.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,12 +2,12 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
</head>
<f:subview id="dataScrollerID">
-<f:view>
<h:form dir="DSform">
<h:dataTable id="dataTableId" value="#{dataScroller.dataTable}"
@@ -27,6 +27,7 @@
<h:commandButton action="#{dataScroller.RestoreArray}" value="RestoreArray" />
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/DataTable/DT.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,12 +2,12 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
</head>
<f:subview id="dtID">
-<f:view>
<h:form>
<rich:dataTable value="#{dataScroller.dataTable}" var="dG" id="dGid">
<f:facet name="header">
@@ -69,6 +69,7 @@
` <h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/DragAndDrop/DragAndDrop.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -22,7 +23,6 @@
</style>
</head>
<f:subview id="dndID">
-<f:view>
<h:form id="form">
<h:panelGroup id="dragValueText">
<h:outputText value="#{dndBean.dragValue}" />
@@ -185,6 +185,7 @@
</a4j:outputPanel>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/InputNumberSlider/InputNumberSlider.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,13 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<link rel="stylesheet"
href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="inputNumgerSliderID">
-<f:view>
<h:messages></h:messages>
<h:form>
<h:outputText value="Event:"></h:outputText>
@@ -114,6 +114,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/InputNumberSpinner/InputNumberSpinner.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,13 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
+<f:view>
<html>
<head>
<title></title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="inputNumgerSpinnerID">
- <f:view>
<h:form>
<h:messages></h:messages>
<h:outputText value="Event:"></h:outputText>
@@ -79,6 +79,7 @@
<h:commandButton action="#{inputNumberSpinner.doStyles}" value="#{inputNumberSpinner.btnLabel}" />
</h:panelGrid> <h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
- </f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<f:view>
<html>
<head>
<title></title>
@@ -9,7 +10,6 @@
href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="modalPanel">
-<f:view>
<h:form id="MPform">
<rich:modalPanel id="MPid"
@@ -75,6 +75,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Paint2D/Paint2D.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,14 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="paint2D">
-<f:view>
+
<h:form>
<rich:paint2D id="paint2d" paint="#{paint2D.paint}" data="#{paintData}" width="#{paint2D.width}" height="#{paint2D.height}" align="#{paint2D.align}"
hspace="#{paint2D.hspace}" vspace="#{paint2D.vspace}" bgcolor="#{paint2D.bgcolor}" format="#{paint2D.format}" title="#{paint2D.title}"
@@ -88,6 +89,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
+
</f:subview>
</html>
+</f:view>
Modified: trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Panel/Panel.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,12 +2,12 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich" %>
+<f:view>
<html>
<head>
<title></title>
</head>
<f:subview id="panelID">
- <f:view>
<h:form>
<h:messages></h:messages>
<h:outputText value="Panel 1, rendered: #{!panel.rendered}; Panel 2, rendered #{panel.rendered};"></h:outputText>
@@ -63,6 +63,7 @@
<br/>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
- </f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Panel/Panel2.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -51,7 +52,6 @@
</style>
</head>
<f:subview id="Panel2ID">
-<f:view>
<h:panelGrid columnClasses="panel" border="0" columns="3">
<rich:panel styleClass="top">
@@ -149,6 +149,7 @@
<h:form>
<h:commandLink value="Back to Panel" action="BackP"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/PanelBar/PanelBar.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,13 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="panelBarID">
-<f:view>
<h:messages></h:messages>
<h:form>
<rich:panelBar id="pBId" height="#{panelBar.height}"
@@ -66,6 +66,7 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Separator/Separator.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,13 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="separatorID">
-<f:view>
<h:form>
<h:messages></h:messages>
<h:outputText value="Event:"></h:outputText>
@@ -68,6 +68,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/SimpleTogglePanel/SimpleTogglePanel.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -19,7 +20,6 @@
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="simpleTogglePanelID">
-<f:view>
<h:messages></h:messages>
<h:form>
@@ -100,6 +100,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Spacer/Spacer.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -17,7 +18,6 @@
</style>
</head>
<f:subview id="spacerID">
-<f:view>
<h:messages></h:messages>
<h:form>
@@ -58,6 +58,7 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/SuggestionBox/SuggestionBox.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,8 +2,8 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<f:view>
<html>
-<f:view>
<f:subview id="suggestionBoxID">
<h:form id="suggestionbox_form">
@@ -127,5 +127,6 @@
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
</f:subview>
+</html>
</f:view>
-</html>
+
Modified: trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanel.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,6 +2,8 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
+
<html>
<head>
<title></title>
@@ -11,7 +13,6 @@
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="tabPanelID">
-<f:view>
<h:form>
<rich:tabPanel id="tabPanelId" headerAlignment="#{tabPanel.headerAlignment}" width="#{tabPanel.width}" height="#{tabPanel.height}"
rendered="#{tabPanel.rendered}" title="#{tabPanel.title}" switchType="#{tabPanel.switchType}" headerSpacing="#{tabPanel.headerSpacing}"
@@ -109,6 +110,7 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
+
Modified: trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/TogglePanel/TogglePanel.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,11 +2,11 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
+<f:view>
<html>
<head>
<title></title>
</head>
-<f:view>
<f:subview id="togglePanel">
<h:messages></h:messages>
@@ -174,5 +174,6 @@
<ui:debug hotkey="L"></ui:debug>
</h:form>
</f:subview>
+</html>
</f:view>
-</html>
+
Modified: trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/ToolBar/ToolBar.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,13 +2,14 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
<link rel="stylesheet" href="<%=request.getContextPath()%>/styles/styles.css" type="text/css" />
</head>
<f:subview id="toolBarID">
-<f:view>
+
<h:form>
<rich:toolBar id="toolBarId" width="#{toolBar.width}"
height="#{toolBar.height}" rendered="#{toolBar.rendered}"
@@ -61,6 +62,7 @@
</h:panelGrid>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
+
</f:subview>
</html>
+</f:view>
Modified: trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp 2007-08-24 10:16:36 UTC (rev 2464)
+++ trunk/test-applications/jsp/src/main/webapp/Tree/Tree.jsp 2007-08-24 10:25:22 UTC (rev 2465)
@@ -2,12 +2,13 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
</head>
<f:subview id="treeID">
-<f:view>
+
<h:form>
<rich:tree id="tree" switchType="#{bean.switchType}"
value="#{bean.data}" var="data"
@@ -118,6 +119,7 @@
<rich:spacer></rich:spacer>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
+
</f:subview>
</html>
+</f:view>
18 years, 8 months
JBoss Rich Faces SVN: r2464 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: vkorluzhenko
Date: 2007-08-24 06:16:36 -0400 (Fri, 24 Aug 2007)
New Revision: 2464
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml
Log:
fixed some errors
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.desc.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.desc.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+ <title>Description</title>
<para>The <emphasis role="bold">
<property><rich:calendar></property>
</emphasis> component is used for creating monthly calendar elements on the page.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -135,17 +135,12 @@
<para> By default, the <emphasis>
<property>"direction"</property>
</emphasis> attribute is set to "auto".</para>
- <para>The <emphasis>
- <property>"direction"</property>
- </emphasis> and <emphasis>
- <property>"jointPoint"</property>
- </emphasis> attributes are used for defining aspects of calendar appearance.</para>
<para>The possible values for the <emphasis>
<property>"jointPoint"</property>
</emphasis> are: </para>
<itemizedlist>
<listitem>top-left - a calendar docked to the top-left point of the button element</listitem>
- <listitem>topright - a calendar docked to the top-right point of the button element</listitem>
+ <listitem>top-right - a calendar docked to the top-right point of the button element</listitem>
<listitem>bottom-left - a calendar docked to the bottom-left point of the button element</listitem>
<listitem>bottom-right - a calendar docked to the bottom-right point of the button element</listitem>
<listitem>auto - smart positioning activation</listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropDownMenu.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -128,7 +128,7 @@
<property><rich:dropDownMenu></property>
</emphasis>
<emphasis>
- <property>"mode"</property>
+ <property>"submitMode"</property>
</emphasis> attribute can be set to three possible parameters:</para>
<itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/insert.desc.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+ <title>Description</title>
<para>The <emphasis role="bold">
<property><rich:insert></property>
</emphasis> component is used for source code inserting and highlighting.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuItem.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -101,7 +101,7 @@
<property><rich: menuItem></property>
</emphasis>
<emphasis>
- <property>"mode"</property>
+ <property>"submitMode"</property>
</emphasis> attribute can be set to three possible parameters:</para>
<itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.desc.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+ <title>Description</title>
<para>The <emphasis role="bold">
<property><rich:panelMenu></property>
</emphasis> component is used to define an inline vertical menu on the page.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.desc.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuGroup.desc.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+ <title>Description</title>
<para>The <emphasis role="bold">
<property><rich:panelMenuGroup></property>
</emphasis> component is used to define an expandable group of items inside the panel menu or other group.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml 2007-08-24 10:04:51 UTC (rev 2463)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml 2007-08-24 10:16:36 UTC (rev 2464)
@@ -6,6 +6,7 @@
</keywordset>
</sectioninfo>
<section>
+ <title>Description</title>
<para>The <emphasis role="bold">
<property><rich:panelMenuItem></property>
</emphasis> component is used to define a single item inside popup list.</para>
18 years, 8 months
JBoss Rich Faces SVN: r2463 - trunk/test-applications/jsp/src/main/webapp/PanelMenu.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-24 06:04:51 -0400 (Fri, 24 Aug 2007)
New Revision: 2463
Modified:
trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
Log:
update
Modified: trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp 2007-08-24 09:44:14 UTC (rev 2462)
+++ trunk/test-applications/jsp/src/main/webapp/PanelMenu/PanelMenu.jsp 2007-08-24 10:04:51 UTC (rev 2463)
@@ -2,6 +2,7 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
@@ -19,7 +20,7 @@
</style>
</head>
<f:subview id="panelMenuID">
-<f:view>
+
<h:form>
<rich:panelMenu id="panelMenuID" disabled="#{panelMenu.disabled}" width="#{panelMenu.width}" selectedChild="thisChild"
expandSingle="#{panelMenu.expandSingle}" mode="#{panelMenu.mode}" value="PanelMenu" rendered="#{panelMenu.rendered}"
@@ -462,6 +463,7 @@
</f:verbatim>
<h:commandLink value="Back" action="main"></h:commandLink>
</h:form>
-</f:view>
+
</f:subview>
</html>
+</f:view>
\ No newline at end of file
18 years, 8 months
JBoss Rich Faces SVN: r2462 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: afedosik
Date: 2007-08-24 05:44:14 -0400 (Fri, 24 Aug 2007)
New Revision: 2462
Modified:
trunk/docs/userguide/en/src/main/docbook/included/column.xml
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
trunk/docs/userguide/en/src/main/docbook/included/tree.xml
trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
Log:
http://jira.jboss.com/jira/browse/RF-671 Colons removing in "Definition custom style classes"
Modified: trunk/docs/userguide/en/src/main/docbook/included/column.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/column.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/column.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -196,7 +196,7 @@
</itemizedlist>
</section>
<section>
- <title>Definition Custom Style Classes:</title>
+ <title>Definition Custom Style Classes</title>
<para>To redefine an appearance of all <property>columns</property> on a page, redefine the corresponding class in the CSS file used with the page.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -113,7 +113,7 @@
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>DataDefinitionList style classes</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataGrid.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -117,7 +117,7 @@
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -113,7 +113,7 @@
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>dataList style classes</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -112,7 +112,7 @@
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>DataOrderedList style classes</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -126,7 +126,7 @@
</section>
<section>
- <title>Definition custom Style Classes:</title>
+ <title>Definition custom Style Classes</title>
<figure>
<title>DataTable class names</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/gmap.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/gmap.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -162,7 +162,7 @@
Map</property>.</emphasis></para>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>rich-gmap is a predefined style class for the map. It's possible to define some
standard properties for all <property>maps</property> components on a page (padding, border,
etc.) with the definition of the component.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSlider.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -191,7 +191,7 @@
</table>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>Custom style classes of inputNumberSlider</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -195,7 +195,7 @@
</table>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>Custom style classes of inputNumberSpinner</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBar.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -107,7 +107,7 @@
</itemizedlist>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>There is one predefined class for the <property>panelBar</property>, which is
applicable to the whole component, specifying padding, borders, and etc.</para>
<figure>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelBarItem.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -157,7 +157,7 @@
</table>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
<title>PanelBarItem style classes</title>
<mediaobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/tabPanel.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -168,7 +168,7 @@
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<figure>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -238,7 +238,7 @@
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>
<property>Tooltip</property> provides one class "rich-tool-tip" which applies to wrapper element <emphasis><property>"span"</property></emphasis> or "div"
dependently to <property>tooltip</property> layout. In order to redefine style for all <property>tooltips</property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -285,7 +285,7 @@
</table>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>The <property>tree</property> also has only one predefined Style Class responsible for
displaying a wrapper element of the <property>tree</property> - <emphasis role="bold">
<property><rich:tree></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/treeNode.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -250,7 +250,7 @@
application, change these parameters values.</para>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>The following classes are applied to a node element in three states: default, marked,
mouseovered:</para>
<itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-08-24 09:07:21 UTC (rev 2461)
+++ trunk/docs/userguide/en/src/main/docbook/included/virtualEarth.xml 2007-08-24 09:44:14 UTC (rev 2462)
@@ -137,7 +137,7 @@
additional elements on it, except the ones provided with <emphasis><property>Virtual Earth map</property>.</emphasis></para>
</section>
<section>
- <title>Definition custom style classes:</title>
+ <title>Definition custom style classes</title>
<para>rich-virtualEarth map is a predefined style class for the map. It's possible to define some
standard properties for all <property>maps</property> components on a page (padding, border,
etc.) with the definition of the component.</para>
18 years, 8 months
JBoss Rich Faces SVN: r2461 - trunk/test-applications/jsp/src/main/webapp/DropDownMenu.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-24 05:07:21 -0400 (Fri, 24 Aug 2007)
New Revision: 2461
Modified:
trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
Log:
http://jira.jboss.com/jira/browse/RF-675
Modified: trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp 2007-08-24 09:07:14 UTC (rev 2460)
+++ trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp 2007-08-24 09:07:21 UTC (rev 2461)
@@ -2,12 +2,12 @@
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
+<f:view>
<html>
<head>
<title></title>
</head>
<f:subview id="ddMenuID">
-<f:view>
<h:form>
<h:panelGrid columns="3">
<h:panelGrid columns="2">
@@ -95,7 +95,7 @@
hideDelay="#{dDMenu.hideDelay}" direction="#{dDMenu.direction}"
horizontalOffset="#{dDMenu.horizontalOffset}"
jointPoint="#{dDMenu.jointPoint}" popupWidth="#{dDMenu.popupWidth}"
- showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}"
+ showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}" event="#{dDMenu.event}"
verticalOffset="#{dDMenu.verticalOffset}" styleClass="panelpos">
<rich:menuItem icon="#{dDMenu.icon}">
<h:outputText value="Item1" />
@@ -141,6 +141,6 @@
</rich:panel>
</h:panelGrid>
</h:form>
-</f:view>
</f:subview>
</html>
+</f:view>
18 years, 8 months
JBoss Rich Faces SVN: r2460 - trunk/test-applications/facelets/src/main/webapp/DropDownMenu.
by richfaces-svn-commits@lists.jboss.org
Author: ayanul
Date: 2007-08-24 05:07:14 -0400 (Fri, 24 Aug 2007)
New Revision: 2460
Modified:
trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-675
Modified: trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-08-24 08:37:09 UTC (rev 2459)
+++ trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml 2007-08-24 09:07:14 UTC (rev 2460)
@@ -104,7 +104,7 @@
horizontalOffset="#{dDMenu.horizontalOffset}"
jointPoint="#{dDMenu.jointPoint}" popupWidth="#{dDMenu.popupWidth}"
showDelay="#{dDMenu.showDelay}" rendered="#{dDMenu.rendered}"
- verticalOffset="#{dDMenu.verticalOffset}" styleClass="panelpos">
+ verticalOffset="#{dDMenu.verticalOffset}" styleClass="panelpos" event="#{dDMenu.event}">
<rich:menuItem icon="#{dDMenu.icon}">
<h:outputText value="Item1" />
</rich:menuItem>
18 years, 8 months
JBoss Rich Faces SVN: r2459 - trunk/ui/dataTable/src/main/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: akushunin
Date: 2007-08-24 04:37:09 -0400 (Fri, 24 Aug 2007)
New Revision: 2459
Added:
trunk/ui/dataTable/src/main/java/org/richfaces/component/Row.java
Log:
renderedColumsn methos ranamed to columns
Added: trunk/ui/dataTable/src/main/java/org/richfaces/component/Row.java
===================================================================
--- trunk/ui/dataTable/src/main/java/org/richfaces/component/Row.java (rev 0)
+++ trunk/ui/dataTable/src/main/java/org/richfaces/component/Row.java 2007-08-24 08:37:09 UTC (rev 2459)
@@ -0,0 +1,39 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import java.util.Iterator;
+
+/**
+ * Marker interface for table columns, rendered as entire row.
+ * @author shura
+ *
+ */
+public interface Row extends Column {
+
+ /**
+ * Get iterator for all columns contained in this row.
+ * @return
+ */
+ public Iterator columns();
+
+}
\ No newline at end of file
Property changes on: trunk/ui/dataTable/src/main/java/org/richfaces/component/Row.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
18 years, 8 months
JBoss Rich Faces SVN: r2458 - in trunk/ui/inputnumber-slider/src: main/java/org/richfaces/component and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ishabalov
Date: 2007-08-23 21:31:08 -0400 (Thu, 23 Aug 2007)
New Revision: 2458
Modified:
trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
trunk/ui/inputnumber-slider/src/main/java/org/richfaces/component/UIInputNumberSlider.java
trunk/ui/inputnumber-slider/src/main/java/org/richfaces/renderkit/InputNumberSliderRendererBase.java
trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss
trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
trunk/ui/inputnumber-slider/src/test/java/org/richfaces/component/InputNumberSliderComponentTest.java
Log:
Duplicate attributes, width and height handling moved to css, fixed unit test.
Modified: trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml
===================================================================
--- trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/main/config/component/inputNumberSlider.xml 2007-08-24 01:31:08 UTC (rev 2458)
@@ -70,13 +70,11 @@
<name> width </name>
<classname>java.lang.String</classname>
<description> The width of a slider control</description>
- <defaultvalue><![CDATA["200px"]]></defaultvalue>
</property>
<property hidden="true">
<name> height </name>
<classname>java.lang.String</classname>
<description> The height of a slider control</description>
- <defaultvalue><![CDATA["20px"]]></defaultvalue>
</property>
<property>
<name> enableManualInput </name>
Modified: trunk/ui/inputnumber-slider/src/main/java/org/richfaces/component/UIInputNumberSlider.java
===================================================================
--- trunk/ui/inputnumber-slider/src/main/java/org/richfaces/component/UIInputNumberSlider.java 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/main/java/org/richfaces/component/UIInputNumberSlider.java 2007-08-24 01:31:08 UTC (rev 2458)
@@ -30,4 +30,22 @@
public static final String COMPONENT_TYPE = "org.richfaces.inputNumberSlider";
+ public String getStyleValue() {
+ StringBuffer buf = new StringBuffer();
+ String width = (String)getAttributes().get("width");
+ String height = (String)getAttributes().get("height");
+ String style = (String)getAttributes().get("style");
+ if (width!=null&&width.length()>0) {
+ buf.append("width:"+width);
+ buf.append(";");
+ }
+
+ if (height!=null&&height.length()>0) {
+ buf.append("height:"+height);
+ buf.append(";");
+ }
+ buf.append(style);
+ return buf.toString();
+ }
+
}
Modified: trunk/ui/inputnumber-slider/src/main/java/org/richfaces/renderkit/InputNumberSliderRendererBase.java
===================================================================
--- trunk/ui/inputnumber-slider/src/main/java/org/richfaces/renderkit/InputNumberSliderRendererBase.java 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/main/java/org/richfaces/renderkit/InputNumberSliderRendererBase.java 2007-08-24 01:31:08 UTC (rev 2458)
@@ -40,4 +40,5 @@
protected boolean attributeToBoolean(UIComponent component, String attributeName) {
return getUtils().isBooleanAttribute(component, attributeName);
}
+
}
Modified: trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss
===================================================================
--- trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/main/resources/org/richfaces/renderkit/html/css/slider.xcss 2007-08-24 01:31:08 UTC (rev 2458)
@@ -2,9 +2,13 @@
<f:template xmlns:f='http:/jsf.exadel.com/template'
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml" >
-
<f:verbatim><![CDATA[
+.dr-insldr {
+ width : 200px;
+ height : 20px;
+}
+
.dr-insldr-tip {
position : absolute;
white-space : nowrap;
Modified: trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
--- trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2007-08-24 01:31:08 UTC (rev 2458)
@@ -35,10 +35,12 @@
}
variables.setVariable("inputSize", component.getAttributes().get("inputSize"));
+ variables.setVariable("style",component.getStyleValue());
+
]]></jsp:scriptlet>
- <table id="#{clientId}" border="0" cellpadding="0" cellspacing="0" class="rich-slider #{component.attributes['styleClass']}"
- style="width:#{component.attributes['width']};#{component.attributes['style']}" x:passThruWithExclusions="id,boundClass,tipClass">
+ <table id="#{clientId}" border="0" cellpadding="0" cellspacing="0" class="dr-insldr rich-slider #{component.attributes['styleClass']}"
+ style="#{style}" x:passThruWithExclusions="id,boundClass,tipClass,class,width,height,style">
<tbody>
<tr>
<jsp:scriptlet><![CDATA[
Modified: trunk/ui/inputnumber-slider/src/test/java/org/richfaces/component/InputNumberSliderComponentTest.java
===================================================================
--- trunk/ui/inputnumber-slider/src/test/java/org/richfaces/component/InputNumberSliderComponentTest.java 2007-08-23 21:51:36 UTC (rev 2457)
+++ trunk/ui/inputnumber-slider/src/test/java/org/richfaces/component/InputNumberSliderComponentTest.java 2007-08-24 01:31:08 UTC (rev 2458)
@@ -123,15 +123,16 @@
assertNotNull(htmlSlider);
assertTrue(htmlSlider.getAttributeValue("class").contains(
- "rich-slider"));
+ "dr-insldr rich-slider"));
HtmlInput htmlSliderInput = (HtmlInput) renderedView.getHtmlElementById(
slider.getClientId(facesContext) + "Input");
assertNotNull(htmlSliderInput);
+ String a = htmlSliderInput.getClassAttribute();
assertTrue(htmlSliderInput.getClassAttribute().contains(
- "dr-insldr-field rich-inslider-field"));
+ "dr-insldr-field dr-insldr-field-right rich-inslider-field"));
assertTrue(htmlSliderInput.getTypeAttribute().equals("text"));
DomNode numContainer = htmlSliderInput.getParentNode()
18 years, 8 months