Author: SeanRogers
Date: 2010-02-26 00:41:07 -0500 (Fri, 26 Feb 2010)
New Revision: 16500
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandButton-a4jcommandButton.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandLink-a4jcommandLink.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Add_a4jloadBundle_to_the_JSP_page.png
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Create_resource_bundles.png
Modified:
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actions.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Resources.xml
Log:
Added screenshots for some components (RF-8417)
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actions.xml
===================================================================
---
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actions.xml 2010-02-25
20:43:50 UTC (rev 16499)
+++
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Actions.xml 2010-02-26
05:41:07 UTC (rev 16500)
@@ -163,6 +163,19 @@
</para>
</listitem>
</itemizedlist>
+ <figure
id="figu-Component_Reference-a4jcommandButton-a4jcommandButton">
+ <title><sgmltag><a4j:commandButton></sgmltag></title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/figu-Component_Reference-a4jcommandButton-a4jcommandButton.png"
format="PNG" />
+ </imageobject>
+ <textobject>
+ <para>
+ A typical <sgmltag><a4j:commandButton></sgmltag>
component.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
<para>
The <sgmltag><a4j:commandButton></sgmltag> is similar to the
JavaServer Faces (<acronym>JSF</acronym>) component
<sgmltag><h:commandButton></sgmltag>, but additionally includes
Ajax support. When the command button is clicked it generates an Ajax form submit, and
when a response is received the command button can be dynamically rendered.
</para>
@@ -201,6 +214,19 @@
</para>
</listitem>
</itemizedlist>
+ <figure id="figu-Component_Reference-a4jcommandLink-a4jcommandLink">
+ <title><sgmltag><a4j:commandLink></sgmltag></title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/figu-Component_Reference-a4jcommandLink-a4jcommandLink.png"
format="PNG" />
+ </imageobject>
+ <textobject>
+ <para>
+ A typical <sgmltag><a4j:commandLink></sgmltag>
component.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
<para>
The <sgmltag><a4j:commandLink></sgmltag> is similar to the
JavaServer Faces (<acronym>JSF</acronym>) component
<sgmltag><h:commandLink></sgmltag>, but additionally includes
Ajax support. When the command link is clicked it generates an Ajax form submit, and when
a response is received the command link can be dynamically rendered.
</para>
Modified:
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Resources.xml
===================================================================
---
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Resources.xml 2010-02-25
20:43:50 UTC (rev 16499)
+++
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Resources.xml 2010-02-26
05:41:07 UTC (rev 16500)
@@ -45,6 +45,16 @@
<para>
String resource bundles are contained in files with a <filename
class="extension">.properties</filename> extension. The files consist
of a list of entries, each with a unique name and a corresponding value. A seperate file
is required for each language. Append the filename with the locale identifier
(<literal>en</literal> for English, for example).
</para>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/figu-Component_Reference-a4jloadBundle-Create_resource_bundles.png"
format="PNG" />
+ </imageobject>
+ <textobject>
+ <para>
+ Resource bundles for English (<literal>en</literal>), German
(<literal>de</literal>), and Italian (<literal>it</literal>). A
single entry (<literal>greeting</literal>) has been localized for each
bundle.
+ </para>
+ </textobject>
+ </mediaobject>
</step>
<step
id="step-Component_Reference-a4jloadBundle_example-Register_bundles_in_Faces_configuration_file">
<title>Register bundles in Faces configuration file</title>
@@ -75,6 +85,16 @@
<programlisting language="XML" role="XML">
<xi:include
href="extras/exam-Component_Reference-a4jloadBundle-a4jloadBundle_example-2.xml_sample"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</programlisting>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/figu-Component_Reference-a4jloadBundle-Add_a4jloadBundle_to_the_JSP_page.png"
format="PNG" />
+ </imageobject>
+ <textobject>
+ <para>
+ The output text displayed on a page. It can be changed by clicking the command
link for either German, English, or Italian.
+ </para>
+ </textobject>
+ </mediaobject>
</step>
</procedure>
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandButton-a4jcommandButton.png
===================================================================
(Binary files differ)
Property changes on:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandButton-a4jcommandButton.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandLink-a4jcommandLink.png
===================================================================
(Binary files differ)
Property changes on:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jcommandLink-a4jcommandLink.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Add_a4jloadBundle_to_the_JSP_page.png
===================================================================
(Binary files differ)
Property changes on:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Add_a4jloadBundle_to_the_JSP_page.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Create_resource_bundles.png
===================================================================
(Binary files differ)
Property changes on:
root/docs/trunk/Component_Reference/en-US/images/figu-Component_Reference-a4jloadBundle-Create_resource_bundles.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream