[jbosstools-commits] JBoss Tools SVN: r36083 - in trunk/jsf/docs/userguide/en-US: images/visual_page and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sun Oct 30 22:11:28 EDT 2011


Author: irooskov at redhat.com
Date: 2011-10-30 22:11:27 -0400 (Sun, 30 Oct 2011)
New Revision: 36083

Added:
   trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27a.png
   trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27b.png
Modified:
   trunk/jsf/docs/userguide/en-US/Book_Info.xml
   trunk/jsf/docs/userguide/en-US/editors.xml
Log:
updated for JBIDE-8620


Modified: trunk/jsf/docs/userguide/en-US/Book_Info.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/Book_Info.xml	2011-10-30 21:45:31 UTC (rev 36082)
+++ trunk/jsf/docs/userguide/en-US/Book_Info.xml	2011-10-31 02:11:27 UTC (rev 36083)
@@ -7,7 +7,7 @@
 <productname>JBoss Developer Studio</productname>
 <productnumber>5.0</productnumber>
 <edition>5.0.0</edition>
-<pubsnumber>1</pubsnumber>
+<pubsnumber>2</pubsnumber>
 <abstract>
 <para>The Visual Web Tools Reference Guide explains extensive collection of specialized wizards, editors and views that can be used in various scenarios while developing Web applications.</para>
 </abstract>

Modified: trunk/jsf/docs/userguide/en-US/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/editors.xml	2011-10-30 21:45:31 UTC (rev 36082)
+++ trunk/jsf/docs/userguide/en-US/editors.xml	2011-10-31 02:11:27 UTC (rev 36083)
@@ -1584,7 +1584,31 @@
           </mediaobject>
         </figure>
       </section>
-       
+	  <section id="JSF2_component_creation">
+		  <title>Creating a JSF2 component from the Source view</title>
+		  <para>
+			  You can now create a JSF2 component while in the <guilabel>Source</guilabel> view. To do this, highlight the code you wish to create into a JSF2 component and then right-click the highlighted code segment to bring up the context menu.  
+		  </para>
+		  <figure>
+			  <title>Collapsed Code</title> 
+			  <mediaobject>
+				  <imageobject>
+					  <imagedata fileref="images/visual_page/visual_page_27a.png"/>
+				  </imageobject>
+			  </mediaobject>
+		  </figure>
+		  <para>
+			  Within the context menu, select <guimenuitem>Create JSF2 composite</guimenuitem>. A new component will now be created containing the highlighted code.
+		  </para>
+		  <figure>
+			  <title>Collapsed Code</title> 
+			  <mediaobject>
+				  <imageobject>
+					  <imagedata fileref="images/visual_page/visual_page_27b.png"/>
+				  </imageobject>
+			  </mediaobject>
+		  </figure>
+	  </section>
       <section id="JSPsyntaxvalidation84">
         <title>JSP Syntax Validation</title> 
         <para>

Added: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27a.png
===================================================================
(Binary files differ)


Property changes on: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27a.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27b.png
===================================================================
(Binary files differ)


Property changes on: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_27b.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the jbosstools-commits mailing list