JBoss Rich Faces SVN: r6006 - in trunk/ui/modal-panel/src/main: templates/org/richfaces and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-02-11 09:05:40 -0500 (Mon, 11 Feb 2008)
New Revision: 6006
Modified:
trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1866
Modified: trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
--- trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2008-02-11 13:59:00 UTC (rev 6005)
+++ trunk/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2008-02-11 14:05:40 UTC (rev 6006)
@@ -53,6 +53,12 @@
left: -32000px;
}
+ .rich-mpnl-controls {
+ position: absolute;
+ top: 3px;
+ right: 3px;
+ }
+
</f:verbatim>
<u:selector name=".dr-mpnl-spacer, .dr-mpnl-resizer">
Modified: trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2008-02-11 13:59:00 UTC (rev 6005)
+++ trunk/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2008-02-11 14:05:40 UTC (rev 6006)
@@ -112,27 +112,25 @@
</jsp:scriptlet>
<div id="#{clientId}ContentDiv" style="position: absolute; z-index: 2; overflow: hidden; #{component.attributes['style']}" class="dr-mpnl-pnl rich-mp-content">
-
+ <jsp:scriptlet>
+ <![CDATA[if(component.getFacet("controls")!=null && component.getFacet("controls").isRendered()) {]]>
+ </jsp:scriptlet>
+ <div class="dr-mpnl-pnl-text rich-mpnl-text rich-mpnl-controls #{component.attributes['controlsClass']}">
+ <u:insertFacet name="controls" />
+ </div>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+
<table style="#{tableStyle}" border="0" cellpadding="0" cellspacing="0">
<jsp:scriptlet>
<![CDATA[if(component.getFacet("header")!=null && component.getFacet("header").isRendered()) {]]>
</jsp:scriptlet>
<tr style="height: 1%;">
<td class="dr-mpnl-header rich-mpnl-header-cell" >
- <jsp:scriptlet>
- <![CDATA[if(component.getFacet("controls")!=null && component.getFacet("controls").isRendered()) {]]>
- </jsp:scriptlet>
- <div style="float:right; padding-top: 3px; padding-right: 3px" class="dr-mpnl-pnl-text rich-mpnl-text rich-mpnl-controls #{component.attributes['controlsClass']}">
- <u:insertFacet name="controls" />
- </div>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
-
<div id="#{clientId}Header" style="white-space: nowrap;" class="dr-mpnl-pnl-text dr-mpnl-pnl-h rich-mpnl-text rich-mpnl-header #{component.attributes['headerClass']}">
<u:insertFacet name="header" />
</div>
-
</td>
</tr>
<jsp:scriptlet>
18 years, 2 months
JBoss Rich Faces SVN: r6005 - management/design/inplaceInput.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2008-02-11 08:59:00 -0500 (Mon, 11 Feb 2008)
New Revision: 6005
Modified:
management/design/inplaceInput/FuncSpec - InplaceInput.doc
Log:
Modified: management/design/inplaceInput/FuncSpec - InplaceInput.doc
===================================================================
(Binary files differ)
18 years, 2 months
JBoss Rich Faces SVN: r6004 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples.
by richfaces-svn-commits@lists.jboss.org
Author: akushunin
Date: 2008-02-11 08:25:36 -0500 (Mon, 11 Feb 2008)
New Revision: 6004
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1911
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml 2008-02-11 13:05:10 UTC (rev 6003)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dragSupport/examples/dnd.xhtml 2008-02-11 13:25:36 UTC (rev 6004)
@@ -9,8 +9,7 @@
<style>
.panelc {
width:25%;
- vertical-align:top;
- height:300px;
+ vertical-align:top;
}
.dropTargetPanel {
18 years, 2 months
JBoss Rich Faces SVN: r6003 - in trunk/ui/dataTable/src/main: templates/org/richfaces and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2008-02-11 08:05:10 -0500 (Mon, 11 Feb 2008)
New Revision: 6003
Modified:
trunk/ui/dataTable/src/main/java/org/richfaces/renderkit/AbstractTableRenderer.java
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
Log:
RF-1741
Modified: trunk/ui/dataTable/src/main/java/org/richfaces/renderkit/AbstractTableRenderer.java
===================================================================
--- trunk/ui/dataTable/src/main/java/org/richfaces/renderkit/AbstractTableRenderer.java 2008-02-11 11:28:00 UTC (rev 6002)
+++ trunk/ui/dataTable/src/main/java/org/richfaces/renderkit/AbstractTableRenderer.java 2008-02-11 13:05:10 UTC (rev 6003)
@@ -23,6 +23,8 @@
import java.io.IOException;
import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
import javax.faces.component.UIColumn;
import javax.faces.component.UIComponent;
@@ -30,8 +32,8 @@
import javax.faces.context.ResponseWriter;
import org.ajax4jsf.component.UIDataAdaptor;
+import org.ajax4jsf.context.AjaxContext;
import org.ajax4jsf.javascript.JSFunction;
-import org.ajax4jsf.javascript.JSReference;
import org.ajax4jsf.renderkit.AjaxRendererUtils;
import org.ajax4jsf.renderkit.RendererUtils.HTML;
import org.apache.commons.collections.Predicate;
@@ -46,6 +48,8 @@
*/
public abstract class AbstractTableRenderer extends AbstractRowsRenderer {
+ private static final String FILTER_PARAMETER_VALUE = "f";
+
/**
* Encode all table structure - colgroups definitions, caption, header,
* footer
@@ -163,37 +167,29 @@
(org.richfaces.component.UIColumn) column;
String clientId = col.getClientId(context) + facetName;
writer.writeAttribute("id", clientId, null);
- if (col.isSortable()) {
- String sortExpression = col.getSortExpression();
- String sortMode = col.getSortMode();
- if ("client".equals(sortMode)) {
- JSFunction function = new JSFunction("new RichFaces.SortControl");
- function.addParameter(clientId);
- function.addParameter(((UIDataAdaptor)column.getParent()).getBaseClientId(context));
- function.addParameter(new JSReference(sortExpression));
- function.addParameter(column.getClientId(context));
- getUtils().writeScript(context, column, function.toScript());
- } else if ("ajax".equals(sortMode)) {
-
- //AjaxRendererUtils.buildOnClick(uiComponent, facesContext)
-
- JSFunction function = new JSFunction("new RichFaces.SortControl.Ajax");
- function.addParameter(clientId);
- getUtils().writeScript(context, column, function.toScript());
-
- } else {
- JSFunction function = new JSFunction("new RichFaces.SortControl.Server");
- function.addParameter(clientId);
- getUtils().writeScript(context, column, function.toScript());
- }
-
- }
}
UIComponent facet = column.getFacet(facetName);
if (facet != null) {
renderChild(context, facet);
}
+ if (column.getValueExpression("filterBy") != null) {
+ UIComponent table = column.getParent();
+ String id = table.getClientId(context);
+ JSFunction ajaxFunction = AjaxRendererUtils.buildAjaxFunction(table, context);
+ Map eventOptions = AjaxRendererUtils.buildEventOptions(context, table);
+ Map parameters = (Map) eventOptions.get("parameters");
+ parameters.put(id, FILTER_PARAMETER_VALUE);
+ ajaxFunction.addParameter(eventOptions);
+ StringBuffer buffer = new StringBuffer();
+ ajaxFunction.appendScript(buffer);
+ writer.startElement(HTML.INPUT_ELEM, column);
+ writer.writeAttribute(HTML.TYPE_ATTR, "text", null);
+ writer.writeAttribute(HTML.NAME_ATTRIBUTE, column.getClientId(context) + FILTER_PARAMETER_VALUE, null);
+ writer.writeAttribute(HTML.value_ATTRIBUTE, column.getAttributes().get("filterValue"), null);
+ writer.writeAttribute(HTML.onchange_ATTRIBUTE, buffer.toString(), null);
+ writer.endElement(HTML.INPUT_ELEM);
+ }
writer.endElement(element);
@@ -452,4 +448,23 @@
getUtils().writeScript(context, component, function.toScript());
}
}
+
+ @Override
+ protected void doDecode(FacesContext context, UIComponent component) {
+ Map<String, String> map = context.getExternalContext().getRequestParameterMap();
+ if (FILTER_PARAMETER_VALUE.equals(map.get(component.getClientId(context)))) {
+ List<UIComponent> list = component.getChildren();
+ for (Iterator<UIComponent> iterator = list.iterator(); iterator
+ .hasNext();) {
+ UIComponent children = iterator.next();
+ if (children instanceof org.richfaces.component.UIColumn) {
+ children.getAttributes().put("filterValue",
+ map.get(children.getClientId(context) + FILTER_PARAMETER_VALUE));
+ }
+
+ }
+ AjaxContext.getCurrentInstance()
+ .addComponentToAjaxRender(component);
+ }
+ }
}
\ No newline at end of file
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2008-02-11 11:28:00 UTC (rev 6002)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataTable.jspx 2008-02-11 13:05:10 UTC (rev 6003)
@@ -13,7 +13,6 @@
component="org.richfaces.component.UIDataTable"
>
<h:styles>css/table.xcss</h:styles>
- <h:scripts>new org.ajax4jsf.javascript.PrototypeScript(),scripts/data-table.js</h:scripts>
<f:clientid var="clientId"/>
<table id="#{clientId}"
class="dr-table rich-table #{component.attributes['styleClass']}" style="#{component.attributes['style']}"
@@ -29,5 +28,4 @@
</vcp:body>
</tbody>
</table>
- <f:call name="encodeScriptIfNecessary"/>
</f:root>
\ No newline at end of file
18 years, 2 months
JBoss Rich Faces SVN: r6002 - in trunk: samples/orderingListDemo/src/main/webapp/pages and 3 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-02-11 06:28:00 -0500 (Mon, 11 Feb 2008)
New Revision: 6002
Modified:
trunk/samples/orderingListDemo/src/main/java/org/richfaces/OrderingListDemoBean.java
trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1949
Modified: trunk/samples/orderingListDemo/src/main/java/org/richfaces/OrderingListDemoBean.java
===================================================================
--- trunk/samples/orderingListDemo/src/main/java/org/richfaces/OrderingListDemoBean.java 2008-02-11 10:52:31 UTC (rev 6001)
+++ trunk/samples/orderingListDemo/src/main/java/org/richfaces/OrderingListDemoBean.java 2008-02-11 11:28:00 UTC (rev 6002)
@@ -12,7 +12,7 @@
private String controlsType = "link";
private String controlsHorizontalAlign = "right";
- private String controlsVerticalAlign = "center";
+ private String controlsVerticalAlign = "middle";
private String captionLabel = "Caption";
private String ontopclick = "new Effect.Highlight('form:ontopclickDiv', {startcolor:'#FF0000', endcolor:'#FF0000', restorecolor: 'green'});";
Modified: trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2008-02-11 10:52:31 UTC (rev 6001)
+++ trunk/samples/orderingListDemo/src/main/webapp/pages/index.jsp 2008-02-11 11:28:00 UTC (rev 6002)
@@ -149,15 +149,15 @@
<h:selectOneRadio value="#{demoBean.controlsHorizontalAlign}" >
<f:selectItem itemValue="left" itemLabel="left" />
<f:selectItem itemValue="right" itemLabel="right" />
- <a4j:support event="onchange" reRender="orderingList1" />
+ <a4j:support event="onchange" reRender="orderingList1" ajaxSingle="true" />
</h:selectOneRadio>
<h:outputText value="Controls Vertical Align" />
<h:selectOneRadio value="#{demoBean.controlsVerticalAlign}" >
<f:selectItem itemValue="top" itemLabel="top" />
<f:selectItem itemValue="bottom" itemLabel="bottom" />
- <f:selectItem itemValue="center" itemLabel="center" />
- <a4j:support event="onchange" reRender="orderingList1" />
+ <f:selectItem itemValue="middle" itemLabel="middle" />
+ <a4j:support event="onchange" reRender="orderingList1" ajaxSingle="true" />
</h:selectOneRadio>
<h:outputText value="Order Controls Visible" />
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-02-11 10:52:31 UTC (rev 6001)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-02-11 11:28:00 UTC (rev 6002)
@@ -138,9 +138,9 @@
Controls vertical rendering. Possible values:
top - controls should be rendered aligned to top side of a list.
bottom - controls should be rendered aligned to bottom side of a list.
- center(Default) - controls should be rendered centered relatively to a list.
+ middle (default) - controls should be rendered centered relatively to a list.
</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
+ <defaultvalue><![CDATA["middle"]]></defaultvalue>
</property>
<property>
<name>sortIconUp</name>
Modified: trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss
===================================================================
--- trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2008-02-11 10:52:31 UTC (rev 6001)
+++ trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/css/orderingList.xcss 2008-02-11 11:28:00 UTC (rev 6002)
@@ -67,7 +67,7 @@
}
.rich-ordering-list-button-layout {
- padding : 15px 8px 15px 0px;
+ padding : 15px 0px 15px 0px;
}
.rich-ordering-list-button-content {
Modified: trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx
===================================================================
--- trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2008-02-11 10:52:31 UTC (rev 6001)
+++ trunk/ui/orderingList/src/main/templates/org/richfaces/htmlOrderingList.jspx 2008-02-11 11:28:00 UTC (rev 6002)
@@ -37,7 +37,18 @@
<f:call name="encodeCaption"/>
</td>
</tr>
- <tr>
+ <tr>
+ <jsp:scriptlet><![CDATA[
+ if ("left".equals(component.getAttributes().get("controlsHorizontalAlign"))) {
+ ]]></jsp:scriptlet>
+ <td class="rich-ordering-list-button-valign" style="vertical-align: #{component.attributes['controlsVerticalAlign']}" >
+ <div class="rich-ordering-list-button-layout">
+ <f:call name="encodeControlsFacets" />
+ </div>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+ ]]></jsp:scriptlet>
<td>
<div id="#{clientId}headerBox" class="rich-ordering-list-output">
<jsp:scriptlet><![CDATA[
@@ -74,12 +85,17 @@
</div>
</div>
</td>
- <td class="rich-ordering-list-button-valign">
- <div class="rich-ordering-list-button-layout">
- <f:call name="encodeControlsFacets" />
- </div>
- <f:clientId var="clientId"/>
- </td>
+ <jsp:scriptlet><![CDATA[
+ if (!"left".equals(component.getAttributes().get("controlsHorizontalAlign"))) {
+ ]]></jsp:scriptlet>
+ <td class="rich-ordering-list-button-valign" style="vertical-align: #{component.attributes['controlsVerticalAlign']}" >
+ <div class="rich-ordering-list-button-layout">
+ <f:call name="encodeControlsFacets" />
+ </div>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+ ]]></jsp:scriptlet>
</tr>
</tbody>
</table>
@@ -96,7 +112,7 @@
Richfaces.OrderingListSelectItem,
#{this:getColumnClassesAsJSArray(context, component)},
#{this:getRowClassesAsJSArray(context, component)});
- var layoutManager = new LayoutManager('#{clientId}internal_header_tab', '#{clientId}internal_tab');
+ var layoutManager = new LayoutManager('#{cId}internal_header_tab', '#{cId}internal_tab');
layoutManager.widthSynchronization();
});
//setTimeout(init, 0);
18 years, 2 months
JBoss Rich Faces SVN: r6001 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-11 05:52:31 -0500 (Mon, 11 Feb 2008)
New Revision: 6001
Modified:
trunk/docs/userguide/en/src/main/docbook/included/separator.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for separator
Modified: trunk/docs/userguide/en/src/main/docbook/included/separator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-02-11 10:52:22 UTC (rev 6000)
+++ trunk/docs/userguide/en/src/main/docbook/included/separator.xml 2008-02-11 10:52:31 UTC (rev 6001)
@@ -90,7 +90,7 @@
</emphasis>
</para>
<figure>
- <title>Different line types of <rich:separator></title>
+ <title>Different line types of <emphasis role="bold"><property><rich:separator></property></emphasis></title>
<mediaobject>
<imageobject>
<imagedata fileref="images/separator1.png"/>
18 years, 2 months
JBoss Rich Faces SVN: r6000 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-11 05:52:22 -0500 (Mon, 11 Feb 2008)
New Revision: 6000
Modified:
trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for separator
Modified: trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml 2008-02-11 10:52:07 UTC (rev 5999)
+++ trunk/docs/userguide/en/src/main/docbook/included/separator.desc.xml 2008-02-11 10:52:22 UTC (rev 6000)
@@ -10,7 +10,7 @@
<para>A horizontal line to use as a <property>separator</property> in a layout. The line type
can be customized with the <emphasis ><property>"lineType"</property></emphasis> parameter.</para>
<figure>
- <title><rich:separator> component</title>
+ <title><emphasis role="bold"><property><rich:separator></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/separator.png"/>
18 years, 2 months
JBoss Rich Faces SVN: r5999 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-11 05:52:07 -0500 (Mon, 11 Feb 2008)
New Revision: 5999
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for scrollableDataTable
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-02-11 10:51:54 UTC (rev 5998)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-02-11 10:52:07 UTC (rev 5999)
@@ -71,7 +71,7 @@
<section>
<title>Details of Usage</title>
<para> The component represents on a page as a scrollable table with some fixed (non-scrollable)
- rows ( with header and footer) and columns. Like other tables <rich:scrollableDataTable> also has optional footer and header that could be implemented using the corresponding facets. Columns of the table are optionally resizable. Resizing is
+ rows ( with header and footer) and columns. Like other tables <emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> also has optional footer and header that could be implemented using the corresponding facets. Columns of the table are optionally resizable. Resizing is
available using "drag and drop" of the column vertical borders. There is possibility to expand
or collapse the columns through JS API on the client side. You can define the number of the
fixed columns from the left side using attribute <emphasis>
@@ -97,7 +97,7 @@
</itemizedlist> It's possible to sort the table content after clicks on the header. The
feature is optional. Every column should be pointed to the comparator method that is used
for sorting the table. In case the
- <property><rich:scrollableDataTable></property> is already sorted by some column
+ <emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> is already sorted by some column
and the header of this column has been clicked again - the sorting is reversed. </para>
<para>
@@ -623,7 +623,7 @@
<para>This is a result:</para>
<figure>
- <title>Redefinition styles with own classes and styleClass attributes</title>
+ <title>Redefinition styles with own classes and <emphasis><property>styleClass</property></emphasis> attributes</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/scrollableDataTableStyle.png"/>
18 years, 2 months
JBoss Rich Faces SVN: r5998 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-11 05:51:54 -0500 (Mon, 11 Feb 2008)
New Revision: 5998
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for scrollableDataTable
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml 2008-02-11 10:51:30 UTC (rev 5997)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.desc.xml 2008-02-11 10:51:54 UTC (rev 5998)
@@ -8,12 +8,12 @@
<section>
<title>Description</title>
<para>
- The <property><rich:scrollableDataTable></property> component is used for the table-like component creation.
+ The <emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> component is used for the table-like component creation.
The component just adds the set of additional features described below in comparison with the standard table.
</para>
<figure>
- <title><rich:scrollableDataTable> component</title>
+ <title><emphasis role="bold"><property><rich:scrollableDataTable></property></emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/scrollable-dt1.png"/>
18 years, 2 months
JBoss Rich Faces SVN: r5997 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2008-02-11 05:51:30 -0500 (Mon, 11 Feb 2008)
New Revision: 5997
Modified:
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml
Log:
http://jira.jboss.com/jira/browse/RF-2158 - done for panelMenuItem
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml 2008-02-11 10:51:15 UTC (rev 5996)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.desc.xml 2008-02-11 10:51:30 UTC (rev 5997)
@@ -8,10 +8,12 @@
<section>
<title>Description</title>
<para>The <emphasis role="bold">
- <property><rich:panelMenuItem></property>
+ <property><rich:panelMenuItem></property>
</emphasis> component is used to define a single item inside popup list.</para>
<figure>
- <title><rich:panelMenuItem> component</title>
+ <title><emphasis role="bold">
+ <property><rich:panelMenuItem></property>
+ </emphasis> component</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/panelmenu.png"/>
18 years, 2 months