[Lazarus] fcl-web, html and data-binding

Joost van der Sluis joost at cnoc.nl
Mon Dec 6 17:28:44 CET 2010


On Sun, 2010-12-05 at 18:17 +0100, Michael Van Canneyt wrote:
> 
> On Sun, 5 Dec 2010, Leonardo M. Ramé wrote:
> 
> > Hi, yesterday I was talking with a colleague about creating a complex
> > html (no ajax) form using fcl-web.
> >
> > I explained that I know two ways to do it, the first one is to create the
> > html and return it in the Response.content property, the other is using templates.
> > All CRUD operations must me handled by hand.
> >
> > He told me that he is used to do it in the "ASP.Net way", that he can
> > draw the form with the IDE and the CRUD operations are automatically
> > handled.
> >
> > Does anyone knows if there's a more simplier way to create HTML CRUD
> > forms using lazarus and fcl-web?
> 
> Currently not.

Offcourse there is, you can use the webdesign package for this. Only it
uses some java for saving the data...

But it's not that difficult to create non-javascript components for
this.

Joost.





More information about the Lazarus mailing list