Revision: 1138
http://openutils.svn.sourceforge.net/openutils/?rev=1138&view=rev
Author: fgiust
Date: 2009-04-09 16:15:08 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
changelog
Modified Paths:
--------------
trunk/openutils-mgnlcontrols/src/site/apt/grid.apt
trunk/openutils-mgnlcontrols/src/site/changes/changes.xml
Modified: trunk/openutils-mgnlcontrols/src/site/apt/grid.apt
===================================================================
--- trunk/openutils-mgnlcontrols/src/site/apt/grid.apt 2009-04-09 15:38:48 UTC (rev 1137)
+++ trunk/openutils-mgnlcontrols/src/site/apt/grid.apt 2009-04-09 16:15:08 UTC (rev 1138)
@@ -41,7 +41,9 @@
* combo: a list of predefined values (configured in the "options" node)
+ * date: a date selector
+
Hacking it
The grid editor is actually implemented as a freemarker control, so it can easily be modified and improved.
Modified: trunk/openutils-mgnlcontrols/src/site/changes/changes.xml
===================================================================
--- trunk/openutils-mgnlcontrols/src/site/changes/changes.xml 2009-04-09 15:38:48 UTC (rev 1137)
+++ trunk/openutils-mgnlcontrols/src/site/changes/changes.xml 2009-04-09 16:15:08 UTC (rev 1138)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!--
+ <!--
"type" attribute can be: add, remove, update or fix.
-->
<document>
@@ -8,30 +8,37 @@
<author email="fgiust(at)users.sourceforge.net">Fabrizio Giustina</author>
</properties>
<body>
+ <release version="4.0" date="2009-04-09" description="">
+ <action type="update" dev="fgiust">Update magnolia dependencies to version 4.0.</action>
+ <action type="fix" dev="fgiust">Fixed bug for column size on ie6 (see http://extjs.com/forum/showthread.php?p=151624
+ )</action>
+ <action type="new" dev="fgiust">Added functionality to move rows in grid</action>
+ <action type="new" dev="fgiust">New "date" type in grid</action>
+ <action type="new" dev="fgiust">Misc fixes to "clear all" and "paste" features</action>
+ </release>
<release version="3.5.5" date="2008-07-29" description="">
- <action type="fix" dev="fgiust">grid control now works properly also with fields containing non-standard chars
- in their name</action>
+ <action type="fix" dev="fgiust">grid control now works properly also with fields containing non-standard chars in
+ their name</action>
</release>
<release version="3.5.4" date="2008-07-21" description="">
- <action type="fix" dev="fgiust">esternal javascript are now included only once when using multiple grid
- controls in the same dialog</action>
+ <action type="fix" dev="fgiust">esternal javascript are now included only once when using multiple grid controls in
+ the same dialog</action>
<action type="add" dev="fgiust">New "combo" control type handled by grid</action>
</release>
<release version="3.5.3" date="2008-07-13" description="">
- <action type="update" dev="fgiust">Extjs has been moved to openutils-mgnlext, which is now a required
- dependency</action>
+ <action type="update" dev="fgiust">Extjs has been moved to openutils-mgnlext, which is now a required dependency
+ </action>
</release>
<release version="3.5.2" date="2008-06-26" description="">
<action type="fix" dev="fgiust">Cleanup bootstrap files (removed useless namespaces)</action>
- <action type="fix" dev="fgiust">fixed a javascript error on ext which sometimes popped up on dalog loading
- </action>
+ <action type="fix" dev="fgiust">fixed a javascript error on ext which sometimes popped up on dalog loading</action>
</release>
<release version="3.5.1" date="2008-06-23" description="">
<action type="new" dev="fgiust">Handling of "link" and "checkbox" column types.</action>
</release>
<release version="3.5" date="2008-06-20" description="first release">
- <action type="new" dev="fgiust">Initial public release. Version numbering starts from 3.5 to match the
- compatible magnolia version.</action>
+ <action type="new" dev="fgiust">Initial public release. Version numbering starts from 3.5 to match the compatible
+ magnolia version.</action>
</release>
</body>
</document>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|