Data-grid Field for PloneFormGen
Project description
Introduction
PFGDataGrid
PFGDataGrid is an example of integrating a third-party Archetypes field/widget into PloneFormGen. It adds a DataGridField form field to PloneFormGen.
Use the QuickInstaller to install it after installing both PloneFormGen and PFGDataGrid.
Code repository: https://github.com/collective/Products.PFGDataGrid
Questions and comments to plone-users list
Report bugs at https://github.com/collective/Products.PFGDataGrid/issues
Change history
Changelog
0.4.1 (2014-10-13)
fixed MANIFEST.in [tkimnguyen]
0.4 (2014-09-24)
added support for new column types: DateColumn, DatetimeColumn, DatetimeLocalColumn, FileColumn, EmailColumn, ColorColumn, PasswordColumn, RangeColumn, MonthColumn, SearchColumn, TimeColumn, UrlColumn, WeekColumn; beware that not all these <input> types are supported by all browsers! check http://www.w3schools.com/tags/tag_input.asp for details [tkimnguyen]
0.3.3 (2013-08-21)
fix setColumnDefs to make PFG form import work [jcerjak]
PEP8 and pyflakes cleanup [jcerjak]
0.3
added DynamicVocabulary and SelectVocabulary column types [ajung]
0.2
fixed for plone 4 [vangheem]
0.1
Created recipe with ZopeSkel [Steve McMahon]