Author: max.andersen(a)jboss.com
Date: 2008-04-08 06:20:32 -0400 (Tue, 08 Apr 2008)
New Revision: 7398
Added:
trunk/documentation/whatsnew/images/xhtmltemplates.png
Modified:
trunk/documentation/whatsnew/seam/seam-news-1.1.0.beta1.html
trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.beta1.html
Log:
updated whatsnew from denis comments :
http://jira.jboss.org/jira/browse/JBIDE-1696 for seam
http://jira.jboss.org/jira/browse/JBIDE-1831 for, hmmm, not sure where
http://jira.jboss.org/jira/browse/JBIDE-1494 for VPE
Added: trunk/documentation/whatsnew/images/xhtmltemplates.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/xhtmltemplates.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/seam/seam-news-1.1.0.beta1.html
===================================================================
--- trunk/documentation/whatsnew/seam/seam-news-1.1.0.beta1.html 2008-04-08 09:29:15 UTC
(rev 7397)
+++ trunk/documentation/whatsnew/seam/seam-news-1.1.0.beta1.html 2008-04-08 10:20:32 UTC
(rev 7398)
@@ -153,10 +153,10 @@
</tr>
<tr>
<td valign="top" align="right">
- <a name="itemname3"
id="itemname3"></a><b>Components inside inner classes
supported</b>
+ <a name="itemname3"
id="itemname3"></a><b>Subclass and inner classes</b>
</td>
<td valign="top">
- <p>Seam model now also understand Seam component that are inner
classes.</p>
+ <p>Bugs around Seam model have been fixed so it now fully understand Seam
component that are inner classes and sub classes.</p>
</tr>
<tr>
<td colspan="2"><hr />
@@ -183,6 +183,18 @@
<tr>
<td colspan="2"><hr />
</td>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>Templates of .xhtml file wizard</b>
+ </td>
+ <td valign="top">
+ <p>We now have a three basic templates in the .xhtml file wizard.</p>
+ <p><img src="../images/xhtmltemplates.png"/></p>
+
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
</table>
</body>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.beta1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.beta1.html 2008-04-08 09:29:15 UTC
(rev 7397)
+++ trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.beta1.html 2008-04-08 10:20:32 UTC
(rev 7398)
@@ -49,7 +49,7 @@
</td>
</tr>
<tr>
- <td valign="top" align="right"><p><a
name="previewtab"
id="previewtab"></a><b>Templates</b></p></td>
+ <td valign="top" align="right"><p><a
name="previewtab" id="previewtab"></a><b>TLD Version
support</b></p></td>
<td valign="top"><p>Previously we only supported one version
for a tag thus if a JSF library changed it behavior/looks for an component between
versions/releases we could not support it easily. Now the template system beneath the
Visual Page Editor can handle different versions of the same tags by looking at the
TLD-version used in the jsp/xhtml page. </p>
Example:<div style="COLOR: #0a5045;"> <br />
@@ -75,6 +75,16 @@
</td>
</tr>
+ <tr>
+ <td valign="top" align="right"><p><a
name="previewtab" id="previewtab"></a><b>Default Text
formatting </b></p></td>
+ <td valign="top"><p>Default text formatting can now be enabled
for tags by just using <code>use-default-formats='yes'</code>,
removing the need to have duplicate <code>vpe:format</code> tags in your
templates (see <a
href="http://jira.jboss.org/jira/browse/JBIDE-1494">JBIDE-14...>)
</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
</table>
</body>