Author: ochikvina
Date: 2009-01-22 09:39:01 -0500 (Thu, 22 Jan 2009)
New Revision: 13195
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
trunk/jsf/docs/userguide/en/modules/preferences.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-571 - deleting the old markers;
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-01-22 14:35:38 UTC (rev 13194)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-01-22 14:39:01 UTC (rev 13195)
@@ -35,7 +35,7 @@
within your application and make use of content and code assist no matter
what project
file (jsp, xhtml, xml, css, etc...) you are working on.</para>
- <section id="OpenOnSelection4Hyperlinknavigation"
role="updated">
+ <section id="OpenOnSelection4Hyperlinknavigation">
<title>OpenOn</title>
@@ -181,7 +181,7 @@
</section>
</section>
- <section id="CodeAssistAndDynamicCodeAssist42BasedOnProjectData"
role="updated">
+ <section
id="CodeAssistAndDynamicCodeAssist42BasedOnProjectData">
<title>Content Assist</title>
<para><property>Content assist</property> is available when
working with</para>
@@ -655,8 +655,8 @@
<para>Follow these steps to set what is available for code
assist:</para>
<itemizedlist>
<listitem>
- <para>Adds code assist for JSF pre-defined objects, such as
<![CDATA[value=]]><emphasis
- role="italic">
+ <para>Adds code assist for JSF pre-defined objects, such
as
+ <![CDATA[value=]]><emphasis
role="italic">
<property>"#{param}"</property>
</emphasis>:</para>
</listitem>
@@ -933,15 +933,16 @@
<title>Support for Taglib versions</title>
<para>VPE templates now support various versions of tag libraries.
It means that the
- <property>VPE</property> takes control under those
components which have different parameters or
- preview according to the framework version (like seam 1.2 and seam
2.0, or JSF
- 1.1 and JSF 1.2).</para>
+ <property>VPE</property> takes control under those
components which have
+ different parameters or preview according to the framework version
(like seam
+ 1.2 and seam 2.0, or JSF 1.1 and JSF 1.2).</para>
<para>For example, <emphasis>
-
<property><s:decorate></property></emphasis> element in
seam has different
- parameters in versions 1.2 and 2.0 as well as <emphasis>
-
<property><h:outputLink></property></emphasis> JSF
- element has different preview in versions 1.1 and 1.2.</para>
+ <property><s:decorate></property>
+ </emphasis> element in seam has different parameters in
versions 1.2 and 2.0 as
+ well as <emphasis>
+ <property><h:outputLink></property>
+ </emphasis> JSF element has different preview in versions 1.1
and 1.2.</para>
</section>
</section>
@@ -1609,46 +1610,101 @@
<title>Graphical Web Application File (web.xml) Editor</title>
- <para>The Web Application File editor comes with the same features you
will find in all
- other JBoss Developer Studio editors:</para>
+ <para>The Web Application File editor is provided for work with a
deployment descriptor
+ file: <emphasis>
+
<property>web.xml</property>.</emphasis></para>
+
+ <para>The editor comes with the same features you will find in all
other <property>JBoss
+ Developer Studio</property> editors:</para>
+
<itemizedlist>
<listitem>
- <para>Graphical and source edit modes</para>
+ <para>graphical and source edit modes: Tree view and Source
view</para>
</listitem>
<listitem>
- <para>Validation and error checking</para>
+ <para>validation and error checking</para>
</listitem>
</itemizedlist>
+
<section id="TreeView1">
<title>Tree View</title>
+ <para>In the Tree view all elements of the <emphasis>
+ <property>web.xml</property>
+ </emphasis> file are organized as a list of extendable nodes on
the left. You
+ can configure all nodes and their properties with the help of the
right-hand
+ area. You can add any new elements right in the Tree
+ view:</para>
+
+ <figure>
+ <title>Adding a New Element</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/more_editors/more_editors_11.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Let's examine the editor nodes more
closely:</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>Select the <emphasis>
+ <property>Context Params</property>
+ </emphasis> node to see all registered in
<emphasis>
+ <property>web.xml</property>
+ </emphasis> parameters. To create a new one, click
<emphasis>
+ <property>Add</property></emphasis> on
the right-hand
+ area or right-click the node and go to <emphasis>
+ <property>New > Context
Param...</property>.</emphasis></para>
+ </listitem>
+ </itemizedlist>
+
<figure>
- <title>Tree View</title>
+ <title>Context Params</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/more_editors/more_editors_10.png"/>
+ <imagedata
fileref="images/more_editors/more_editors_10a.png"/>
</imageobject>
</mediaobject>
</figure>
-
- <para>You can add any new elements right in the
<property>Tree
- viewer</property>:</para>
-
+
+ <para>The appeared wizard asks to set the parameter name and point
to its value.</para>
+
<figure>
- <title>Adding New Elements</title>
+ <title>New Context Param Wizard</title>
<mediaobject>
<imageobject>
- <imagedata
fileref="images/more_editors/more_editors_11.png"/>
+ <imagedata
fileref="images/more_editors/more_editors_10b.png"/>
</imageobject>
</mediaobject>
</figure>
+
+ <itemizedlist>
+ <listitem>
+ <para>Click <emphasis>
+ <property>Filters</property></emphasis> if
you need to set a Filter and Filter mappings for your web application.</para>
+ </listitem>
+ </itemizedlist>
+
+ <figure>
+ <title>Filters</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/more_editors/more_editors_10c.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para></para>
+
</section>
<section id="SourceView2">
<title>Source View</title>
- <para>Switch to the <property>Source viewer
</property>to edit the web.xml file by
+ <para>Switch to the <property>Source view</property>to
edit the web.xml file by
hand at any time:</para>
<figure>
Modified: trunk/jsf/docs/userguide/en/modules/preferences.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/preferences.xml 2009-01-22 14:35:38 UTC (rev
13194)
+++ trunk/jsf/docs/userguide/en/modules/preferences.xml 2009-01-22 14:39:01 UTC (rev
13195)
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<chapter id="preferences" xreflabel="preferences"
role="updated">
+<chapter id="preferences" xreflabel="preferences">
<?dbhtml filename="preferences.html"?>
<title>JBoss Tools Preferences</title>
@@ -344,7 +344,7 @@
</section>
- <section id="VisualPageEditor2" role="updated">
+ <section id="VisualPageEditor2">
<?dbhtml filename="VisualPageEditor.html"?>
<title>Visual Page Editor</title>
<para><emphasis>
@@ -459,7 +459,7 @@
dialog</link> where you can adjust new settings.</para>
</section>
- <section id="el_variables" role="updated">
+ <section id="el_variables">
<?dbhtml filename="el_variables.html"?>
<title>El Variables</title>
<para>To specify necessary EL variables globally, i. e. for all projects
and resources in
@@ -978,7 +978,7 @@
</section>
- <section id="JBossServerPreferences" role="updated">
+ <section id="JBossServerPreferences">
<?dbhtml filename="View.html"?>
<title>Server Preferences</title>
<para>Preferences for <property>JBoss Server</property> and
other servers can be changed on
@@ -1036,7 +1036,7 @@
</figure>
</section>
- <section id="XDoclet" role="updated">
+ <section id="XDoclet">
<?dbhtml filename="XDoclet.html"?>
<title>XDoclet</title>
<para>The preferences for XDoclet can be changed if you click
<emphasis>