Author: smukhina
Date: 2009-09-17 07:33:08 -0400 (Thu, 17 Sep 2009)
New Revision: 15606
Modified:
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/protoui.xml
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/skin.xml
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/template.xml
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml
branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml
Log:
https://jira.jboss.org/jira/browse/RF-4643 Automatic spellchecking - spelling is checked
in cdk guide and faq guides
Modified: branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/protoui.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/protoui.xml 2009-09-17
10:51:58 UTC (rev 15605)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/protoui.xml 2009-09-17
11:33:08 UTC (rev 15606)
@@ -3,7 +3,7 @@
<?dbhtml filename="protoui.html"?>
<sectioninfo>
<keywordset>
- <keyword>proptotype</keyword>
+ <keyword>prototype</keyword>
<keyword>UI</keyword>
<keyword>CDK</keyword>
<keyword>Guide</keyword>
Modified: branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/skin.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/skin.xml 2009-09-17
10:51:58 UTC (rev 15605)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/skin.xml 2009-09-17
11:33:08 UTC (rev 15606)
@@ -12,10 +12,10 @@
<title>Skinnability</title>
<para>
One of the significant features of the Component Development Kit (CDK) is a skins-based
technology which helps you to create a modern rich user interface look-and-feel.
- RichFaces has a number of predefined skins you could use wtih the <emphasis
role="bold"><property><inputDate></property></emphasis>
component.
+ RichFaces has a number of predefined skins you could use with the <emphasis
role="bold"><property><inputDate></property></emphasis>
component.
But if you want to create your own skin, please, read carefully
the <property>"Skinnability"</property> section of the
- <ulink url="&devguide;/#Skinnability">RichFaces Developer
Guide</ulink>. You could find all neccesary information about
+ <ulink url="&devguide;/#Skinnability">RichFaces Developer
Guide</ulink>. You could find all necessary information about
<property>Built-in skinnability in RichFaces</property>,
<property>XCSS file format</property>, <property>Plug-n-Skin
feature</property>, etc. there.
</para>
<para>
Modified:
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/template.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/template.xml 2009-09-17
10:51:58 UTC (rev 15605)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/template.xml 2009-09-17
11:33:08 UTC (rev 15606)
@@ -50,7 +50,7 @@
<emphasis
role="bold"><property><div></property></emphasis>-wrapper
element with
<emphasis><property>"title"</property></emphasis>,
<emphasis><property>"id"</property></emphasis>
attributes and with
-the<emphasis><property>"caption"</property></emphasis>
facet
+the
<emphasis><property>"caption"</property></emphasis>
facet
</para>
<programlisting role="XML"><![CDATA[...
<div id="#{clientId}" title="#{value}"
x:passThruWithExclusions="value,name,type,id">
Modified: branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-09-17
10:51:58 UTC (rev 15605)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2009-09-17
11:33:08 UTC (rev 15606)
@@ -216,7 +216,7 @@
<row>
<entry>scope</entry>
<entry>
- Dependency scope is used to limit the transitivity of a depedency, and also to affect
the classpath used for various build tasks.
+ Dependency scope is used to limit the transitivity of a dependency, and also to affect
the classpath used for various build tasks.
"Provided" scope indicates you expect the JDK or a container to
provide the dependency at runtime.
For example, when you build a web application with RichFaces,
you would set the dependency on the Servlet API and related libraries to scope
Modified: branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-09-17
10:51:58 UTC (rev 15605)
+++ branches/community/3.3.X/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-09-17
11:33:08 UTC (rev 15606)
@@ -463,7 +463,7 @@
<?dbhtml
filename="Isitpossibletoplacetabsvertically.html"?>
<title>Is it possible to place tabs upright in the
tabPanel?</title>
<para>It's not possible to place tabs upright in the
tabPanel. For this
- purporse use togglePanel. Toggle controls can be placed
anywhere in
+ purpose use togglePanel. Toggle controls can be placed
anywhere in
the layout.</para>
</section>
@@ -611,7 +611,7 @@
<programlisting
role="CSS"><![CDATA[.rich-datascr-button {
border: 0px;
}
-.rich-dtascroller-table {
+.rich-datascroller-table {
border: 0px;
}
.rich-datascr-button {
@@ -995,7 +995,7 @@
<programlisting
role="XML"><![CDATA[<a4j:outputPanel ajaxRendered="true">
<h:messages/>
</a4j:outpurPanel>]]></programlisting>
- <para><emphasis
role="bold"><property><rich:message></property></emphasis>
component has build in Ajax support and could be realy helpfull
+ <para><emphasis
role="bold"><property><rich:message></property></emphasis>
component has build in Ajax support and could be really helpful
together with <ulink
url="http://www.jsfone.com/blog/max_katz/2008/07/creating_jsf_phase_...
Phase Tracker</ulink> in such cases.
</para>
@@ -1138,7 +1138,7 @@
<title>How to disable skinability?</title>
<para>There is possibility to use special skin with name
"plain". It doesn't
have any parameters. It's necessary for embedding
RichFaces components
- into existing projecst which have its own
styles.</para>
+ into existing project which have its own
styles.</para>
<para>For information you can see discussion about this problem
on the <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...
Ajax4Jsf Users Forum. </ulink>
@@ -1656,7 +1656,7 @@
<section id="SimpleTogglePanelPanelMenuState">
<?dbhtml
filename="SimpleTogglePanelPanelMenuState.html"?>
<title>How to save the state of
<rich:simpleTogglePanel>?</title>
- <para> In order to save the state (exapnd/collapse) of the
<emphasis role="bold">
+ <para> In order to save the state (expand/collapse) of the
<emphasis role="bold">
<property><rich:simpleTogglePanel></property>
</emphasis> component you could use <emphasis>
<property>"opened"</property>
@@ -2455,7 +2455,7 @@
<emphasis role="bold">Example in
web.xml::</emphasis>
</para>
<programlisting role="XML"><![CDATA[...
-<context-param>
+<context-param>int
<param-name>org.richfaces.ExcludeScripts</param-name>
<param-value>Prototype,Scriptaculous</param-value>
</context-param>