search for: formhandler

Displaying 1 result from an estimated 1 matches for "formhandler".

Did you mean: form_handler
2005 Dec 31
0
Using render functions in my own classes
Hello! I''m trying to create my own Form handler as a replacement of the default scaffolding. Creating HTML forms has never been my favorite job. What I have done: - Created a new module FormHandler - Added a class Form in the module - Defined an initialize and to_s method. The initialize method receives some basic information about the form, the to_s method returns a string which contains the complete form. The module wil be extended with FormElement classes, but I''m trying to so...