Author: ochikvina
Date: 2009-02-02 08:41:11 -0500 (Mon, 02 Feb 2009)
New Revision: 13422
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-556 - moving the "Content Assist for
RichFaces components" section to the new chapter "RichFaces support";
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2009-02-02 13:39:45 UTC (rev 13421)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2009-02-02 13:41:11 UTC (rev 13422)
@@ -154,30 +154,6 @@
</mediaobject>
</figure>
- <para>Richfaces tags <emphasis>
- <property><rich:insert></property>
- </emphasis> and <emphasis>
- <property><a4j:include></property>
- </emphasis> has also <property>OpenOn</property>
support.</para>
-
- <figure>
- <title>OpenOn With Richfaces Tag</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/editors_features/editors_features_8a.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
- <figure>
- <title>OpenOn With A4j Tag</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/editors_features/editors_features_8b.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
</section>
</section>
@@ -595,76 +571,8 @@
</mediaobject>
</figure>
</section>
-
-
</section>
- <section id="ContentAssistForRF">
-
- <title>RichFaces components</title>
- <para>JBDS indeed provides code completion for <ulink
-
url="http://www.jboss.org/jbossrichfaces">RichFaces</ulin... framework
- components.</para>
-
- <tip>
- <title>Tip:</title>
-
- <para>RichFaces 3.2 is now fully supported in code
completion.</para>
- </tip>
-
- <para>All you have to do is to install RichFaces libraries into
your
- project. See <ulink
-
url="http://labs.jboss.com/file-access/default/members/jbossrichface...
- >here</ulink> how to install it.</para>
- <figure>
- <title>Content Assist for RichFaces Components</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/editors_features/editors_features_29.png"
- scale="65"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem>
- <para>To insert a RichFaces component on a page expand
<emphasis>
- <property>JBoss RichFaces</property>
- </emphasis> group on the palette</para>
- </listitem>
- <listitem>
- <para>Click on some component</para>
- </listitem>
- <listitem>
- <para>Put the needed attributes in the <emphasis>
- <property>Insert Tag</property>
- </emphasis> dialog and click <emphasis>
- <property>Finish</property>
- </emphasis> button <figure>
- <title>Insert Tag</title>
- <mediaobject>
- <imageobject>
- <imagedata
-
fileref="images/editors_features/editors_features_30.png"
- scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
- </para>
- </listitem>
- </itemizedlist>
- <para>The RichFaces tag will be inserted on your page displayed in
source and visual
- modes: </para>
- <figure>
- <title>RichFaces Component</title>
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/editors_features/editors_features_31.png"
- scale="75"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
-
-
+
<section id="AddingDynamicCodeAssistToCustomComponents8745">
<title>Adding dynamic code assist to custom components that were
added to JBoss