<?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>JBoss Tools What's New Visual Page Editor</title>
</head>
<body>
<h1>JBoss Tools What's New Visual Page Editor</h1>
<p>Last revised April 14, 2008</p>
<p>This is the template for the &quot;What's new&quot; document that
  accompanies each JBoss Tools release. (roughly based on the template from Eclipse News and Noteworthy)</p>

<table border="0" cellpadding="10" cellspacing="0" width="80%">
  <tr>
    <td colspan="2">
      <hr/>
      <h3>JBoss Tools Visual Page Editor</h3>
        <hr/>
    </td>
  </tr>
  <tr>
    <td valign="top" align="left">
      <p><b>General </b></p></td>
      <td valign="top">
      <p>Was made big performance improvements,fixed some memory leaks, content assistant was separated from visual part, fixed bugs with templates</p>
    </td>
  </tr>
  <tr>
    <td colspan="2"><hr />
    </td>
  </tr>
  <tr>
    <td valign="top" align="left"><a name="itemnam2e" id="itemname2"></a><b>Taglibs Version Support</b></td>
    <td width="70%" valign="top"><p>Support for taglibs version was added to templates</p>
            Example:<div style="COLOR: #0a5045;">  <br />    
    <pre>&lt;vpe:tag name="f:testTldVersion" case-sensitive="yes"&gt;
      &lt;vpe:if test="tld_version('min=0.0 max=1.2')" &gt;
          &lt;vpe:template children="yes" modify="yes"&gt;
          &lt;/vpe:template&gt;
      &lt;/vpe:if&gt;
      &lt;vpe:if test="tld_version('min=1.3 max=2.0')" &gt;
          &lt;vpe:template children="yes" modify="yes"&gt;
          &lt;/vpe:template&gt;
      &lt;/vpe:if&gt;
&lt;/vpe:tag&gt;<br />
      </pre>
      </div>
      </td>
  </tr>
  <tr>
    <td colspan="2"><hr />
    </td>
  </tr>
  <tr>
    <td valign="top" align="left"><a name="itemname3" id="itemname3"></a><b>Text Formatting</b></td>
    <td valign="top">In template mechanism text formatting was improved<br/>
    Example:
<pre style="COLOR: #0a5045;">
        &lt;vpe:textFormatting use-default-formats="yes"&gt;
        &lt;/vpe:textFormatting&gt;    
</pre>
    </td>
  </tr>
  <tr>
    <td colspan="2"><hr />
    </td>
  </tr>

</table>

</body>

</html>