Author: ochikvina
Date: 2009-08-04 05:22:50 -0400 (Tue, 04 Aug 2009)
New Revision: 16957
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-441
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-08-04 08:43:28 UTC (rev 16956)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-08-04 09:22:50 UTC (rev 16957)
@@ -967,44 +967,6 @@
feedback and contextual error checking as you type.</para>
</section>
-<section id="XHTMLvalidator">
- <title>XHTML Syntax Validator</title>
-
- <para>XHTML Syntax validator in JBoss Tools provides the XML-like validation
for the namespaced tags and HTML-tags as well. It can be enabled in
<emphasis><property>Window -> Preferences ->
Validation</property></emphasis>:</para>
-
- <figure>
- <title>Validation Preferences: XHTML Validator</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/visual_page/XHTMLvalid.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para>The process of validation can be observed in the
<property>Progress</property> view, you can also press the Stop button to stop
validation if needed:</para>
- <figure>
- <title>Validation Progress</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/visual_page/validation_progress.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
-
- <para>Any problems in validation of your XHTML file will be displayed in the
<property>Problems</property> view:</para>
- <figure>
- <title>Validation Problems</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/visual_page/problems.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
-
-
-</section>
<section id="taglib_versions_support">
<title>Support for Taglib versions</title>
@@ -1865,38 +1827,6 @@
</imageobject>
</mediaobject>
</figure>
- <para><emphasis>
- <property>Up</property></emphasis>
- and <emphasis>
- <property>Down</property>
- </emphasis> buttons allow you to move you attribute on the list.
For delete the attribute, choose it and press <emphasis>
- <property>Delete</property></emphasis>
button.</para>
- <para>If you want to change a value or a name of your attribute, click
on it and than on <emphasis>
- <property>Edit</property></emphasis>
button.</para>
-
- <para>If the .properties file is rather big and there are a lot of
entries in it, you can use filtering to find the necessary ones. The Filter is implemented
by an expandable panel, closed by default: </para>
- <figure>
- <title>Filter Panel</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/more_editors/more_editors_3a.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <para> Enter the characters that should be searched for in the entries
to the 'name' or 'value' input fields accordingly. The filtered results
will be displayed in the table below:</para>
-
- <figure>
- <title>Filter Results</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/more_editors/more_editors_3b.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
-
-
</section>
<section id="GraphicalTLDEditor">