[richfaces-svn-commits] JBoss Rich Faces SVN: r12205 - trunk/docs/userguide/en/src/main/docbook/modules.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jan 12 05:27:37 EST 2009
Author: msorokin
Date: 2009-01-12 05:27:37 -0500 (Mon, 12 Jan 2009)
New Revision: 12205
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-398
Corrected a mistake
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-12 08:50:21 UTC (rev 12204)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-12 10:27:37 UTC (rev 12205)
@@ -683,8 +683,41 @@
</section>
-
+ <section>
+ <title>JavaScript API</title>
+ <table>
+ <title>JavaScript API</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Function</entry>
+ <entry>Description</entry>
+
+ </row>
+ </thead>
+ <tbody>
+ <!--Sorting API -->
+ <row>
+ <entry>getSize()</entry>
+ <entry>Returns the current size to the queue</entry>
+
+ </row>
+ <row>
+ <entry>getMaximumSize()</entry>
+ <entry>Returns the maximum size to the queue, specified in the "size" attribute</entry>
+
+ </row>
+
+
+
+
+ </tbody>
+ </tgroup>
+ </table>
+ </section>
+
+
</section>
@@ -1981,7 +2014,7 @@
</simplelist>
</section>
<section id="StControlsSkinning">
- <title>Standard controls skinning</title>
+ <title>Standard Controls Skinning</title>
<para> The feature is designed to unify the look and feel of standard HTML element and
RichFaces components. Skinning can be applied to all controls on a page basing on
elements' name and attribute type (where applicable). Also this feature
@@ -3029,15 +3062,15 @@
controls is applied automatically: the browser type is detected and if a browser
doesn't fully support extended skinning feature, only basic skinning is
applied. </para>
- <para> However, if a develop doesn't want to the rich components and standard HTML
+ <para> However, if you don't want the RichFaces components and standard HTML
controls to be skinned automatically and perform the skinnability implementation
- himself, he might encounter with a problem, i.e. standard HTML controls in such
- browsers as Opera and Safari are affected by standard controls skinning featured. (
+ yourself, you might encounter with a problem, namely standard HTML controls in such
+ browsers as Opera and Safari will affected by standard controls skinning featured. (
<link linkend="ScriptsandStylesLoadStrategy">Here</link> you can get more
details on how to disable skinnability.) </para>
<para> In brief, to disable the skinnability mechanism of RichFaces you need to set the
- "org.richfaces.LoadStyleStrategy" parameter to "NONE" in
- web.xml. </para>
+ "org.richfaces.LoadStyleStrategy" parameter to "NONE" in the
+ <code>web.xml</code> file. </para>
<programlisting role="XML"><![CDATA[...
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
@@ -3046,9 +3079,9 @@
...
]]></programlisting>
<para> Additionally, you should include the style sheets that perform skinning of the
- rich component and standard HTML controls. </para>
+ RichFaces component and standard HTML controls. </para>
<para> In order to resolve the problem with extended skinning in Opera and Safari a
- client script (skinning.js) is added to the RichFaces library. The script detects
+ client script (<code>skinning.js</code>) is added to the RichFaces library. The script detects
the browser type and enables extended skinning only for those browsers that fully
support it. </para>
<para> The script can be activated by inserting this JavaScript code to the page: </para>
@@ -3079,7 +3112,7 @@
</note>
</section>
<section id="XCSSfileformat">
- <title>XCSS file format</title>
+ <title>XCSS File Format</title>
<para> XCSS files are the core of RichFaces components skinnability. </para>
<para> XCSS is an XML formatted CSS that adds extra functionality to the skinning
process </para>
More information about the richfaces-svn-commits
mailing list