Author: atsebro
Date: 2009-07-24 13:44:13 -0400 (Fri, 24 Jul 2009)
New Revision: 15007
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.desc.xml
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
RF-7532: rich:calendar component description review
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.desc.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.desc.xml 2009-07-24
17:29:01 UTC (rev 15006)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.desc.xml 2009-07-24
17:44:13 UTC (rev 15007)
@@ -3,14 +3,14 @@
<sectioninfo>
<keywordset>
<keyword>rich:calendar</keyword>
- </keywordset>
+ </keywordset>
<releaseinfo>3.1.0</releaseinfo>
</sectioninfo>
<section>
<title>Description</title>
- <para>The <emphasis role="bold">
- <property><rich:calendar></property>
- </emphasis> component is used for creating monthly calendar elements on a
page.</para>
+ <para>
+ The <emphasis
role="bold"><property><rich:calendar></property></emphasis>
component is used for creating inputs for dates enriched with interactive calendar that
allows navigate through monthes and years.
+ </para>
<figure>
<title><emphasis role="bold">
<property><rich:calendar></property></emphasis>
component</title>
<mediaobject>
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml 2009-07-24
17:29:01 UTC (rev 15006)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/calendar.xml 2009-07-24
17:44:13 UTC (rev 15007)
@@ -57,10 +57,6 @@
<para>To create the simplest variant on a page use the
following syntax:</para>
-
- <para>
- <emphasis
role="bold">Example:</emphasis>
- </para>
<programlisting role="XML"><![CDATA[...
<rich:calendar popup="false"/>
...]]></programlisting>
@@ -69,9 +65,7 @@
<section>
<title>Creating the Component Dynamically Using
Java</title>
- <para>
- <emphasis
role="bold">Example:</emphasis>
- </para>
+
<programlisting role="JAVA"><![CDATA[import
org.richfaces.component.html.HtmlCalendar;
...
HtmlCalendar myCalendar = new HtmlCalendar();
Show replies by date