[Lazarus] Convert standard Lazarus application (Tforms and TButtons etc) into >>> a web application

Sven Barth pascaldragon at googlemail.com
Sat Dec 25 12:59:26 CET 2010


>
>         How many of those components do I keep and what needs to be
>         replaced and with what equivalent components. E.g. what is the
>         web based version of TButton or TEdit etc?
>
>
>     Everything should be in HTML regarding what the client see. The
>     logic is in the Server side.
>
>
> Okay. Perhaps you misinterpreted my question. What is the HTML version
> of a TButton, TEdit, TRadioButton, TCheckBox, etc. I know the basics of
> form design with Dreamweaver 3 and I also have Dreamweaver MX Studio. It
> has been a few years since I used them.
>

Maybe it's best to read a tutorial about HTML (you'll need it :) ). 
E.g.: http://w3schools.com/html/default.asp
Especially the part about forms ( 
http://w3schools.com/html/html_forms.asp ) should be of interest for you.

Regards
Sven




More information about the Lazarus mailing list