Re: Re: Athena and Forms
AJ Ostergaard <[email protected]> Mon, 12 Mar 2007 11:53:06 +0000
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi Manlio, nforms look interesting however I couldn't check it out: ajs:~/Development aj$ svn checkout svn://svn.berlios.de/nforms/trunk svn: URL 'svn://svn.berlios.de/nforms/trunk' doesn't exist ajs:~/Development aj$ svn checkout http://svn.berlios.de/svnroot/ repos/nforms/trunk svn: URL 'http://svn.berlios.de/svnroot/repos/nforms/trunk' doesn't exist Any ideas? Thanks, AJ On 9 Mar 2007, at 20:27, [email protected] wrote: > If you want full control on form generation, you can give a look at > nform > http://developer.berlios.de/projects/nforms/ > > I have just released the first public release. > When I find some time, I will add full comments, better tests (the > form > rendering is untested) and better examples (now there is one big > example). > > nforms is based on W3C XForms standard. > It allows a clear separation of the form definition (the model) and > the > form generation (the view). > > The view module is very flexible and reusable, since all the code must > be written by the user; the module is just an integrator for the user > defined model and the HTML code. > > The current version uses data directives, but it should be not too > hard > to write an alternate implementation that only uses renderer, slots > and > patterns. > > If you want to use Athena for validation on the client side, you > have to > write some code, but, again, this should be not too hard. > > If you are interested, I can try to add an example. > > > > Regards Manlio Perillo