[richfaces-svn-commits] JBoss Rich Faces SVN: r2436 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Aug 23 10:38:15 EDT 2007
Author: smukhina
Date: 2007-08-23 10:38:15 -0400 (Thu, 23 Aug 2007)
New Revision: 2436
Modified:
trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.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.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
trunk/docs/userguide/en/src/main/docbook/included/paint2D.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
trunk/docs/userguide/en/src/main/docbook/included/region.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/support.xml
trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
Log:
http://jira.jboss.com/jira/browse/RF-672
the attributes were highlighted
Modified: trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/actionparam.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -61,7 +61,7 @@
decode the value to a string stored in the html parameter.</para>
<para><emphasis role="bold">
<property><a4j:actionparam></property>
- </emphasis>has a "noEscape" attribute. If it is set to
+ </emphasis>has a <emphasis><property>"noEscape"</property></emphasis> attribute. If it is set to
"true", the value will be evaluated as a JavaScript code. </para>
<emphasis role="bold">Example:</emphasis>
<programlisting role="XML"><![CDATA[...
Modified: trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/ajaxListener.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<section>
<para>The <emphasis role="bold"><property><a4j:ajaxListener></property></emphasis>
-component is the same one as "ActionListener" or "ValueChangeListener", but for an Ajax container.</para>
+component is the same one as <emphasis><property>"ActionListener"</property></emphasis> or "ValueChangeListener", but for an Ajax container.</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -87,7 +87,7 @@
the calendar is represented on a page as an input field and a button. Clicking on the button
calls the calendar popup as it's shown on the picture below. </para>
<figure>
- <title>Using the "popup" attribute</title>
+ <title>Using the <emphasis><property>"popup"</property></emphasis> attribute</title>
<mediaobject>
<imageobject>
@@ -217,14 +217,14 @@
<para>This method is called when it's necessary to represent the next block of
CalendarDataItems. It happens during navigation to the next (previous) month or in any other
- case when calendar renders. This method is called in "Ajax" mode when the
+ case when calendar renders. This method is called in <emphasis><property>"Ajax"</property></emphasis> mode when the
calendar renders a new page. </para>
<para><emphasis role="bold">CalendarDataModelItem</emphasis> provides the following function:</para>
<itemizedlist>
<listitem>Date getDate() - returns date from the item. Default implementation returns date.</listitem>
- <listitem>Boolean isEnabled() - returns "true" if date is
- "selectable" on the calendar. Default implementation returns
+ <listitem>Boolean isEnabled() - returns <emphasis><property>"true"</property></emphasis> if date is
+ <emphasis><property>"selectable"</property></emphasis> on the calendar. Default implementation returns
"true".</listitem>
<listitem>String getStyleClass() - returns string appended to the style class for the date
span. For example it could be "relevant holyday". It means that the class
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandButton.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -33,7 +33,7 @@
<title>Creating on a page</title>
<para><emphasis role="bold"><property><a4j:commandButton></property></emphasis> is used in the same way as <emphasis role="bold"><property><h:commandButton></property></emphasis>, but with definition of the area that is updated after the response comes back from the server.</para>
<programlisting role="XML"><![CDATA[<a4j:commandButton reRender="someData" action="#{bean.action1}" value="Link"/>]]></programlisting>
- <para>This definition of the component provides a link, a click on the link causes an Ajax form submit on the server, "action1" method performance, and rendering of the component with "someData" id after the response comes back from the server.</para>
+ <para>This definition of the component provides a link, a click on the link causes an Ajax form submit on the server, "action1" method performance, and rendering of the component with <emphasis><property>"someData"</property></emphasis> id after the response comes back from the server.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/commandLink.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -37,7 +37,7 @@
<programlisting role="XML"><![CDATA[<a4j:commandLink reRender="someData" action="#{bean.action1}" value="Link"/>]]></programlisting>
<para>This definition of the component provides a link, and a click on the link causes an Ajax form
submit on the server, "action1" method performance, and rendering of the component
- with "someData" id after the response comes back from the server.</para>
+ with <emphasis><property>"someData"</property></emphasis> id after the response comes back from the server.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataDefinitionList.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -79,7 +79,7 @@
element</listitem>
<listitem>Binding to scrolling components of list pages</listitem>
</itemizedlist>
- <para>It allows definition inside a facet with the "term" name to add HTML DT elements into a list.</para>
+ <para>It allows definition inside a facet with the <emphasis><property>"term"</property></emphasis> name to add HTML DT elements into a list.</para>
<para>The component is created basing on the <emphasis role="bold"><property><a4j:repeat></property></emphasis> component and as a result the component could
be partially updated with AJAX.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataList.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -79,7 +79,7 @@
element</listitem>
<listitem>Binding to scrolling components of list pages</listitem>
</itemizedlist>
- <para>The component has the <emphasis ><property>"type"</property></emphasis> attribute corresponding to the "ul" HTML element.</para>
+ <para>The component has the <emphasis ><property>"type"</property></emphasis> attribute corresponding to the <emphasis><property>"ul"</property></emphasis> HTML element.</para>
<para>The component is created basing on the <emphasis role="bold"><property><a4j:repeat></property></emphasis> component and as a result the component could
be partially updated with AJAX.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataOrderedList.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -78,7 +78,7 @@
element</listitem>
<listitem>Binding to scrolling components of list pages</listitem>
</itemizedlist>
- <para>The component has the <emphasis ><property>"type"</property></emphasis> attribute corresponding to the "ul" HTML element.</para>
+ <para>The component has the <emphasis ><property>"type"</property></emphasis> attribute corresponding to the <emphasis><property>"ul"</property></emphasis> HTML element.</para>
<para>The component is created basing on the <emphasis role="bold"><property><a4j:repeat></property></emphasis> component and as a result the component could
be partially updated with AJAX.</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -22,7 +22,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem>A completely skinned table and child elements</listitem>
- <listitem>Possibility to insert the complex subcomponents "colGroup" and "subTable"</listitem>
+ <listitem>Possibility to insert the complex subcomponents <emphasis><property>"colGroup"</property></emphasis> and "subTable"</listitem>
<listitem>Possibility to update a limited set of strings with AJAX</listitem>
</itemizedlist>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dataTable.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -149,7 +149,7 @@
<tbody>
<row>
<entry>rich-table</entry>
- <entry>Applied to the "table" element</entry>
+ <entry>Applied to the <emphasis><property>"table"</property></emphasis> element</entry>
</row>
<row>
<entry>rich-table-caption</entry>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragIndicator.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -147,7 +147,7 @@
<section>
<title>Marker customization</title>
- <para>The macro generation "marker" can be customized depending on what a
+ <para>The macro generation <emphasis><property>"marker"</property></emphasis> can be customized depending on what a
draggable element is located over. For that you should define one of these three parameters
(specify a parameter with one of three names):</para>
<itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropSupport.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -121,8 +121,8 @@
...
</programlisting>
- <para>In this example, dropping a draggable item of an "iconsDragged" type
- will trigger the use a parameter named "DropIcon" in the event processing
+ <para>In this example, dropping a draggable item of an <emphasis><property>"iconsDragged"</property></emphasis> type
+ will trigger the use a parameter named <emphasis><property>"DropIcon"</property></emphasis> in the event processing
after a drop event. (Also, an Ajax request is sent, and the action and dropListener defined
for the component are called.)</para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -30,7 +30,7 @@
<listitem>Attribute-managed positions of the controls (inside/outside of the input field)</listitem>
<listitem>Keyboard controls support</listitem>
<listitem>Optional disablement of the component on a page</listitem>
- <listitem>Optional "cycled" mode of scrolling values</listitem>
+ <listitem>Optional <emphasis><property>"cycled"</property></emphasis> mode of scrolling values</listitem>
<listitem>Optional manual/controls-only input into a value text field</listitem>
<listitem>Validation of manual input</listitem>
</itemizedlist>
Modified: trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/inputNumberSpinner.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -100,7 +100,7 @@
<listitem>
<emphasis>
<property>"cycled"</property>
- </emphasis> if the attribute is "true" after the current value reaches the
+ </emphasis> if the attribute is <emphasis><property>"true"</property></emphasis> after the current value reaches the
border value it's be reversed to another border value after next increasing/decreasing. In
other case possibilities of next increasing/decreasing are locked </listitem>
<listitem>
@@ -217,7 +217,7 @@
<tbody>
<row>
<entry>rich-spinner-input-container</entry>
- <entry>a container for input and "inside" buttons</entry>
+ <entry>a container for input and <emphasis><property>"inside"</property></emphasis> buttons</entry>
</row>
<row>
<entry>rich-spinner-input</entry>
Modified: trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/jsFunction.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -49,7 +49,7 @@
<a4j:jsFunction data="#{bean.someProperty}" name="callScript" oncomplete="myScript(data.subProperty1, data.subProperty2)"/>
...]]>
</programlisting>
- <para> The script "myScript" will be called after
+ <para> The script <emphasis><property>"myScript"</property></emphasis> will be called after
<property>bean.someProperty</property> data will be returned from server(e.g. It'll
be object with two subproperties). </para>
</section>
@@ -103,7 +103,7 @@
<property><a4j:commandButton></property>
</emphasis>, but it could be activated from the JavaScript code. It allows to invoke some
server side functionality and use the returned data in the JavaScript function invoked from
- "oncomplete" attribute. So it's possible to use <emphasis
+ <emphasis><property>"oncomplete"</property></emphasis> attribute. So it's possible to use <emphasis
role="bold">
<property><a4j:jsFunction></property>
</emphasis> instead of <emphasis role="bold">
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadScript.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -5,7 +5,7 @@
<title>Description</title>
<para>
Inserts script links to the head element. Render the value of the component as the value of
- the "src" attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of the ExternalContext.
+ the <emphasis><property>"src"</property></emphasis> attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of the ExternalContext.
</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/loadStyle.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -4,7 +4,7 @@
<title>Description</title>
<para>
Inserts stylesheet links to the head element. Render the value of the component as the value of
- the "src" attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of the ExternalContext.
+ the <emphasis><property>"src"</property></emphasis> attribute, after passing it to the getResourceURL() method of the ViewHandler for this application, and passing the result through the encodeResourceURL() method of the ExternalContext.
</para>
</section>
</root>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/menuGroup.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -149,7 +149,7 @@
]]></programlisting>
<para> This would be the result: </para>
<figure>
- <title>Using the "direction" attribute</title>
+ <title>Using the <emphasis><property>"direction"</property></emphasis> attribute</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/menuGroup2.png"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/modalPanel.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -136,7 +136,7 @@
submits from this panel. </para>
</important>
- <para>It's possible to add a "header" facet to the component to set
+ <para>It's possible to add a <emphasis><property>"header"</property></emphasis> facet to the component to set
the content for the header.</para>
@@ -170,7 +170,7 @@
</mediaobject>
</figure>
- <para>A facet named "controls" can be added to the component to place control
+ <para>A facet named <emphasis><property>"controls"</property></emphasis> can be added to the component to place control
elements on a header.</para>
@@ -216,7 +216,7 @@
<property>"resizeable"</property>
</emphasis> and <emphasis>
<property>"moveable"</property>
- </emphasis> attributes to "true" or "false" values. Window
+ </emphasis> attributes to <emphasis><property>"true"</property></emphasis> or <emphasis><property>"false"</property></emphasis> values. Window
resizing is also limited by <emphasis>
<property>"minWidth"</property>
</emphasis> and <emphasis>
@@ -231,7 +231,7 @@
<programlisting role="JAVA">Richfaces.showModalPanel('panelId', {left: auto}, {param1: value1});</programlisting>
<para> Thus, except the standard modalPanel parameters you can pass any of your own parameters. </para>
<para> Also modalPanel allows to handle its own opening and closing events on the client side.
- The "onshow" and "onclose" attributes are used in this
+ The <emphasis><property>"onshow"</property></emphasis> and <emphasis><property>"onclose"</property></emphasis> attributes are used in this
case. </para>
<para> The following example shows how on the client side to define opening and closing event
handling in such a way that your own parameters could also be obtained: </para>
Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -100,7 +100,7 @@
</listitem>
</itemizedlist>
<para>If layout="block" is chosen, the component is rendered as a pair of opening and closing <emphasis role="bold"><property><div></property></emphasis> tag, to which it’s possible to apply any available style attributes available for block tags. </para>
- <para>Layout="none" helps to avoid an unnecessary tag round a context that could or couldn't be rendered according to the defined "rendered" attribute conditions. If an inner context isn’t rendered, <emphasis role="bold">
+ <para>Layout="none" helps to avoid an unnecessary tag round a context that could or couldn't be rendered according to the defined <emphasis><property>"rendered"</property></emphasis> attribute conditions. If an inner context isn’t rendered, <emphasis role="bold">
<property><a4j:outputPanel></property>
</emphasis> is rendered as a <emphasis role="bold"><property><span></property></emphasis> tag with the id equal to an id of a child component and "display:none" style. If a child component is rendered, <emphasis role="bold">
<property><a4j:outputPanel></property>
Modified: trunk/docs/userguide/en/src/main/docbook/included/paint2D.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/paint2D.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/paint2D.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -7,8 +7,8 @@
</sectioninfo>
<section>
<title>Description</title>
- <para>Create image by painting from a managed bean method, same as "paint" (Graphics2D)
- in "SWING" components. </para>
+ <para>Create image by painting from a managed bean method, same as <emphasis><property>"paint"</property></emphasis> (Graphics2D)
+ in <emphasis><property>"SWING"</property></emphasis> components. </para>
<figure>
<title>Paint2D component</title>
<mediaobject>
@@ -23,8 +23,8 @@
<itemizedlist>
<listitem>Simple Graphics2D - painting style directly on the Web page</listitem>
<listitem>Supports client/server caching for generated images</listitem>
- <listitem>Fully supports "JPEG" (24-bit, default), "GIF" (8-bit with
- transparency), and "PNG" (32-bit with transparency)
+ <listitem>Fully supports <emphasis><property>"JPEG"</property></emphasis> (24-bit, default), <emphasis><property>"GIF"</property></emphasis> (8-bit with
+ transparency), and <emphasis><property>"PNG"</property></emphasis> (32-bit with transparency)
formats for sending generated images</listitem>
<listitem>Easily customizable borders and white space to wrap the image</listitem>
<listitem>Dynamically settable paint parameters using tag attributes</listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenu.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -171,7 +171,7 @@
opening another one. See the picture below.</para>
<figure>
- <title>Using the "expandSingle" attribute</title>
+ <title>Using the <emphasis><property>"expandSingle"</property></emphasis> attribute</title>
<mediaobject>
<imageobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/panelMenuItem.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -178,7 +178,7 @@
<para> As the result the picture is shown below:</para>
<figure>
- <title>Using an "icon" attribute</title>
+ <title>Using an <emphasis><property>"icon"</property></emphasis> attribute</title>
<mediaobject>
<imageobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -52,7 +52,7 @@
</section>
<section>
<title>Key attributes and ways of usage</title>
- <para>The region is a component used for manipulation with components sent to the server. It sets particular processing parameters for an area on the server, i.e. the region deals with data input on the server and has no direct impact on output. To read more on the components responsible for out, see "reference"
+ <para>The region is a component used for manipulation with components sent to the server. It sets particular processing parameters for an area on the server, i.e. the region deals with data input on the server and has no direct impact on output. To read more on the components responsible for out, see <emphasis><property>"reference"</property></emphasis>
</para>
<para>The region marks an area page that is decoded on the server. In most cases it is not necessary to use the region, as ViewRoot is a default region. This component helps to reduce data quantity processed by the server, but the region doesn't influence on the standard submission rules. It means that:<itemizedlist>
<listitem>
@@ -85,7 +85,7 @@
<!--..Some content that will be decoded on server after Ajax request.-->
</a4j:region >]]></programlisting>
<para>Therefore, the external region is decoded for the "link1" and the internal one is decoded for the "link2".</para>
- <para>Ajax4jsf allows setting Ajax responses rendering directly basing on component tree nodes without referring to the JSP (XHTML) page code. It could be defined by selfRendered attribute setting to "true" on <emphasis role="bold">
+ <para>Ajax4jsf allows setting Ajax responses rendering directly basing on component tree nodes without referring to the JSP (XHTML) page code. It could be defined by selfRendered attribute setting to <emphasis><property>"true"</property></emphasis> on <emphasis role="bold">
<property><a4j:region></property>
</emphasis> and could help considerably speed up a response output. However, this rapid processing could cause missing of transient components that present on view and don't come into a component tree as well as omitting of <emphasis role="bold">
<property><a4j:outputPanel></property>
@@ -100,7 +100,7 @@
<para>The processing could be also accelerated if a region decoded for the processing passes straight away into Encode. But to update some data out of the region or on another region, use the <emphasis >
<property>"renderRegionOnly"</property>
</emphasis>
-attribute set to "false" ("true on default") to change this behaviour.</para>
+attribute set to <emphasis><property>"false"</property></emphasis> ("true on default") to change this behaviour.</para>
<para><emphasis role="bold">Example:</emphasis></para>
<programlisting role="XML"><![CDATA[<a4j:region renderRegionOnly="true">
<a4j:commandLink reRender="someID2" value="Link1" id="link1"/>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -41,7 +41,7 @@
</a4j:repeat>]]></programlisting>
<para>The output is generated according to a collection contained in <emphasis >
<property>"bean.props"</property>
- </emphasis> with the "detail" key passed to child components.</para>
+ </emphasis> with the <emphasis><property>"detail"</property></emphasis> key passed to child components.</para>
</section>
<section>
<title>Dynamical creation of a component from Java code</title>
Modified: trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/suggestionBox.desc.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -25,7 +25,7 @@
<title>Key Features</title>
<itemizedlist>
<listitem>Fully skinnable component</listitem>
- <listitem>Adds "onkeypress" suggestions capabilities to any input text component</listitem>
+ <listitem>Adds <emphasis><property>"onkeypress"</property></emphasis> suggestions capabilities to any input text component</listitem>
<listitem>Performs suggestion via Ajax requests without any line of JavaScript code written
by a user</listitem>
<listitem>Possible to render table as a popup suggestion</listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -44,7 +44,7 @@
</h:inputText>
<h:outputText id="repeater" value="#{bean.text}"/>]]></programlisting>
<para>On every keyup event generated by an input field, a form is submitted on the server with the help of Ajax and
- on a response coming from the server, element with "repeater" id, founded in a DOM tree is
+ on a response coming from the server, element with <emphasis><property>"repeater"</property></emphasis> id, founded in a DOM tree is
redrawn according to a new data from the response.</para>
</section>
<section>
@@ -145,7 +145,7 @@
</h:inputText>
<h:outputText value="#{person.name}" id="test"/>
</form>]]></programlisting>
- <para>This example clearly shows mentioned <ulink url="index.html#support">above</ulink> attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue "myQueue" till its the sending.
+ <para>This example clearly shows mentioned <ulink url="index.html#support">above</ulink> attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue" till its the sending.
Moreover, if the next request is already sent, the rerendering after the previous request is banned, and
it helps to avoid unnecessary processing on the client.</para>
</listitem>
Modified: trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/toggleControl.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -78,7 +78,7 @@
><property>"for"</property></emphasis> attribute (in the <emphasis
-><property>"for"</property></emphasis> attribute the full component "id" is specified according to naming
+><property>"for"</property></emphasis> attribute the full component <emphasis><property>"id"</property></emphasis> is specified according to naming
containers).</para>
<para>The <property>togglePanel</property> could be also switched from the side of the control instead of being strictly defined
in <emphasis
Modified: trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/toolBar.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -87,7 +87,7 @@
</itemizedlist>
<para>For example, when setting a separator of a disc type, the following result is produced:</para>
<figure>
- <title>Toolbar with a "disc" separator</title>
+ <title>Toolbar with a <emphasis><property>"disc"</property></emphasis> separator</title>
<mediaobject>
<imageobject>
Modified: trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-08-23 13:49:28 UTC (rev 2435)
+++ trunk/docs/userguide/en/src/main/docbook/included/tooltip.xml 2007-08-23 14:38:15 UTC (rev 2436)
@@ -126,7 +126,7 @@
offsets relatively to mouse position.
</para>
<para>
-<property>Tooltip</property> appears attached to the corner dependent on "direction" attribute. By default it is positioned bottom-right.
+<property>Tooltip</property> appears attached to the corner dependent on <emphasis><property>"direction"</property></emphasis> attribute. By default it is positioned bottom-right.
<property>Tooltip</property> activation occurs after defined event (default=mouseover) on the parent component taking into consideration
"delay" attribute (default=0) or after calling JS API function doShow(). <property>Tooltip</property> deactivation occurs after mouseout event
on the parent component (except mouse hovered the <property>tooltip</property> itself) or after calling JS API function doHide().
@@ -138,7 +138,7 @@
</note>
<para>
-The "mode" attribute is provided to developer to control the way of data loading to <property>tooltip</property> and has following values:
+The <emphasis><property>"mode"</property></emphasis> attribute is provided to developer to control the way of data loading to <property>tooltip</property> and has following values:
<itemizedlist>
<listitem>Client</listitem>
<listitem>Ajax</listitem>
@@ -240,7 +240,7 @@
<section>
<title>Definition custom style classes:</title>
<para>
- <property>Tooltip</property> provides one class "rich-tool-tip" which applies to wrapper element "span" or "div"
+ <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>
on the page with using CSS it's enough to create classes with this name and define in it necessary properties.
To change style peculiarities of the particular <property>tooltips</property>, define your own style classes in the corresponding
More information about the richfaces-svn-commits
mailing list