Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2108

/trunk/lib/gwtextux-0.3/release_notes.html
New file
0,0 → 1,135
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>GWT-Ext UX 0.1 Release Notes</title>
 
<style>
body {
background-color: white;
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
margin: 20px;
}
 
li {
margin-bottom: 0.5em;
}
 
li div {
margin-top: 0.2em;
}
 
code {
font-size: medium;
}
</style>
</head>
 
<body>
<h1>GWT-Ext UX Release Notes</h1>
<ul>
<li><a href="#0_2">0.3</a></li>
<li><a href="#0_2">0.2</a></li>
<li><a href="#0_1_1">0.1.1</a></li>
</ul>
<hr/>
<a name="0_3"></a>
 
<h2>Release Notes for GWT-Ext UX 0.3</h2>
 
<h3>Features</h3>
 
<ul>
<li><b>GWT 1.5 RC1 Support</b>
</li>
</ul>
<ul>
<li><b>FileTreePanel</b>
</li>
</ul>
<ul>
<li><b>SwfUploadPanel</b>
</li>
</ul>
<ul>
<li><b>CustomReader</b>
</li>
</ul>
<ul>
<li><b>CellActions Grid Plugin</b>
</li>
</ul>
<ul>
<li><b>Removed individual UX from GwtExtUx.gwt.xml. This means whenever a UX is needed, They have to be added individually in the users gwt.xml file. </b>
</li>
</ul>
<ul>
<li><b>Latest patch in Multiselect.js including memory leak fixes, drag back, etc...</b>
</li>
</ul>
 
 
<hr/>
<a name="0_2"></a>
 
<h2>Release Notes for GWT-Ext UX 0.2</h2>
 
<h3>Features</h3>
 
<ul>
<li><b>Live Grid</b>
<br>Virtual grid with no paging toolbar but dynamic data retreival from server
</li>
</ul>
<ul>
<li><b>Grid Filter Plugin</b>
</li>
</ul>
<ul>
<li><b>Image Component</b>
</li>
</ul>
<ul>
<li><b>ManagedIFrame</b>
</li>
</ul>
<ul>
<li><b>Grid with Proxy</b>
</li>
</ul>
<ul>
<li><b>Multiple Month Calendar</b>
</li>
</ul>
<ul>
<li><b>File Upload Dialog</b>
</li>
</ul>
<hr/>
<a name="0_1_1"></a>
 
<h2>Release Notes for GWT-Ext UX 0.1.1</h2>
 
<h3>Features</h3>
 
<ul>
<li><b>PagingMemoryProxy</b>
<br>Supports paging of in-memory data
</li>
</ul>
<ul>
<li><b>MultiSelect / ItemSelect</b>
<br>Supports dual item form selector
</li>
</ul>
<ul>
<li><b>RowLayout</b>
<br>Flexible layout manager for row / vertical lay out of components.
</li>
</ul>
 
</body>
</html>