This content has been marked as final.
Show 3 replies
-
1. Re: Does JBoss Tools Visual Page Editor support JSF2 tag other than richfaces?
maxandersen Mar 21, 2012 4:27 AM (in response to suiaing)1 of 1 people found this helpfulfor custom visual tags each component provider needs to have a set of templates setup in a plugin for their library.
we provide the ones for core JSF/html/etc and Richfaces.
Contributions for adding Primefaces and others are very welcome.
-
2. Re: Does JBoss Tools Visual Page Editor support JSF2 tag other than richfaces?
suiaing Mar 21, 2012 4:40 AM (in response to maxandersen)Thanks.
Any tutorials or documentation related to templates setup ?!
-
3. Re: Does JBoss Tools Visual Page Editor support JSF2 tag other than richfaces?
yradtsevich Mar 21, 2012 10:33 AM (in response to suiaing)1 of 1 people found this helpfulIf you want to implement support of a new tag library for Visual Page Editor (VPE), you need to create a new Eclipse plugin with VPE templates.
The best approach to create VPE templates is to make a copy of an existing template plugin (e.g. org.jboss.tools.vpe.docbook) and modify it with the help of the docs below.
While there are no completely actual docs, there are some old and still useful ones: