From jbosstools-commits at lists.jboss.org Tue Jan 19 10:20:09 2010
Content-Type: multipart/mixed; boundary="===============2212930798475818108=="
MIME-Version: 1.0
From: jbosstools-commits at lists.jboss.org
To: jbosstools-commits at lists.jboss.org
Subject: [jbosstools-commits] JBoss Tools SVN: r19812 -
trunk/jsf/docs/userguide/en/modules.
Date: Tue, 19 Jan 2010 10:20:08 -0500
Message-ID: <201001191520.o0JFK8TP019059@svn01.web.mwc.hst.phx2.redhat.com>
--===============2212930798475818108==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: smukhina
Date: 2010-01-19 10:20:08 -0500 (Tue, 19 Jan 2010)
New Revision: 19812
Modified:
trunk/jsf/docs/userguide/en/modules/editors.xml
Log:
error in XML is fixed =
Modified: trunk/jsf/docs/userguide/en/modules/editors.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/jsf/docs/userguide/en/modules/editors.xml 2010-01-19 14:46:26 UTC=
(rev 19811)
+++ trunk/jsf/docs/userguide/en/modules/editors.xml 2010-01-19 15:20:08 UTC=
(rev 19812)
@@ -973,7 +973,7 @@
You can insert a tag/component from the palette into ei=
ther the Source or the
Visual part by calling a context menu and selecting Insert
around, Insert before,=
Insert
- after, Replace With or=
Insert Into pointing to
+ after or Replace With,=
pointing to
From Palette, picking the type of=
the tag and finally
choosing the tag you want to insert.
=
@@ -1885,301 +1885,160 @@
=
- Page Preview
- VPE comes with design-time preview fea=
ture which is available
- for:
-
-
- Struts Pages
-
-
- JSF Pages
-
-
- Seam Pages
-
-
- Preview view is read-only, it shows ho=
w the page will look
- like in a browser.
-
- Preview View
-
-
-
-
-
-
-
-
-
- Support for Custom Facelets Components
- Visual Page Editor (starting from 3=
.0.0.M3 version of
- JBoss Tools) supports custom Facelets=
tag libraries both
- declared in the web.xml file (for detai=
ls, see Creating
- a component) and packed into the JAR file.
-
- Tip:
- In case of Facelets tag library packed in .=
jar, remember to
- put *.taglib.xml in right place: [filename].jar/META-INF/*.taglib.xml
-
- Visual Page Editor recognizes the t=
ags from the custom
- Facelets tag library and correctly renders them both in so=
urce and visual view of
- the editor.
-
- Custom Facelets Tags in the VPE
-
-
-
-
-
-
- While editing an XHTML file that uses a custom Facelets =
components you can always
- make use of the following editor's features:
-
-
- Content Assist for Custom
- Facelets Components
+ Page Preview
+ =
+ VPE comes with design-time preview featur=
e which is available
+ for:
+ =
+
+
+ Struts Pages
+
+
+ JSF Pages
+
+
+ Seam Pages
-
- OpenOn=
for Custom Facelets
- Components
-
-
- Content Assist for Custom Facelets Components
- Call the content assist as usual by using =
Ctrl+Space when typing a tag. A=
s proposals you
- should see custom Facelets tags defined in your Facele=
ts tag library.
-
- Content Assist for Custom Facelets Tags
-
-
-
-
-
-
-
-
- OpenOn for Custom Facelets Components
- While developing using Facelets you can make use of:=
-
-
- OpenOn in XH=
TML Files That Use Custom
- Facelets Components
-
-
- OpenOn in Custom
- Facelets Tag File (*.taglib.xml)
-
-
-
- OpenOn in XHTML Files That Use Custom Facelets =
Components
- OpenOn functionality in XHTML files is available=
in two views of the
- Visual Page Editor:
-
-
- Source view
- Ctrl+Click on the
- namespace will open the Facelets tag file =
in a separate
- window.
-
- Opening a Custom Facelets Tag File<=
/title>
-
-
-
-
-
-
- Ctrl+Click on any custom
- Facelets tag declared on the page will do =
the same. The selected tag
- will be highlighted in the opened file.
-
- Opening a Custom Facelets Tag File<=
/title>
-
-
-
-
-
-
-
-
- Visual view
- In the visual view of the VPE<=
/property>, double-click a
- custom component and the Facelets tag file=
(*.taglib.xml) where it is d=
eclared will be
- opened.
-
-
-
-
- OpenOn in Custom Facelets Tag File (*.taglib.xml)
- Ctrl+Click on the path to source
- of the Facelets tag will open the component in its=
own editor.
-
- Opening a Custom Facelets Component
-
-
-
-
-
-
-
-
-
- =
- Page Preview
- VPE comes with design-time preview feat=
ure which is available
- for:
-
-
- Struts Pages
-
-
- JSF Pages
-
-
- Seam Pages
-
-
- Preview view is read-only, it shows how=
the page will look
- like in a browser.
-
- Preview View
-
-
-
-
-
-
-
-
-
- Support for Custom Facelets Components
- Visual Page Editor (starting from 3.0.0=
.M3 version of
- JBoss Tools) supports custom Facelets tag=
libraries both
- declared in the web.xml file (for details, =
see Creating
- a component) and packed into the JAR file.
-
- Tip:
- In case of Facelets tag library packed in .jar<=
/literal>, remember to
- put *.taglib.xml in right place: [filename].jar/META-INF/*.taglib.xml
-
- Visual Page Editor recognizes the tags =
from the custom
- Facelets tag library and correctly renders them both in source=
and visual view of
- the editor.
-
- Custom Facelets Tags in the VPE
-
-
-
-
-
-
- While editing an XHTML file that uses a custom Facelets comp=
onents you can always
- make use of the following editor's features:
-
-
- Con=
tent Assist for Custom
- Facelets Components
-
-
- OpenOn for=
Custom Facelets
- Components
-
-
-
- Content Assist for Custom Facelets Components
- Call the content assist as usual by using Ctrl+Space when typing a tag. As pr=
oposals you
- should see custom Facelets tags defined in your Facelets t=
ag library.
-
- Content Assist for Custom Facelets Tags
-
-
-
-
-
-
-
-
- OpenOn for Custom Facelets Components
- While developing using Facelets you can make use of:
-
-
- OpenOn in XHTML =
Files That Use Custom
- Facelets Components
-
-
- =
OpenOn in Custom
- Facelets Tag File (*.taglib.xml=
)
-
-
-
- OpenOn in XHTML Files That Use Custom Facelets Comp=
onents
- OpenOn functionality in XHTML files is available in =
two views of the
- Visual Page Editor:
-
-
- Source view
- Ctrl+Click on the
- namespace will open the Facelets tag file in a=
separate
- window.
-
- Opening a Custom Facelets Tag File
-
-
-
-
-
-
- Ctrl+Click on any custom
- Facelets tag declared on the page will do the =
same. The selected tag
- will be highlighted in the opened file.
-
- Opening a Custom Facelets Tag File
-
-
-
-
-
-
-
-
- Visual view
- In the visual view of the VPE, double-click a
- custom component and the Facelets tag file (*.taglib.xml) where it is decla=
red will be
- opened.
-
-
-
-
- OpenOn in Custom Facelets Tag File (*.taglib.xml)
- Ctrl+Click=
on the path to source
- of the Facelets tag will open the component in its own=
editor.
-
- Opening a Custom Facelets Component
-
-
-
-
-
-
-
-
- =
+ =
+ Preview view is read-only, it shows how t=
he page will look
+ like in a browser.
+
+ Preview View
+
+
+
+
+
+
+ =
+
+
+ =
+
+ Support for Custom Facelets Components
+ =
+ Visual Page Editor (starting from 3.0.0.M3 v=
ersion of JBoss Tools) supports
+ custom Facelets tag libraries both declared in the web.xml file =
+ (for details, see =
+ Creating a component) and packed into the JAR file.
+ =
+
+ Tip:
+ In case of Facelets tag library packed in .jar, remember to put *.taglib.xml in right place:
+ [filename].jar/META-INF/*.taglib.xml
+
+ =
+ Visual Page Editor recognizes the tags from =
the custom Facelets tag library and correctly
+ renders them both in source and visual view of the editor.
+ =
+
+ Custom Facelets Tags in the VPE
+
+
+
+
+
+
+ =
+ While editing an XHTML file that uses a custom Facelets components
+ you can always make use of the following editor's features:
+ =
+
+
+ Content Assist=
for Custom Facelets Components
+
+
+ OpenOn for Custom Fac=
elets Components
+
+
+ =
+
+ Content Assist for Custom Facelets Components
+ Call the content assist as usual by using Ct=
rl+Space
+ when typing a tag. As proposals you should see custom Facelets tags d=
efined in your Facelets tag library.
+ =
+
+ Content Assist for Custom Facelets Tags
+
+
+
+
+
+
+
+ =
+
+ OpenOn for Custom Facelets Components
+ =
+ While developing using Facelets you can make use of:
+
+ OpenOn in XHTML Files=
That Use Custom Facelets Components
+ OpenO=
n in Custom Facelets Tag File (*.taglib.xml)
+
+ =
+
+ OpenOn in XHTML Files That Use Custom Facelets Components
+ OpenOn functionality in XHTML files is available in two views o=
f the Visual Page Editor:
+ =
+
+
+ Source view
+ =
+ Ctrl+Click on the n=
amespace will open the Facelets tag file
+ in a separate window.
+ =
+
+ Opening a Custom Facelets Tag File
+
+
+
+
+
+
+ =
+ Ctrl+Click on any c=
ustom Facelets tag declared on the page will do the same.
+ The selected tag will be highlighted in the opened file.
+ =
+
+ Opening a Custom Facelets Tag File
+
+
+
+
+
+
+
+ =
+
+ Visual view
+ =
+ In the visual view of the VPE, double-cl=
ick a custom component and the Facelets tag file =
+ (*.taglib.xml) where it is declared will be ope=
ned.
+
+
+
+ =
+
+ OpenOn in Custom Facelets Tag File (*.taglib.xml)
+ =
+ Ctrl+Click on the pat=
h to source of the Facelets tag will
+ open the component in its own editor.
+
+ Opening a Custom Facelets Component
+
+
+
+
+
+
+
+
+
+
+ =
=
Setup notes for Linux
@@ -2282,7 +2141,7 @@
-->
=
-
+
=
=
@@ -2721,7 +2580,7 @@
JBoss Developer Studio fully supports XML files based on=
schemas as well as
DTDs:
- XML File
+ XML File
--===============2212930798475818108==--