Author: dmaliarevich
Date: 2011-06-16 11:57:03 -0400 (Thu, 16 Jun 2011)
New Revision: 32137
Added:
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
Log:
https://issues.jboss.org/browse/JBIDE-9166 , n&n was added
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_1.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/vpe/images/3.3.0.M2/createJSF2composite_2.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html (rev
0)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.M2.html 2011-06-16 15:57:03 UTC (rev
32137)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>What's New Visual Page Editor 3.3.0.M2</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>What's New Visual Page Editor 3.3.0.M2</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+ href="../cdi/cdi-news-3.3.0.M2.html">CDI/Seam 3 Tools
></a></p>
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3"
+ id="itemname3"></a><b>Create JSF2 composite component via
context menu</b></td>
+ <td valign="top">
+ <p>
+ Now you can create JSF2 component from the context menu using current source
selection.</p>
+ <p><img src="images/3.3.0.M2/createJSF2composite_1.png"
alt="createJSF2composite_1" /></p>
+ <p>
+ Composite component will be created and registered on the page.
+ </p>
+ <p><img src="images/3.3.0.M2/createJSF2composite_2.png"
alt="createJSF2composite_2" /></p>
+
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-8620">Related
Jira</a></small></p>
+ </td>
+ </tr>
+</table>
+
+</body>
+
+</html>
+
+
\ No newline at end of file