Author: afedosik
Date: 2007-11-09 10:17:04 -0500 (Fri, 09 Nov 2007)
New Revision: 4825
Added:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFComp.png
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFCompAttr.png
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JSFCCodeAssist.png
Removed:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JFSCCodeAssist.png
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JSFComponentCodeAssist.png
Modified:
trunk/jsf/docs/jbossjsftools/userguide/en/modules/JavaServerFacesSupport.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-260 Code assist for Facelets update
Added: trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFComp.png
===================================================================
(Binary files differ)
Property changes on:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFComp.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFCompAttr.png
===================================================================
(Binary files differ)
Property changes on:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/CAJSFCompAttr.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JFSCCodeAssist.png
===================================================================
(Binary files differ)
Added: trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JSFCCodeAssist.png
===================================================================
(Binary files differ)
Property changes on:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JSFCCodeAssist.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted:
trunk/jsf/docs/jbossjsftools/userguide/en/images/JSFSupport/JSFComponentCodeAssist.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/jbossjsftools/userguide/en/modules/JavaServerFacesSupport.xml
===================================================================
---
trunk/jsf/docs/jbossjsftools/userguide/en/modules/JavaServerFacesSupport.xml 2007-11-09
14:25:14 UTC (rev 4824)
+++
trunk/jsf/docs/jbossjsftools/userguide/en/modules/JavaServerFacesSupport.xml 2007-11-09
15:17:04 UTC (rev 4825)
@@ -109,23 +109,46 @@
</imageobject>
</mediaobject>
</figure>
-<para>You also get code assist for <emphasis
role="italic"><property>"jsfc"</property></emphasis>
attribute in any HTML tag and then for JSF components:</para>
-<figure>
+
+ <itemizedlist>
+ <listitem><para>In any HTML tag you also get the code assist
for <emphasis
role="italic"><property>"jsfc"</property></emphasis>
attribute</para></listitem>
+ </itemizedlist>
+
+ <figure>
<title>Code Assist for Jsfc Attribute</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/JSFSupport/JFSCCodeAssist.png"/>
+ <imagedata
fileref="images/JSFSupport/JSFCCodeAssist.png"/>
</imageobject>
</mediaobject>
-</figure>
+ </figure>
+
+ <itemizedlist>
+ <listitem><para>Then you get the code assist for JSF
components are available on the page</para></listitem>
+ </itemizedlist>
+
<figure>
<title>Code Assist for JSF Components</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/JSFSupport/JSFComponentCodeAssist.png"/>
+ <imagedata fileref="images/JSFSupport/CAJSFComp.png"/>
</imageobject>
</mediaobject>
</figure>
+
+ <itemizedlist>
+ <listitem><para>Then you will see all available attributes
for the component.</para></listitem>
+ </itemizedlist>
+
+ <figure>
+ <title></title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/JSFSupport/CAJSFCompAttr.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
<para>Using Red Hat Developer Studio OpenOn feature, you can easily navigate
between the <property>Facelets
templates</property> and other parts of your projects. Just by holding down
the Control key while hovering the
mouse cursor over a reference to a template, the reference becomes a hyperlink to open
that template.</para>