Author: msorokin
Date: 2009-02-13 09:15:42 -0500 (Fri, 13 Feb 2009)
New Revision: 13610
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-599
added inline graphics
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-02-13 14:14:09 UTC (rev 13609)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-02-13 14:15:42 UTC (rev 13610)
@@ -897,7 +897,13 @@
<para>Code folding can be enabled by
right-clicking on the left margin on the Source part of Visual
Page Editor, selecting <property>Folding</property> and checking the
<property>Enable Folding</property> checkbox or using the
<emphasis><property>Ctrl+Numpad_Divide</property></emphasis>
shortcut.</para>
- <para>When the code folding is enabled a minus sing will
+ <para>When the code folding is enabled a minus sing (
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/visual_page/visual_page_23c.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ ) will
appear on the left margin of the editor next to each opening block tag.
</para>
<figure>
@@ -911,9 +917,24 @@
<para>Click the minus sign to collapse a block tag.</para>
- <para>When the minus sing is clicked on the appropriate tag collapses and a
plus sing is displayed on the left margin as well as
- a gray rectangle two dots appears after opening and closing tags. </para>
+ <para>When the minus sing is clicked on the appropriate tag collapses and a
plus sing (
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/visual_page/visual_page_23d.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ ) is displayed on the left margin as well as
+ a gray rectangle two dots
+ (
+ <inlinemediaobject>
+ <imageobject>
+ <imagedata
fileref="images/visual_page/visual_page_23e.png"/>
+ </imageobject>
+ </inlinemediaobject>
+ )
+ appears after opening and closing tags. </para>
+
<figure>
<title>Collapsed Code</title>
<mediaobject>